• Resolved jienjie123

    (@jienjie123)


    PHP Error Message

    Parse error: syntax error, unexpected T_REQUIRE in /home/a6032457/public_html/wp-content/themes/DynamiX/footer.php on line 1

    Free Web Hosting

    The line 1 of footer.php:
    <?php/***************************************************************//*

Viewing 8 replies - 1 through 8 (of 8 total)
  • try and replace theme footer.php file

    Thread Starter jienjie123

    (@jienjie123)

    i replaced it,not work…

    looks like you have problem on theme did you try and switch to default twenty ten theme see if you still have problem.

    Thread Starter jienjie123

    (@jienjie123)

    The default twenty ten theme haven’t this problem

    Thread Starter jienjie123

    (@jienjie123)

    PHP Error Message

    Fatal error: require() [function.require]: Failed opening required ‘/home/a6032457/public_html/wp-content/themes/DynamiX-wp/lib/inc/constants.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/a6032457/public_html/wp-content/themes/DynamiX-wp/functions.php on line 64

    here is another error message

    looks like you have problem with theme as is broken best thing to do is find another theme

    It looks like the functions.php file of your theme is trying to load a file called constants.php but the file is not there.

    To test this open your functions.php file of your theme and look for a line that looks something like this it might be a little different

    require("LOCATIONOFTHEME/constants.php");

    and comment the code out by adding “//” in front of it like so

    //require("LOCATIONOFTHEME/constants.php");

    Thread Starter jienjie123

    (@jienjie123)

    ok,thank you guys, i bought it on offical website and it worked. The one i had bought on taobao is fake:(

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Its an error message on my website’ is closed to new replies.