Fatal error: Call to undefined function: strripos() in

Error : Fatal error: Call to undefined function: strripos() in

Solution : strripos() is a working on only php5 . So you need to switch you account to php5 installed server or if php4 and php5 is installed on the same server then add the folloging code in .htaccess file to switch to php5.

AddHandler application/x-httpd-php5 .php

Leave a Comment