• Howdy wordpress community!
    Please help me to fix this error:

    You can see it on the main page of campusdnepr.org

    here it is:

    Parse error: syntax error, unexpected T_STRING in /home/campus/campusdnepr.org/www/wp-includes/functions.php(1980) on line 1

    Here are the first four lines in my functions.php

    <?php
    include_once (TEMPLATEPATH . “/functions/htmLawed.php”);
    include_once (TEMPLATEPATH . “/functions/shortcodes.php”);
    ?>

    What’s wrong with it?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • may be is the double quotes need to be ‘

    To get the site back you will need to replace functions.php file by editing with a editor or repalce with the original theme functions.php file

    Thread Starter konkov

    (@konkov)

    Thank you!
    On my host server I changed the PHP settings and clicked “do not show errors”

    It helped! Error disappeared from the main page.
    But did it solve the problem?
    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error in functions.php’ is closed to new replies.