Deprecated Error in VM Products

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Thu Jan 06, 2011 11:25 am
Installed the Quickstart with php 5.3.4. When I click on the VM Latest Products, I get this.

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/localhost/htdocs/joomla-thewineclub/modules/mod_virtuemart_latestprod/mod_virtuemart_latestprod.php on line 42

When I run the Demo on your website no errors occur. I can assume that Gavick is running php 5.2 version.

What should I do.
User avatar
Fresh Boarder

GK User
Sat Jan 08, 2011 3:45 am
elj wrote:Installed the Quickstart with php 5.3.4. When I click on the VM Latest Products, I get this.

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/localhost/htdocs/joomla-thewineclub/modules/mod_virtuemart_latestprod/mod_virtuemart_latestprod.php on line 42

When I run the Demo on your website no errors occur. I can assume that Gavick is running php 5.2 version.

What should I do.


I have the same problem!! plz help!

iam using the latest version of the template
User avatar
Fresh Boarder

GK User
Sat Jan 08, 2011 10:31 am
Solved. In your php.ini set error_reporting = E_ALL & ~E_DEPRECATED | ~E_NOTICE.
User avatar
Fresh Boarder

GK User
Mon Jan 10, 2011 12:31 am
where is php.ini??

I Changed in index.php :

ini_set('error_reporting', E_ALL);

to

ini_set('error_reporting', E_ALL & ~E_DEPRECATED | ~E_NOTICE);

and gave me major error reports on the site!
User avatar
Fresh Boarder

GK User
Mon Jan 10, 2011 12:46 am
With error_reporting = E_ALL & ~E_DEPRECATED | ~E_NOTICE the error message only occurs the first time. Subsequent access does not appear make this error message appear. So this does not fix the problem entirely.

Any further ideas?
User avatar
Fresh Boarder

GK User
Mon Jan 10, 2011 1:05 am
My php.ini is in /etc/php/apache-php5.3/php.ini, but each distro is located differently. Just search.
User avatar
Fresh Boarder

GK User
Mon Jan 10, 2011 4:54 pm
thank you !!
User avatar
Fresh Boarder


cron