Flash Uploader Stopped Working after Login Problem Was Fixed Flash Uploader Stopped Working after Login Problem Was Fixed
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Flash Uploader Stopped Working after Login Problem Was Fixed

Started by scohen125, November 07, 2010, 05:07:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scohen125

My site would not let me login as admin, when I did so it said 'hello guest'.  So applied the fix recommended

I used this fix and deleted $superCage->server->getRaw('SERVER_PROTOCOL') from the proper file.  Then I was able to login to my site which was great!

Unfortunately, when I use the flash uploader now, I get an error message.  After uploading each file a red box appears around the filename saying 'upload failed' and the following pop-up box appears:

Message from Webpage
albums/userpics/10001/thumb_(filename).jpg
OK (the OK is in a button)

When I click the OK it goes on and 'fails' to upload each additional file.  BUT, when I got to the album all the files are there.  So it is working but just not properly.  If I upload each file alone using the other uploader there is no error message.

I was told this issue has been addressed, but I have tried the other solutions that I could find on this board.  There was an extra ?> at the end of my theme.php and I removed that and still the upload problem persists (but the login problem went away which was nice).  So I returned the bridge/coppermine.inc.php to its unedited state and that did not help.  So I tried the modification suggested of includes/picmgmt.inc.php elsewhere on the board and that did not fix the problem.

I am attaching a screenshot of the problem, a copy of my theme.php picmgmt.inc.php and copermine.inc.php (all as txt files)

scohen125


Αndré

Remove the blank lines after the
?>
in bridge/coppermine.inc.php.

scohen125

Thank you.  I will watch for those blank lines in the future, I think maybe Dreamweaver is adding them to the files?

It works now.

Αndré

I don't know Dreamweaver. Always use plain text editors when editing Coppermine files if you're unsure what your tools may add.