Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't access admin panel - help please!


woomik

Recommended Posts

Posted

I installed the Ultimate SEO contribution and my site works fine with this.

However, when I try to access my admin. control panel by typing in www.MYSITE.com/admin (which worked fine before SEO installation),

the address automatically changes to www.MYSITE.comdir_ws_http_cataloglogin.php/

and an error comes up saying "Server not found".

 

Help please!

 

If you need any further info. please let me know.

 

Thanks in advance

Posted

Lots of people have troubel with that, your lucky thats your only error, check your .htaccess files, I suspect its changed some & made a duff redirect.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

I'm guessing you lost your definition for DIR_WS_HTTP_CATALOG somewhere along the way.

 

I have it in the catalog configure file as listed below, but not in the admin configure file (?).

 

  define('DIR_WS_HTTP_CATALOG', '/');

It may vary depending on your install.

 

Mine is a "root" install. If you installed into the /catalog folder, the define would be like this:

 

  define('DIR_WS_HTTP_CATALOG', '/catalog/');

Hope this helps.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted
I'm guessing you lost your definition for DIR_WS_HTTP_CATALOG somewhere along the way.

 

I have it in the catalog configure file as listed below, but not in the admin configure file (?).

 

  define('DIR_WS_HTTP_CATALOG', '/');

It may vary depending on your install.

 

Mine is a "root" install. If you installed into the /catalog folder, the define would be like this:

 

  define('DIR_WS_HTTP_CATALOG', '/catalog/');

Hope this helps.

 

 

I have the following in the "includes/configure.php" file (Mine is a "root" install).

  define('DIR_WS_HTTP_CATALOG', '/');

 

But is not in the "admin/includes/configure.php" file.

 

If I do add it to the admin file, the login to account page for the main site appears.

 

Any suggestions?

 

Thanks

Posted
Any suggestions?

Find the support thread for the particular SEO contribution you installed, and post in it.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

If you added it to your Admin configure file as:

 

  define('DIR_WS_HTTP_CATALOG', '/admin/');

It would probably solve your problem (and hopfully not cause any others).

 

But it doesn't explain "why"....

:blink:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...