Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1052142

    ARG!! I tried to add the search bar to my header widget. .
    I meant to add the following to header.php, but accidentally added to functions.php. Now the site shows HTTP error 500.

    <form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
    <div><input type=”text” size=”18″ value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
    <input type=”submit” id=”searchsubmit” value=”Search” class=”btn” />
    </div>
    </form>

    I have since removed this code but site still non-functional.
    Deleting cache made no difference.
    Any suggestions?

    #1052154

    I should add that I am unable to restore back-up from the Dashboard since I am unable to access the dashboard (HTTP 500 error).

    Any thoughts?

    #1052493

    Never mind. It was a syntax error. Fixed now.

    #1052590

    Hi,

    Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.