Remulon Posted February 23, 2007 Posted February 23, 2007 Let me start by saying that I have recently changed servers. After I sorted out some teething issues with the SSL, my osC installation worked perfectly. Yesterday, it just crapped itself. I cannot see the catalog index, nor can I access the admin panel. Yet all of my files seem to be in the correct places. Internet Explorer simply times out, and returns with this message: "Internet Explorer cannot display the webpage" Can anyone shed any light on this please? All replies will be appreciated, as I am losing customers by the hour. :'( Thanks Remo
Remulon Posted February 23, 2007 Author Posted February 23, 2007 Has anyone had this problem before? I really am in need of a solution here. Please Help !!!!
djmonkey1 Posted February 23, 2007 Posted February 23, 2007 I have problems like this with the company I use for my sandbox sites; it's cheap webhosting and I get what I pay for. :) Contact your webhost and they should be able to clear it up. If it continues to be a problem I would suggest moving to a more reliable webhosting company. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
TomH73 Posted February 23, 2007 Posted February 23, 2007 I had the same problem last week, both my shop and admin not visible anymore. The cause was that my provider installed PHP 4.4.5. They "solved" it by reinstalling their previous PHP. Maybe you have the same problem? regards, Tom
Remulon Posted February 26, 2007 Author Posted February 26, 2007 I had the same problem last week, both my shop and admin not visible anymore.The cause was that my provider installed PHP 4.4.5. They "solved" it by reinstalling their previous PHP. Maybe you have the same problem? Yes, thanks Tom. :thumbsup: Just this morning I was notified by my provider that the problem was PHP 4.4.5 And in a similar result, they have downgraded my account to PHP 4.4.4, which as you put it, "solved" the issue. I don't really think it's much of a solution, if a downgrade is required. <_< Do any of you PHP Freaks out there know what the actual problem is with osC and PHP 4.4.5 ? Thanks again all.
djmonkey1 Posted February 27, 2007 Posted February 27, 2007 Do any of you PHP Freaks out there know what the actual problem is with osC and PHP 4.4.5 ? From http://bugs.php.net/bug.php?id=40514 [17 Feb 8:18am UTC] steve at webdrive dot co dot nz Description:------------ The upgrade from PHP 4.4.4 to 4.4.5 caused a Segmentation Fault on a client's osCommerce site. I've tracked the problem down to a session_register function call on a undeclared variable. Reproduce code: --------------- <?php session_start(); // Uncomment the following line to prevent the Segmentation Fault //$myvar = 1; session_register("myvar"); echo "Hello World"; ?> Expected result: ---------------- Hello World and no "Segmentation Fault" in Apache's error log: [sat Feb 17 21:14:16 2007] [notice] child pid 20549 exit signal Segmentation fault (11) Actual result: -------------- 0x080dbbc2 in php_add_session_var (name=0x850b75c "myvar", namelen=5) at /usr/src/apache-php/build/php-4.4.5/ext/session/session.c:287 287 if ((Z_TYPE_PP(sym_global) == IS_ARRAY && Z_ARRVAL_PP(sym_global) == &EG(symbol_table)) || *sym_global == PS(http_session_vars)) { [17 Feb 11:16am UTC] [email protected] Fixed in CVS. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.