Batch Upload works, Regular upload doesn't Batch Upload works, Regular upload doesn't
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Batch Upload works, Regular upload doesn't

Started by cariel, June 18, 2009, 06:59:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cariel

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

cariel

sorry forgot the test account --

username: test
password: test2389

cariel

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

Flagg

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

Joachim Müller