Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Batch Upload works, Regular upload doesn't  (Read 3510 times)

0 Members and 1 Guest are viewing this topic.

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Batch Upload works, Regular upload doesn't
« 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
Logged

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Batch Upload works, Regular upload doesn't
« Reply #1 on: June 18, 2009, 07:34:12 pm »

sorry forgot the test account --

username: test
password: test2389
Logged

cariel

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Batch Upload works, Regular upload doesn't
« Reply #2 on: June 18, 2009, 07:47:47 pm »

Solved --

replaced:
Code: [Select]
$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');
with:
Code: [Select]
$keysToSkip = array('_POST', '_GET', '_COOKIE', '_REQUEST', '_SERVER', '_FILES', 'HTML_SUBST', 'keysToSkip', 'register_globals_flag', 'cpgdebugger', 'key');
in the include/init.inc.php
Logged

Flagg

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 2
  • Flagg (aka Richard)
    • Richard & Vivian
Re: Batch Upload works, Regular upload doesn't
« Reply #3 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
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Batch Upload works, Regular upload doesn't
« Reply #4 on: June 21, 2009, 09:23:25 am »

Locking
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 20 queries.