Script called without the required parameter(s). Script called without the required parameter(s).
 

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]

Main Menu

Script called without the required parameter(s).

Started by hardtraining, December 27, 2003, 08:03:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hardtraining

WHen I enter admin mode, I get this error. Any idea why? thanks!

Joachim Müller


jokeofalltrades

I had the same problems, and it took me forever to figure it out. Chances are, your PHP settings need to be adjusted. Check the phpinfo() to see if 'file_uploads' is turned on and if 'register_globals' is off. If either is set incorrectly, you could run into trouble. More information can be found in this thread

The good news is that on many Apache servers you can change these settings for individual directories. A simple .htaccess file will do the trick. Place something like the following in a file called .htaccess in your Coppermine directory:
php_flag register_globals off
php_flag file_uploads on


Some Apache configurations don't allow this, and I know nothing of non-Apache webservers, but it's a start...

--Michael
  www.jokeofalltrades.com