SyCoDeath Posted July 8, 2006 Posted July 8, 2006 OMG. Please help me.... My new site wa working fine yesterday... But today when i went there it has all changed... Its almost like none of my images are on my server anymore..... Please help me.... The website is http://www.ecommercereadystores.com/index.php ...... If you have any idea what is wrong please please help me..... Thank you so much in advance
mtechama Posted July 8, 2006 Posted July 8, 2006 Possiblilty the server could be down or you may been hacked! Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 Possiblilty the server could be down or you may been hacked! sorry the out of service is my message... i forgot to add the index.php http://www.ecommercereadystores.com/index.php
mtechama Posted July 8, 2006 Posted July 8, 2006 is your settings in your configure.php set currectly? Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 is your settings in your configure.php set currectly? they look ok to me... But i aint the best i spose... I know enough to get by.... Here is my configure.php code // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.ecommercereadystores.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.ecommercereadystores.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.ecommercereadystores.com'); define('HTTPS_COOKIE_DOMAIN', 'www.ecommercereadystores.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/commerce/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
mtechama Posted July 8, 2006 Posted July 8, 2006 Try this: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.ecommercereadystores.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'ecommercereadystores.com'); define('HTTPS_COOKIE_DOMAIN', ''); 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/commerce/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); that should take care of the problem Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 Hey... Thank you so much for taking your time to help me with this.... It is still doing the same... To me it seems as though my images or my stylesheet do not work at all..... All the probs seem graphical.... other than that the site works fine.... I am about to start 4 weeks work all over again in a mo.... Craig
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 ok now this may sound really strange... but when i right click and check properties of an image it seems to come up with http:///images/ Now that dont seem right... What could have happened here.... Should i just restart this site and then poke an eye out...???
mtechama Posted July 8, 2006 Posted July 8, 2006 ok try this : // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.ecommercereadystores.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', ''); define('HTTPS_COOKIE_DOMAIN', ''); 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/commerce/public_html/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); try it now Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 I feel soooo bad. but no. still not working...... The images are comin gfrom the right place but just aint showing up... i am going to try something now......Fingers Crossed
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 Nope still the same.... I am lost and wish i never went online today... I just cant figure it out now...
choosealogin Posted July 8, 2006 Posted July 8, 2006 By skimming this thread and viewing your link that you posted in the first post, I'm lost. This is what I see when I visit your link. Server Requirement Error: register_globals is disabled in your PHP configuration. This can be enabled in your php.ini configuration file or in the .htaccess file in your catalog directory. From what I see, the fix is very simple. You either need to over ride the setting for register_globals or apply the register_globals patch.
andes1 Posted July 8, 2006 Posted July 8, 2006 call or cantact your hosting service. they have to enable again you register globals.... and that's it you will back to businnes again
Guest Posted July 8, 2006 Posted July 8, 2006 register_globals can often be set with the following in your catalog .htaccess file: php_value register_globals 1 Matti
SyCoDeath Posted July 8, 2006 Author Posted July 8, 2006 The globals was never the problem..... I was trying something out untill 5am Uk time last night so i just gave up once i tried that and never set it back up... I have even set up the new site via the install and via Fantastico... But i am still having the same problem... This is now the bsaci store i have installed so does any1 have any ideas????? http://www.ecommercereadystores.com/index.php
AlanR Posted July 8, 2006 Posted July 8, 2006 See: http://www.oscommerce.com/forums/index.php?s=&...st&p=849910 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)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.