osclover Posted August 4, 2005 Share Posted August 4, 2005 I get this error which is shown on the image below when i try to login. You can use the name: [email protected] and password: aaaaaa. On the main page I have used two images called Silver Jewelry....and Platinum Jewelry... Define MainPage contribution is installed. I modify it a bit . I changed their refrence from http:// to https:// and I stopped to get that message on my PC. But when I try logging into my account through different PCs, I still get that message. Link to comment Share on other sites More sharing options...
osclover Posted August 4, 2005 Author Share Posted August 4, 2005 Here is my catalog/configure.php file coding: define('HTTP_SERVER', 'http://www.silverpennymall.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.silverpennymall.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.silverpennymall.com'); define('HTTPS_COOKIE_DOMAIN', 'www.silverpennymall.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/silverpe/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', 'silverpe_romans'); define('DB_SERVER_PASSWORD', 'creative'); define('DB_DATABASE', 'silverpe_romans'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ?> I guess the below line is wrong. Like I should not place www? define('HTTPS_COOKIE_DOMAIN', 'www.silverpennymall.com'); Link to comment Share on other sites More sharing options...
AlanR Posted August 4, 2005 Share Posted August 4, 2005 I don't find your site at www.silverpennymall.com I only find a "Coming Soon" screen. 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...
osclover Posted August 4, 2005 Author Share Posted August 4, 2005 Try www.silverpennymall.com/index.php. But that page is not the one I am referring to . I am talking about the www.silverpennymall.com/login.php page. Link to comment Share on other sites More sharing options...
osclover Posted August 4, 2005 Author Share Posted August 4, 2005 Here is the code of http://www.silverpennymall.com/admin/define_mainpage.php, if it might help: <TABLE cellSpacing=0 cellPadding=0 border=0 NOF="LY"> <TBODY> <TR vAlign=top align=left> <TD width=650> <TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD colSpan=3> <P> </P></TD></TR> <TR> <TD width=266 height=132> <TABLE height=187 width="98%" border=0> <TBODY> <TR> <TD width="46%" height=38> </TD> <TD width="50%"> </TD> <TD width="4%"> </TD></TR> <TR> <TD width="42%" height=90> <IMG alt="" hspace=0 src="https://www.silverpennymall.com/images/thumb1.gif" align=baseline border=0></TD> <TD> <P><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=5><STRONG><FONT size=2>Silver Jewelry</FONT> </STRONG></FONT></P> <P><B><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=2>by </FONT></B></P> <P><B><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=2>Silver Penny Mall</FONT></B></P></TD> <TD> </TD></TR> <TR> <TD height=45> </TD> <TD> </TD> <TD> </TD></TR></TBODY></TABLE></TD> <TD width=277 colSpan=2> <TABLE height=176 width="101%" border=0> <TBODY> <TR> <TD width="42%" height=32> </TD> <TD width="54%"> </TD> <TD width="4%"> </TD></TR> <TR> <TD width="42%" height=90> <IMG alt="" hspace=0 src="https://www.silverpennymall.com/images/thumbtwo.gif" align=baseline border=0></TD> <TD> <P><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=2><B>Platinum Jewelry </B></FONT></P> <P><B><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=2>by </FONT></B></P> <P><B><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52 size=2>Silver Penny Mall</FONT></B></P></TD> <TD> </TD></TR> <TR> <TD> </TD> <TD> </TD> <TD> </TD></TR></TBODY></TABLE></TD></TR> <TR> <TD style="PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px" colSpan=3> <P style="TEXT-ALIGN: center"><FONT face=Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif color=#e6ba52><B>EXQUISITE JEWELERY MAKERS</B></FONT></P></TD></TR> <TR> <TD colSpan=3> <P> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> Link to comment Share on other sites More sharing options...
osclover Posted August 4, 2005 Author Share Posted August 4, 2005 Help me guys :( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.