I moved a clients site from their previous host to Go Daddy. I am having trouble with getting a white page whenever a user clicks the Show Cart or View Cart button on the cart. Does anyone have an idea what it could be? I reloaded the site, I loaded a fresh upload of 2.5.28 Stable but still getting the white page.
Any ideas?
Here is a sample of what I get when I try to view Cart.
http://ceresind.com/component/virtuemart/cart?Itemid=0
This is the environment I am working in:
PHP level: 5.4.40
PHP Built On Linux a2plcpnl0205.prod.iad2.secureserver.net 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 #1 SMP Thu Dec 18 06:49:17 EST 2014 x86_64
Database Version 5.5.41-cll-lve
Database Collation utf8_general_ci
PHP Version 5.4.40
Web Server Apache/2.4.12
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.28 Stable [ Ember ] 10-December-2014 15:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36
Virtuemart version: Installed version 2.0.8c
Here is a list of errors when I debugged the View Cart button click.
Strict Standards: Only variables should be assigned by reference in /home/rselino/public_html/plugins/system/xajax/xajax.php on line 96
Strict Standards: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 1951
Strict Standards: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 2233
Strict Standards: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 2471
Strict Standards: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 2580
Strict Standards: Non-static method xajaxPluginManager::getInstance() should not be called statically, assuming $this from incompatible context in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 2686
Strict Standards: Only variables should be assigned by reference in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 220
Strict Standards: Only variables should be assigned by reference in /home/rselino/public_html/plugins/system/blueflame/xajax/xajax_core/xajaxAIO.inc.php on line 220
Strict Standards: Only variables should be assigned by reference in /home/rselino/public_html/plugins/system/xajax/xajax.php on line 164
Parse error: syntax error, unexpected ';' in /home/rselino/public_html/components/com_onepage/helpers/loader.php on line 947
Thank you!
QuoteVirtuemart version: Installed version 2.0.8c
Seriously? It's bad enough using Crapdaddy as a host. BUT if you look at the "errors" you will see that all except one are standards warnings, which are unrelated to VM, and are blueflame extension issues.
The one with the Parse error? Well that is in com_onepage - not a default VM file, but a third party one page checkout component...........
Ok thanks. One more thing, what component is controlling the View cart or Show Cart button? I am trying to trouble shoot this but not sure where to turn. White Page of Death on View Art.
http://www.ceresind.com/index.php?option=com_virtuemart&view=cart&Itemid=218
thank you again
As Jenks says -- your using a 3rd party cart extension .. com_onepage - which as the error reporting shows has a parse error in it's helper/loader.php file which will stop any further php rendering
This is the rupostel extension - try disabling it
But also as Jenks says -- this install is sooooo old and insecure