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: creating a new category  (Read 3416 times)

0 Members and 1 Guest are viewing this topic.

adrianna

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
creating a new category
« on: May 04, 2005, 06:35:10 pm »

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
« Last Edit: May 04, 2005, 07:03:01 pm by Nibbler »
Logged

Nibbler

  • Guest
Re: creating a new category
« Reply #1 on: May 04, 2005, 06:49:28 pm »

Look in your init.inc.php and find:

Code: [Select]
$PHP_SELF = isset($HTTP_SERVER_VARS['REDIRECT_URL']) ? $HTTP_SERVER_VARS['REDIRECT_URL'] : $HTTP_SERVER_VARS['SCRIPT_NAME'];
Then add after it

Code: [Select]
$PHP_SELF = ltrim($PHP_SELF, '/');
See if that helps.
Logged

adrianna

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: creating a new category
« Reply #2 on: May 04, 2005, 06:57:56 pm »

Thanks again for that its works fine now!


Thanks

Adrianna
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.