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
sorry forgot the test account --
username: test
password: test2389
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
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
Locking