• Resolved relinquish21

    (@relinquish21)


    Good Day
    I hope someone can assist me with this problem ive been having with a web page i was assigned to manage.
    Anytime i try to search anything on the web page i get this error

    Parse error: syntax error, unexpected ‘<‘ in /hermes/bosoraweb021/b1176/ipg.darululoomttnet/wp-content/themes/platform/index.php on line 8

    Ive been looking for posts regarding it n havnt found any. Im a beginner web manager and programmer in html coding and the theme being used is platform in php coding. Please and thanks for whatever help you can provide heh

Viewing 4 replies - 1 through 4 (of 4 total)
  • There is a problem with the theme “platform.”

    Try
    deactivating all plugins (yes, all) to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read “How to deactivate all plugins when you can’t log in to wp-admin” if you need help). Sometimes, an apparently inactive plugin can still cause problems. Also remember to deactivate any plugins in the mu-plugins folder. The easiest way is to rename that folder to mu-plugins-old.

    Try
    switching to the Twenty Twelve or Twenty Thirteen theme to rule out any theme-specific problems. If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentythirteen. That will force your site to use it.

    Thread Starter relinquish21

    (@relinquish21)

    ok well i deactivated all the plug ins and tried and still got the same error and then i tried the other theme you advised and the search worked, does this mean the problem is with the theme itself? and how to fix it? ohh and in the index php file this the code within

    */
    <?php
    global $more;
    $more = 0;
    ?>

    is the coding wrong?

    Thread Starter relinquish21

    (@relinquish21)

    never mind i removed the theme and re installed it and it works !! haha thx again for your help though 😉

    Glad you worked it out.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Parse Syntax Error in search bar’ is closed to new replies.