• Resolved Chrisydesigns

    (@chrisydesigns)


    Hello
    I really like this directory however I get this error message when I activate your plugin in debub mode.

    Strict Standards: Declaration of CategoryFormInputWalker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in ….\wp-content\plugins\business-directory-plugin\api\form-fields-types.php on line 874

    I have updated to the latest wordpress 3.6.1
    I would be grateful for any help regarding this issue
    Thank you in advance
    Chrisydesigns

    http://wordpress.org/plugins/business-directory-plugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chrisydesigns

    (@chrisydesigns)

    Hi, Just an update on the above arror message. I think I found a solution

    I changed the following line of code in the form-fields-type.php from

    public function start_el( &$output, $category, $depth, $args, $id = 0 ) {

    to

    public function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {

    This seems to have worked for now!
    Thanks to this great article.

    http://dan.langille.org/2013/08/02/wordpress-upgrade-issues/

    (note:Im not using suffusion ..my error is related to this plugin and it seems to have only happened since my latest update to 3.6.1.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Hope this helps
    Chrisydesigns

    Plugin Author Business Directory Plugin

    (@businessdirectoryplugin)

    Hi chrissydesigns,

    Thanks for telling us about that, we’ll add that to the next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Message: Strict Standards: Declaration of CategoryFormInputWalker’ is closed to new replies.