• I get this error whenever I try to do anything:

    Parse error: syntax error, unexpected ‘<‘ in /home/content/15/6544915/html/wp-content/themes/2010-weaver/functions.php on line 407

    I copied everything to notepad and searched the line and I CANNOT fix it.

    I can’t access anything to change the theme. I can’t do a damn thing and I can’t access the website. I know I should have copied the code before making changes. Too late now.

    This is the area of the issue:

    if (($contentColor = ttw_getopt_newcolor(‘ttw_content_color’)) ) {
    t_css_color(‘#content, #content input, #content textarea’,$contentColor);
    }

    if (ttw_getopt(“ttw_small_content_font”)) {
    echo(“#content {font-size: 120%; line-height: 125%; }\n”); /* stange, but true! */
    }
    echo(“#comments {font-size: 90%; line-height: 90%; }\n”); /* stange, but true! */
    }
    if (($infoColor = ttw_getopt_newcolor(‘ttw_info_color’))) {
    t_css_color(‘#comments .pingback p’, $infoColor);
    t_css_color(‘#respond label’, $infoColor);
    t_css_color(‘#respond dt, #respond dd’, $infoColor);
    t_css_color(‘.entry-meta’, $infoColor);
    t_css_color(‘.entry-content label’, $infoColor);
    t_css_color(‘.entry-utility’, $infoColor);
    t_css_color(‘#content .wp-caption’, $infoColor);
    t_css_color(‘#content .gallery .gallery-caption’, $infoColor);
    t_css_color(‘.navigation’, $infoColor);
    }

    I can’t find a broken bracket at all…Someone please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Using ftp rename 2010 theme folder so that twenty ten theme opens. If this works did you make any change in 2010 weaver functions.php file if so you will replace that file as I found out editing the file back will still give a parse error.

    2010 weaver designed so that you make changes in theme options as it uses field names.

    Thread Starter wheresmyyarn

    (@wheresmyyarn)

    I have no idea how to do this. I’m sorry. I am so panicked right now. I am literally in tears.

    If you like meet me in my conference room by clicking on my name and click on red online button and I will see if I walk you through on solving your problem. Just enter your name no need of password.

    Thread Starter wheresmyyarn

    (@wheresmyyarn)

    Okay I found the FTP files in godaddy. How do I remane the file so 2010 opens? Will I lose everything in my site?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hosed the whole site’ is closed to new replies.