creating a new category creating a new category
 

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

creating a new category

Started by adrianna, May 04, 2005, 06:35:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adrianna

Hate to be a bother again, but as with before with gallery problem I have the same error
message, but with creating a new category.

I tried editing the $PHP_SELF to catmgr.php but there was so many $PHP_SELF in the coding I wasnt sure
which one to change, so I ended up making things a bit worse..

the error I get is this:

"The requested URL /catmgr.php was not found on this server."

Do I edit every single $PHP_SELF to catmgr.php or do I need to do something different.

I am using paid for webspace from Lycos, and using coppermine 1.3.3


Thanks

Adrianna

Nibbler

Look in your init.inc.php and find:

$PHP_SELF = isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];

Then add after it

$PHP_SELF = ltrim($PHP_SELF, '/');

See if that helps.

adrianna

Thanks again for that its works fine now!


Thanks

Adrianna