Advanced search  

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

Pages: [1]   Go Down

Author Topic: creating a new category  (Read 3434 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.017 seconds with 19 queries.