VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: ErnstWieghorst on October 01, 2012, 16:04:25 PM

Title: [SOLVED] VM 2 Problem in Register Shop
Post by: ErnstWieghorst on October 01, 2012, 16:04:25 PM
Hello
need a little help with installation from VM. I have Joomla 2.5.7 and PHP 5.3.10. After installing VM 2.0.10 and AIO everything seemed ok. But in the register shop i get this error message. So I removed the install of all VM Modules and tables in mysql and started a new installation without AIO. But is was the same result. What I do wrong?

(http://web.dozentral.de/images/pic.png)
Title: Re: VM 2 Problem in Register Shop
Post by: bytelord on October 01, 2012, 16:39:20 PM
Hello,

I think is an E_STRICT issue, in PHP 5.3.x warning messages and notifications are turned on by default, so you could go to your Joomla Global Configuration->Server->Server Settings->Error Reporting

You could try to change that messages to "simple" or "none".

Regards
Title: Re: VM 2 Problem in Register Shop
Post by: ErnstWieghorst on October 01, 2012, 16:51:54 PM
Thanks, that was it. I set it on simple and now it works.
Can I be sure that is“nt a error?

Thanks for helping again
Ernst
Title: Re: VM 2 Problem in Register Shop
Post by: bytelord on October 01, 2012, 16:54:45 PM
Hello,

Is not an error is PHP E_STRICT messages that are "on" by default in PHP 5.3.x. Nothing to worry about.

Regards