• Resolved nortonltu

    (@nortonltu)


    Hello,

    I installed Jeans Simple WordPress eCommerce theme and then I installed this plugin and here’s what I get once I activate the plugin:

    Fatal error: Call-time pass-by-reference has been removed in /home/justin/domains/epleveles.lt/public_html/wp-content/themes/jeans/functions/foundation/nav-walkers.php on line 48

    Nothings works anymore. Website and admin CP don’t load anymore, I just see this error code.

    How can I fix this? My wordpress version is 3.6.1.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    Please try to change in file /home/justin/domains/epleveles.lt/public_html/wp-content/themes/jeans/functions/foundation/nav-walkers.php around line 48 code from:
    parent::start_el(&$output, $item, $depth, $args);
    to
    parent::start_el($output, $item, $depth, $args);
    and tell me results.

    Regards,
    Alexey.

    Thread Starter nortonltu

    (@nortonltu)

    Hello Alexey,

    It worked! Only it wasn’t line 48, it was line 95 that I changed like you said.

    Thank you.

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Very good. We will include this fix in next version of this template.

    Regards,
    Alexey.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Call-time pass-by-reference has been removed in … on line 48’ is closed to new replies.