Viewing 3 replies - 1 through 3 (of 3 total)
  • Looking at your source, I see this in the search form:

    <form id="searchform" method="get" action="/kevin/index.php">

    What is specified for the action value in your template?

    Thread Starter canuckkev

    (@canuckkev)

    Heres what I have :


    <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
    <input type="text" name="s" id="search" size="15" onFocus='form.s.value=""' /><br>Search
    </form>

    Thread Starter canuckkev

    (@canuckkev)

    Okay, it seems my host is having a problem with PHP. I rna a PHPINFO and the PHP_SELF is pointing to the /kevin/ sub directory under the environment section.

    I am in contact with them, but for a temp fix, I changed the form action to “index.php” and it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search Error on WIMP shared host’ is closed to new replies.