On line 14 of install.php, the i of if is capitalized. Make it lowercase, so it looks like:
<code>if($_SERVER['QUERY_STRING'] == md5('create_file')){</code>
As for line 38, it's the same as line 14 for some reason, so I changed it to the following and it worked:
<code>elseif($_SERVER['QUERY_STRING'] == ''){</code>
I've only been messing in with this for a few...
2009-09-17 23:55:42 UTC in RASH Quote Management System