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

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

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