• [Topic modified – “HELP” is not a useful topic]

    After trying to execute /wp-admin/install.php, I`m getting this error, and dont know what can be wrong!

    Parse error: syntax error, unexpected ‘&’, expecting T_VARIABLE or ‘$’ in \wp-includes\l10n.php on line 800

    Anybody?

    I`m using mySQL 5, and the wp-config seems to be correct…

    Thanks in advance!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • My l10n.php in WordPress 3.7 has this on line 800, and there’s nothing unexpected about the & there:

    foreach ( $headers as &$header ) {

    Did you download WordPress directly from wordpress.org?

    Thread Starter edrizo

    (@edrizo)

    Yes, I did.

    Have no idea…

    Maybe I`ll try another version of WP.. what do you think?

    hello

    WP need PHP version 5.2.4 or greater

    check the php version…

    if it’s less, write this in your .htaccess file:

    SetEnv PHP_VER 5

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error message’ is closed to new replies.