• Resolved msedlak

    (@msedlak)


    Hi,
    after update in wordpress crashed my site
    Parse error: syntax error, unexpected ‘&’ in /home/jz023600/www_root/wp-content/plugins/wp-multilang/includes/class-wpm-menus.php on line 40

    because there is a little mistake in includes/class-wpm-menus.php in line 40
    40 foreach ( $items as &$item ) {
    after deletion of & it works correct.
    40 foreach ( $items as $item ) {

Viewing 1 replies (of 1 total)
  • Hi @msedlak
    What version of PHP are You using? Minimum required version is 5.6. This is described in the description to plugin.

    • This reply was modified 8 years, 3 months ago by VaLeXaR.
    • This reply was modified 8 years, 3 months ago by VaLeXaR.
Viewing 1 replies (of 1 total)

The topic ‘class-wpm-menus.php’ is closed to new replies.