coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: cariel on June 18, 2009, 06:59:55 PM

Title: Batch Upload works, Regular upload doesn't
Post by: cariel on June 18, 2009, 06:59:55 PM
All of my galleries are upgraded to the latest version of coppermine and I've made sure that all the correct folders are CHMOD-ed properly. I haven't gotten this error on any of my other galleries, so I have no idea what the problem is. I've attached a txt file with the error.

http://dramatic-personae.net/gallery
Title: Re: Batch Upload works, Regular upload doesn't
Post by: cariel on June 18, 2009, 07:34:12 PM
sorry forgot the test account --

username: test
password: test2389
Title: Re: Batch Upload works, Regular upload doesn't
Post by: cariel on June 18, 2009, 07:47:47 PM
Solved --

replaced:$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');

with: $keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', '_FILES', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');

in the include/init.inc.php
Title: Re: Batch Upload works, Regular upload doesn't
Post by: Flagg on June 19, 2009, 09:21:50 PM
Same problem here, and same solution. don't know why, i needed to make this change too.
Also on the latest version.


Thanks though.

Richard
http://www.richardoe.nl
Title: Re: Batch Upload works, Regular upload doesn't
Post by: Joachim Müller on June 21, 2009, 09:23:25 AM
Locking