[wp-hackers] Help with PHP 5.4.4 Warning

Mario Peshev mario at peshev.net
Wed Aug 8 09:01:45 UTC 2012


Sounds like some array with an order is defined with no quotes, such as
array ( 'order' => 0 ) instead of 'order' => '0' as it is managed as a
string later.

Mario Peshev
Training and Consulting Services @ DevriX
http://www.linkedin.com/in/mpeshev
http://devrix.com
http://peshev.net/blog



On Wed, Aug 8, 2012 at 11:21 AM, Rafael Ehlers <rafaehlers at gmail.com> wrote:

> On PHP 5.4.4 a new kind of Warning(s) are appearing on Anything Slider
> plugin ( http://wordpress.org/extend/plugins/anythingslider-for-wordpress/
> ), warnings like this:
>
> *Warning*: Illegal string offset 'order' in....
>
> I can´t hide then using: E_ALL & ~E_WARNING, any hints on how I can disable
> this warning?
>
> Thanks in advance!
>
> Rafael Ehlers
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list