PassMark Logo
Home » Forum

problem with PHP 4.4 - only the search form showing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bigduke
    Junior Member
    • Jan 2007
    • 2

    #1

    problem with PHP 4.4 - only the search form showing

    I've just installed and spidered my site with zoom Pro. I had zoom FTP the search files to my website which runs on PHP 4.4. I go to the search.php page, enter a word, and submit. The same page returns with only the search form showing and nothing else. No error messages or anything. I've used the FireFox JS Console to report any errors (PHP or otherwise) and it shows nothing.

    I haven't touched the search.php file or any other file produced by zoom. Does anybody have any advice before I go ripping through PHP code to figure this out?

    Here is the URL of the search page: http://mbnms-simon.org/zoom/search.php

    Thanks!
  • David
    Administrator
    • Dec 2004
    • 4714

    #2
    The problem is not related to PHP4.4.

    Looking through our source code will also not help, as the error is not in the source code.

    The problem is the server side configuration of your Apache server. It is killing the script before it can complete execution.

    There is a full description of the problem and solutions here,
    PHP / CGI script returns no results on Apache

    Comment

    • bigduke
      Junior Member
      • Jan 2007
      • 2

      #3
      Ahh... bummer. Thanks for the help.

      Comment

      Working...