pixelheather Posted November 14, 2005 Share Posted November 14, 2005 My login page doesn't seem to be working! :o Any ideas why or how I can fix this? I really need help. :( My Webpage Link to comment Share on other sites More sharing options...
AlanR Posted November 14, 2005 Share Posted November 14, 2005 In your shop/includes/configure.php set // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.pixelheather.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.pixelheather.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? If you want to use ssl you'll have to use the shared ssl but unfortunately for you its certificate is expired. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
pixelheather Posted November 14, 2005 Author Share Posted November 14, 2005 How do I renew it? Do I need to change false to something else? Link to comment Share on other sites More sharing options...
AlanR Posted November 14, 2005 Share Posted November 14, 2005 How do I renew it? Do I need to change false to something else? It was already set to false? I don't think so. If it was check for another configure.php in /includes/local. If you find one rename it but make sure the settings in /includes/configure.php are correct first. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
pixelheather Posted November 14, 2005 Author Share Posted November 14, 2005 So all I have to do is change false to true, right? I changed the true to false, and now people can login. :D But now I have an error on top of the pages. How do I fix that? >_< :( Link to comment Share on other sites More sharing options...
WiseWombat Posted November 14, 2005 Share Posted November 14, 2005 So all I have to do is change false to true, right? I changed the true to false, and now people can login. :D But now I have an error on top of the pages. How do I fix that? >_< :( Set your catalog/includes/configure.php file to read only to remove the error ( WARNING ) I think I know what Im talking about. BACK UP BACK UP BACK UP BACK UP Link to comment Share on other sites More sharing options...
pixelheather Posted November 14, 2005 Author Share Posted November 14, 2005 Thank you! Do you know how to change the top banner? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.