martike Posted February 2, 2003 Share Posted February 2, 2003 First installation, first time here. My administration page, and all subordinate pages, are a mess. No images are showing and the style varies between pages. /admin is password protected by .htaccess. Shouldn't this allow access to all directories below ? Link to comment Share on other sites More sharing options...
networkdad Posted February 2, 2003 Share Posted February 2, 2003 Check your configure.php file in /admin/includes/configure.php Verify images path is correct in there... Yes, the way you have .htaccess will give you full access to all subdirs below /admin Link to comment Share on other sites More sharing options...
rseigel Posted February 2, 2003 Share Posted February 2, 2003 You must have messed up a path somewhere in configuration.php. Post it here and someone will spot the trouble. Link to comment Share on other sites More sharing options...
martike Posted February 2, 2003 Author Share Posted February 2, 2003 I had define('DIR_WS_ADMIN', '/admin/'); which I changed to define('DIR_WS_ADMIN', '/catalog/admin/'); because admin is within catalog. Ooops! Now I can't get into admin at all. I'm challenged for my password which is accepted then all I get is 1046 - No Database Selected select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP] I seem to have really screwed up. Even returning to the original code doesn't correct the error. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.