VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: daviat on July 20, 2015, 20:26:49 PM

Title: Getting white page when I try to view cart
Post by: daviat on July 20, 2015, 20:26:49 PM
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!
Title: Re: Getting white page when I try to view cart
Post by: jenkinhill on July 21, 2015, 00:15:01 AM
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...........

Title: Re: Getting white page when I try to view cart
Post by: daviat on July 25, 2015, 22:20:53 PM
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
Title: Re: Getting white page when I try to view cart
Post by: GJC Web Design on July 25, 2015, 23:11:13 PM
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