creating a new category creating a new category
 

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

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