Hi I created a zoom index search for a site I have with the php version. I recieved a strange error page when I performed a search and thought I did something wrong when creating my form and action. However, when I went to my laptop and loaded the same page with the same form in a local browser it worked fine. The error page says:
0) die("This version of the Zoom search script requires PHP 4.2.0 or higher.
You are currently using: PHP " . phpversion() . "
Not sure what that means other than it thinks I have an older version of php, but I dont. Im running php 5.3.0 so not sure whats going on.
I havent tested this remotely yet as I just purchased a new semi dedicated server and havent set it up completely.
0) die("This version of the Zoom search script requires PHP 4.2.0 or higher.
You are currently using: PHP " . phpversion() . "
Not sure what that means other than it thinks I have an older version of php, but I dont. Im running php 5.3.0 so not sure whats going on.
I havent tested this remotely yet as I just purchased a new semi dedicated server and havent set it up completely.
Comment