TheWebCircuit Posted February 12, 2004 Share Posted February 12, 2004 Man... What a DAY! I have installed the release from today's download and everything on the users end seems to be working great. WHY ME! Now when I go to /admin/index.php I get a 404 error for EVERY link associated with the site! What have I done wrong and how can I fix this? http://www.breakawayclothing.com/shopping/admin/ Thats the admin page, check it out for yourself. Thanks in advance to anyone that can help! Rich Rodgers OsCommerce | PHP Nuke Webmaster Link to comment Share on other sites More sharing options...
♥kymation Posted February 12, 2004 Share Posted February 12, 2004 Probably something set wrong in admin/includes/configure.php. Take a look at the link that it is trying to open and the error will probably be obvious. If it's not, please post the file -- without the database part -- and we'll take a look. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Destavator Posted February 17, 2004 Share Posted February 17, 2004 Yes your Admin sites Links are showing to admin/ but should be shopping/admin/ so it seems you didnt set your admin directory correct in you /admin/includes/configure.php. This is setup for the AdminPanel by default "/admin/includes/configure.php" define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/catalog/'); Should be for you for example define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN); define('DIR_WS_CATALOG', '/shopping/'); Hope that helps Link to comment Share on other sites More sharing options...
mmorgan Posted February 17, 2004 Share Posted February 17, 2004 Definately the problem there! You need to fix the path and you'll be good to go. Link to comment Share on other sites More sharing options...
jacafor Posted February 23, 2004 Share Posted February 23, 2004 Hi: I have the same problem, but with my catalog page. My admin page is good. In my case the links from de catalog page are, for example: http://mypage/catalog/mypage/catalog/login.php Adress and "catalog/" are twice. Jaime Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.