I'm running CMS Made Simple 1.0. I'm using PHP 4.4 and MySQL 4.1.10.
I get an error when trying to install cmsms saying that the files aren't found, I contacted the host and got a reply:
What should I do now? Will I be able to use cmsms?The error is usually due to the php variable ['script_name']. As our php is installed through CGI, the path leads to the cgi-bin/php.dat file. You can alter the script name to $_SERVER['PHP_SELF']; to attempt to correct the issue.
Thanks

