VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: hello_hello on October 02, 2012, 22:00:42 PM

Title: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: hello_hello on October 02, 2012, 22:00:42 PM
When I go to components > virtumart-aio I got this massage:
Strict standards: Declaration of LiveUpdateController::display() should be compatible with JController::display($cachable = false, $urlparams = false) in C:\wamp\www\Myfolder\administrator\components\com_virtuemart_allinone\classes\controller.php on line 16

I go to that line 16 but I don't know what to do...

Please help me

If it is needed I can upload screenshot
Title: Re: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: jenkinhill on October 02, 2012, 22:09:00 PM
I think you have a very recent version of PHP there for which Joomla 2.5 and VM2 have not been tested. Turn off error reporting in Joomla.  http://forum.virtuemart.net/index.php?topic=102555.0
Title: Re: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: hello_hello on October 02, 2012, 22:24:10 PM
That helps me... Problem solved... Thanks very much.

But now I have another problem.... I can open a new post but let me ask here...

When I go to components > VirtueMart > Shop > shop i get bunch of errors (aboute 492 of them) even if I set errors to simple, it says:

Warning: Creating default object from empty value in C:\wamp\www\Myfolder\administrator\components\com_virtuemart\helpers\shopfunctions.php on line 278

What should I do now?
Title: Re: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: bytelord on October 02, 2012, 22:34:21 PM
Hello,

It think you didn't do what jenkinhill suggests you to do. That errors/warnings appears because the e_strict mode of PHP is activated on your server. Go to Joomla Global Configuration->Server->Server Settings->Error Reporting. Select "Simple", if still persists use none.

What's your PHP version?

Regards
Title: Re: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: hello_hello on October 03, 2012, 00:07:17 AM
That it is, when I set to none the errors is gone... Problem finally solved... Thanks you all for help.

And I using wamp server with 5.4.3 PHP, that makes a problem
Title: Re: Problem with Virtuemart 2 All in one Installer – Live Update
Post by: bytelord on October 03, 2012, 00:14:02 AM
Hi,

Suggest to use PHP 5.3.x ... 5.4 is too new for joomla 2.5. Download wamp with PHP 5.3.13 or an older version of xampp.

Regards