SMFHacks.com

SMF Gallery Pro => Support => Topic started by: guest3817 on June 29, 2010, 04:12:29 am

Title: New bulk upload option no longer working
Post by: guest3817 on June 29, 2010, 04:12:29 am
The new bulk upload option was working perfectly a couple of weeks ago but is now returning errors for all outr users.

We are using the latest SMF 2 and Gallery pro 3.0.3 with the following mods

1.     SMF Gallery Pro      3.0.1      [ Upgrade ]  [ List Files ]  [ Delete ]
2.    SMF Gallery Pro    3.0.2    [ Upgrade ] [ List Files ] [ Delete ]
3.    Reattribute posts with post numbers    1.1    [ List Files ] [ Delete ]
4.    Downloads System    1.3.1    [ Uninstall ] [ List Files ] [ Delete ]
5.    SimplePortal    2.3.1    [ Uninstall ] [ List Files ] [ Delete ]
6.    Curve mobile mod    1.1.1    [ Uninstall ] [ List Files ] [ Delete ]
7.    Move Old Topics    1.0    [ Install Mod ] [ List Files ] [ Delete ]
8.    OS & Browser Detection    1.4    [ Install Mod ] [ List Files ] [ Delete ]
9.    Reattribute posts with post numbers    1.2    [ Uninstall ] [ List Files ] [ Delete ]
10.    The SMF File Management Tool    1.0.1    [ Uninstall ] [ List Files ] [ Delete ]
11.    SMF Gallery Pro    3.0a    [ Upgrade ] [ List Files ] [ Delete ]
12.    Sarcasmics smiley set    1.1.0.1    [ Uninstall ] [ List Files ] [ Delete ]
13.    InLine Attachments    1.06 Beta    [ Uninstall ] [ List Files ] [ Delete ]
14.    No Reply Emails    1.3    [ Uninstall ] [ List Files ] [ Delete ]
15.    Custom Copyright    1.2    [ Uninstall ] [ List Files ] [ Delete ]
16.    SMF Gallery Pro    3.0.3

The upload process proceeds as you would expect except that for every file "uploaded" have been read an error shows on screen and the forum is displayed in a frame below the error message. Please see attachment.

Any ideas on how to fix this would be appreciated. The users really like the new upload so I'd rather not revert  to the old version.

Many thanks
Title: Re: New bulk upload option no longer working
Post by: SMFHacks on June 29, 2010, 01:22:40 pm
Check that this code is in place
Open sources/Load.php

Find
Code: [Select]
// Check first the integration, then the cookie, and last the session.
Add after
Code: [Select]
if (isset($_REQUEST['procookie']))
$_COOKIE[$cookiename] = base64_decode(urldecode($_REQUEST['procookie']));
Title: Re: New bulk upload option no longer working
Post by: guest3817 on June 30, 2010, 05:23:51 am
Hi

Thanks that fixed it. The odd thing is that looking back through backups that code was in place and something has removedit. Anyway everything is working now thanks.
Title: Re: New bulk upload option no longer working
Post by: SMFHacks on June 30, 2010, 07:03:16 am
Glad that worked!
Title: Re: New bulk upload option no longer working
Post by: jarska on September 13, 2010, 02:12:49 pm
Hello again ;D,

bulk upload gives error "upload failed:time out", but still pictures appear to the users gallery, how is that?