[wp-hackers] Strict Standards: Declaration of ... Error

Baki Goxhaj banago at gmail.com
Wed Sep 11 09:50:36 UTC 2013


That's interesting Filippo - thanks for sharing it.

My client hosts at MT and asked them for PHP version. He is running PHP
5.4.x. Thus the error. But it's strange it would show on a live environment.

Kindly,

Baki Goxhaj
about.me/banago


On Wed, Sep 11, 2013 at 11:45 AM, Filippo Pisano
<filippo.pisano at gmail.com>wrote:

> Don't worry. Meanwhile I've found an interesting thread on stackoverflow
> http://stackoverflow.com/a/17234377/718811
>
> Filippo Pisano
> cel: 3291821355 / skype: filippopisano
>
>
> On Wed, Sep 11, 2013 at 11:43 AM, Baki Goxhaj <banago at gmail.com> wrote:
>
> > Guys, this is embarrassing. I was pushing to the old server and viewing
> > results in the new server. Sorry.
> >
> > Will update new server and let you know.
> >
> > Kindly,
> >
> > Baki Goxhaj
> > about.me/banago
> >
> >
> > On Wed, Sep 11, 2013 at 11:39 AM, Baki Goxhaj <banago at gmail.com> wrote:
> >
> > > it's basically the same implementation of Walker_Nav_Menu with this
> line
> > > added:
> > >
> > >> $item_output .= '<span>' . $item->description . '</span>';
> > >>
> > >>
> > >
> > > Kindly,
> > >
> > > Baki Goxhaj
> > > about.me/banago
> > >
> > >
> > > On Wed, Sep 11, 2013 at 11:38 AM, Baki Goxhaj <banago at gmail.com>
> wrote:
> > >
> > >> Here is my Roller class as it stands now:
> > >>
> > >> http://paste.laravel.com/Q3i
> > >>
> > >> Kindly,
> > >>
> > >> Baki Goxhaj
> > >> about.me/banago
> > >>
> > >>
> > >> On Wed, Sep 11, 2013 at 11:35 AM, Nikola Nikolov <
> nikolov.tmw at gmail.com
> > >wrote:
> > >>
> > >>> If possible the whole Roller class(you can use a service like
> pastebin
> > or
> > >>> other in order to show us the code).
> > >>>
> > >>>
> > >>> On Wed, Sep 11, 2013 at 12:34 PM, Filippo Pisano
> > >>> <filippo.pisano at gmail.com>wrote:
> > >>>
> > >>> > Could you please post your declaration of start_el() ?
> > >>> >
> > >>> > Filippo Pisano
> > >>> > cel: 3291821355 / skype: filippopisano
> > >>> >
> > >>> >
> > >>> > On Wed, Sep 11, 2013 at 11:29 AM, Baki Goxhaj <banago at gmail.com>
> > >>> wrote:
> > >>> >
> > >>> > > Roller extends Walker_Nav_Menu. I made the start_el arguments the
> > >>> same
> > >>> > > already.
> > >>> > >
> > >>> > > The strange things is that Walker_Nav_Menu and Walker class have
> > >>> > different
> > >>> > > arguments number for start_el function - which is probably
> causing
> > >>> the
> > >>> > > issue.
> > >>> > >
> > >>> > > Need more insight?
> > >>> > >
> > >>> > >
> > >>> > > Kindly,
> > >>> > >
> > >>> > > Baki Goxhaj
> > >>> > > about.me/banago
> > >>> > >
> > >>> > >
> > >>> > > On Wed, Sep 11, 2013 at 11:22 AM, Nikola Nikolov <
> > >>> nikolov.tmw at gmail.com
> > >>> > > >wrote:
> > >>> > >
> > >>> > > > I'm almost a 100% sure that the Roller() class  is definitely a
> > >>> custom
> > >>> > > > class that extends the Walker() class that comes with
> WordPress.
> > >>> > > >
> > >>> > > > I'm also pretty sure that the error you're seeing is because
> > >>> either you
> > >>> > > > have a different amount of arguments in the Roller:start_el()
> > >>> method
> > >>> > > > declaration, or some other incompatibility with the main
> > >>> > class(defining a
> > >>> > > > class property with a different access level for instance).
> > >>> > > >
> > >>> > > >
> > >>> > > > On Wed, Sep 11, 2013 at 12:19 PM, Filippo Pisano
> > >>> > > > <filippo.pisano at gmail.com>wrote:
> > >>> > > >
> > >>> > > > > It is a theme error indeed.
> > >>> > > > > PHP is telling you to fix the error inside functions.php in
> > line
> > >>> > 375. I
> > >>> > > > > think you should check your theme ;)
> > >>> > > > >
> > >>> > > > > Filippo Pisano
> > >>> > > > > cel: 3291821355 / skype: filippopisano
> > >>> > > > >
> > >>> > > > >
> > >>> > > > > On Wed, Sep 11, 2013 at 11:17 AM, Baki Goxhaj <
> > banago at gmail.com>
> > >>> > > wrote:
> > >>> > > > >
> > >>> > > > > > Hi guys,
> > >>> > > > > >
> > >>> > > > > > I'm getting this error no matter what I switch on or off.
> > >>> Seems to
> > >>> > > be a
> > >>> > > > > PHP
> > >>> > > > > > 5.4 problem and from a little search I saw it was popping
> on
> > a
> > >>> lot
> > >>> > of
> > >>> > > > > > websites live. Here is what I get.
> > >>> > > > > > *
> > >>> > > > > > *
> > >>> > > > > > >
> > >>> > > > > > > *Strict Standards*: Declaration of Roller::start_el()
> > should
> > >>> be
> > >>> > > > > > > compatible with Walker::start_el(&$output, $object,
> $depth
> > =
> > >>> 0,
> > >>> > > > $args =
> > >>> > > > > > > Array, $current_object_id = 0) in */var/www/vhosts/
> > >>> > > > > > >
> > haute-dish.com/httpdocs/wp-content/themes/hd/functions.php*on
> > >>> > > line
> > >>> > > > > > *375*
> > >>> > > > > > >
> > >>> > > > > >
> > >>> > > > > > Seems this is not a theme/plugin developer thing and needs
> to
> > >>> be
> > >>> > > fixed
> > >>> > > > in
> > >>> > > > > > WP. Any thoughts?
> > >>> > > > > >
> > >>> > > > > > Kindly,
> > >>> > > > > >
> > >>> > > > > > Baki Goxhaj
> > >>> > > > > > about.me/banago
> > >>> > > > > > _______________________________________________
> > >>> > > > > > wp-hackers mailing list
> > >>> > > > > > wp-hackers at lists.automattic.com
> > >>> > > > > > http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>> > > > > >
> > >>> > > > > _______________________________________________
> > >>> > > > > wp-hackers mailing list
> > >>> > > > > wp-hackers at lists.automattic.com
> > >>> > > > > http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>> > > > >
> > >>> > > > _______________________________________________
> > >>> > > > wp-hackers mailing list
> > >>> > > > wp-hackers at lists.automattic.com
> > >>> > > > http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>> > > >
> > >>> > > _______________________________________________
> > >>> > > wp-hackers mailing list
> > >>> > > wp-hackers at lists.automattic.com
> > >>> > > http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>> > >
> > >>> > _______________________________________________
> > >>> > wp-hackers mailing list
> > >>> > wp-hackers at lists.automattic.com
> > >>> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>> >
> > >>> _______________________________________________
> > >>> wp-hackers mailing list
> > >>> wp-hackers at lists.automattic.com
> > >>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> > >>>
> > >>
> > >>
> > >
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
> _______________________________________________
> 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