Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I have it installed.... but....


Guest

Recommended Posts

None of the links are working in the ADMIN section... the Catalog works fine... but everything is a dead link in the administartion dept. plz someone help me out asap.... I would appreciate it...

Link to comment
Share on other sites

I don't get you....

 

I have catalog & admin folders in same folder...

 

so it's like this....

 

STORE>>ADMIN & STORE>>CATALOG....

 

That's correct right?

Link to comment
Share on other sites

My directories are structured as

 

/wwwroot/admin/

 

/wwwroot/catalog/

 

In /wwwroot/admin/ I have an includes directory:

 

In /wwwroot/admin/includes/ I found a configure.php

file that has a list of settings for the file locations and

database.

 

Verify that the settings in /wwwroot/admin/includes/configure.php

are pointing to the location of your admin files.

Link to comment
Share on other sites

My directories are structured as

 

/wwwroot/admin/

 

/wwwroot/catalog/

 

In /wwwroot/admin/ I have an includes directory:

 

In /wwwroot/admin/includes/ I found a configure.php

file that has a list of settings for the file locations and

database.

 

Verify that the settings in /wwwroot/admin/includes/configure.php

are pointing to the location of your admin files.

 

Can you give me an example of where I should put the info... I know in configure.php but where... I dont wanna mess it up... took me forever to get this far...

Link to comment
Share on other sites

I have cart working gr8 except for missed linked errors now...

 

Everytime I go to click something its dead because...

 

/admin/DIR_WS_ADMIN is @ the beginning of each file... :(

Link to comment
Share on other sites

On about line 18 of the configure.php file in your admin directory

you will fine a line like the followig:

 

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

 

Update it to reflect the web location of your admin directory. For

example if the url for your admin site is:

 

http://www.yoursite.com/admin/ then the line should be

 

define('DIR_WS_ADMIN', '/admin/'); // absolute path required

 

if the url is

 

http://www.yousite.com/catalog/admin the line should be

 

define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required

 

Hope this helps.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...