PHP files not Querying!
Posted by: Kitmitsu
Posted on: 2006-06-11 11:14:00
Hey! I've been trying to install some PHP download scripts lately but when i visit the install page and click install but nothing happens. I finally worked out that the SQL in these scripts isnt executing. I thought i'd give it a try by copying the query out of the php file and inserting it into phpmyadmin myself. It worked fine but then another problem is that i have to login on another page of the script which once again needs SQL access. I cant manually add this so i need help.
Is there anything i can do to get this script working? i know there are download scripts that dont use SQL but i dont want to use one of them. I've made sure my SQL details are correct and they are. Anyone know what could be going wrong? My forum works fine so i have no idea :/
EDIT: I've just tested it on my other host and it worked fine :'( Only differences are:
Other host:
PHP version 4.4.2
MySQL version 4.0.27-standard-log
Dreamhost:
PHP version 5.1.2
MySQL version 5.0.18-standard-log
Could the different version be the cause? Any idea how i could get the script to work on dreamhost?Edited by Kitmitsu on 06/11/06 11:33 AM (server time).