Ozzy2662 Posted March 1, 2009 Share Posted March 1, 2009 Not sure what caused it. After a customer logs in successfully the right blocks and the middle homepage content disappears and become invisible. The only visible items after log in is the Logo, header, and left Blocks and footer.If non logged in customer adds a product to the Cart and then Logs in he gets a blank page and if he tries to go back it will show the previous log in screen. If he tries to navigate anywhere he gets almost a blank page with the following: Welcome, Customer Name (Log out) * Cart: 1productproductsAnyone knows what is causing this failure. My site can not process any orders!!!Help is greatly appreciated.Osman Link to comment Share on other sites More sharing options...
Ozzy2662 Posted March 1, 2009 Author Share Posted March 1, 2009 I checked the error log and found the followings:[01-Mar-2009 01:47:42] PHP Warning: require_once(/public_html/Shop/config/../classes/Group.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/Shop/config/config.inc.php on line 22[01-Mar-2009 01:47:42] PHP Fatal error: require_once() [function.require]: Failed opening required '/public_html/Shop/config/../classes/Group.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /public_html/Shop/config/config.inc.php on line 22I hope someone knows how to fix this error!!Osman Link to comment Share on other sites More sharing options...
Guest Posted March 1, 2009 Share Posted March 1, 2009 Check path and folder permission again... Link to comment Share on other sites More sharing options...
spott Posted March 1, 2009 Share Posted March 1, 2009 Whet version of PrestaShop, what plugins are installed. What was the last thing, what You modified in Your installation?Looking Your error - its seems, that You are mixing 1.1.05 version and SVN version. Group.php is new feature in 1.2 version - so its missing in 1.1 version.So try remember - maybe you have updated some components from SVN?But when its is SVN version - then this is development version and make Bug report and thats all. Its NOT RECOMENDED for daily usage! Link to comment Share on other sites More sharing options...
Ozzy2662 Posted March 1, 2009 Author Share Posted March 1, 2009 Thanks for the quick reply. I had an issue with ordering out of stock items which gave error code [object XMLHttpRequest]I was told "This bug has been fixed in SVN version => http://www.prestashop.com/bug_tracker/view/1143/"I followed the instruction and did the SVN update. Maybe it was not a complete update (just uploaded cart.php and product.php)How do I get resolved?Osman Link to comment Share on other sites More sharing options...
spott Posted March 1, 2009 Share Posted March 1, 2009 I think You need now to update to the SVN version. But I am not recommending this. But when needed, then you can update - but there are no warranty, that other things works fine. Link to comment Share on other sites More sharing options...
Ozzy2662 Posted March 1, 2009 Author Share Posted March 1, 2009 The information you provided helped solve the problem. I had the product.php in the class folder updated to the SVN. I removed it and installed the original and I am able to login and do purchases.I will wait for the new 1.2 version .Thanks againOsman Link to comment Share on other sites More sharing options...
Recommended Posts