• Hi. I’ve been scouring the support pages, but I’m not sure if I understand what’s being said. I’m getting this error when trying to view my blog:
    Parse error: parse error, unexpected $ in /home/amommys/public_html/index.php on line 813

    My site url is: https://www.amommysdaze.com/

    I work off of cPanel and am not sure what I need to look for in myPHPadmin or the other files. I’ve looked at pretty much every line in my index, but can’t find any open tags. Any help would be appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The root index.php is this:
    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp-blog-header.php');
    ?>

    so where line 813 has appeared is a mystery.
    Are you running WP in tables ?
    If not, what happens if you use the above code as the index.php ?

    Thread Starter kschumach

    (@kschumach)

    Thanks! I got that fixed. Now I’m trying to use my old layout and I’m still getting the parse error, just in a different line. Would that indicate a open tag?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parse Error unexpected $’ is closed to new replies.