videobus Posted May 23, 2006 Posted May 23, 2006 I got it to partially work, but I can't figure out what to put in the configure.php to completely have it work. MySQL is OK, displays correct items. Displays index.php text both in catalog and admin, but does not display the correct colors, images and icons. I can't click on anything without getting the "page not found" errors. I have configured it as: HTTP_SERVER 'http://localhost' Any help would be appreciated. Need to work off-line during development.
kgt Posted May 23, 2006 Posted May 23, 2006 Post the contents of your configure.php file. Also tell us which directory OSC is installed. Contributions Discount Coupon Codes Donations
videobus Posted May 24, 2006 Author Posted May 24, 2006 The configure.php is the standard one unaltered except for: define('HTTP_SERVER', 'http://localhost) | | | | define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'root); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'mydatabase); After much experimentation I discovered that the catalog must be in: c:\program files\easyphp\www\mywebsitename\catalog\ At least I can now display index.php with the problems I described earlier, but when I click on anything, I get the '404 page not found' error.
kgt Posted May 25, 2006 Posted May 25, 2006 At least I can now display index.php with the problems I described earlier, but when I click on anything, I get the '404 page not found' error. Because you don't have your configure.php right. Contributions Discount Coupon Codes Donations
Recommended Posts
Archived
This topic is now archived and is closed to further replies.