VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: rayge on July 09, 2014, 21:46:49 PM

Title: VM 2.9.8 issues
Post by: rayge on July 09, 2014, 21:46:49 PM
I saw these issues on Joomla 2.5.22 as well as 3.3.1

Main admin VM Page issue:
Strict Standards: Non-static method SimplePie_Misc::(FUNCTION NAME) should not be called statically, assuming $this from incompatible context
Im seeing HUNDREDS of these


Custom Fields Language issues?

Here is what i see in custom fields that is an issue
TITLE / DESC / TYPE

COM_VIRTUEMART_STOCKABLE_PRODUCT / COM_VIRTUEMART_STOCKABLE_PRODUCT_DESC / Custom Group
COM_VIRTUEMART_RELATED_CATEGORIES / COM_VIRTUEMART_RELATED_CATEGORIES_DESC / COM_VIRTUEMART_RELATED_CATEGORY
COM_VIRTUEMART_RELATED_PRODUCTS / COM_VIRTUEMART_RELATED_PRODUCTS_DESC / COM_VIRTUEMART_RELATED_PRODUCT
Title: Re: VM 2.9.8 issues
Post by: Milbo on July 10, 2014, 19:10:13 PM
Main admin VM Page issue:
Strict Standards: Non-static method SimplePie_Misc::(FUNCTION NAME) should not be called statically, assuming $this from incompatible context
Im seeing HUNDREDS of these

Yes and many of explained that it is a simplepie/joomla problem and additionally

Strict Standards are not errors. It is like saying the car has a problem, because it is not following the new EU norm for cars coming in the year 2020. 

The translation of the customfields is pure cosmetic and has not any effect for the function.
Title: Re: VM 2.9.8 issues
Post by: rayge on July 10, 2014, 20:55:42 PM
I am aware of the fact that they are cosmetic issues but making it know helps get it taken care of yes?

YES i know they arent Errors but again making it known helps get it taken care of. or so i thought.
Sorry about not seeing something related to joomla only. i will look into how to fix it there..
anyone looking here for the answer to the simple pie issue I replaced the simplepie.php with this
http://simplepie.org/downloads/simplepie_1.3.1.compiled.php
and it fixed it.

You can also seterror reporting to NONE in the global config > Server/

thanks.
Title: Re: VM 2.9.8 issues
Post by: Milbo on July 10, 2014, 21:37:23 PM
You are right. But the strict standard of simplepie is like a red button. We have the feeling that almost anyone testing j3 comes with this. http://forum.virtuemart.net/index.php?topic=121022.0 http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27457
Title: Re: VM 2.9.8 issues
Post by: rayge on July 10, 2014, 22:36:20 PM
UGH sorry about that.. you've been hit a million times on that one then.