• Resolved reinard

    (@reinard)


    I get this error when initializing the data base:

    Parse error: syntax error, unexpected T_VARIABLE in /homepages/28/d310763605/htdocs/noasfalto/de/wordpress/wp-config.php on line 35

    The line in question is

    $table_prefix = ‘de_’; // Nur Zahlen, Buchstaben und Unterstriche bitte!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chances are the problem is actually a line or two above that one. You are missing a semicolon line terminator, or something similar. If you’ve edited this is a word processor like MSWord instead of a text editor that could be causing problems as well. If you can’t find the problem paste lines 30 to 36 or so. Be sure to use the ‘code’ button above, or just wrap the code in backticks.

    Thread Starter reinard

    (@reinard)

    Thanks, yes, that was the reason, It happened when I was copying parts by c&p; I did not mark correctly. This way a closing bracket and semicolon where missing ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘unexpected T_VARIABLE in /homepages…’ is closed to new replies.