nalkari Posted August 13, 2009 Share Posted August 13, 2009 Hello everyone im new to this forum. I just bought a script called Simple Product Review and Rating Script and followed the instructions for installing it but I am still having problems. Im new to php so you will have to bear with me. Im am getting this error message everywhere on the website (mysql_fetch_array(): supplied argument is not a valid MySQL result resource) This is what the installation file told me to do. 1. create a mySQL database with username and all privleges - done 2. fill in the db.php file with database name/ password and username - done 3. then it sad that that should install the script However I am not sure how I am surposed to get into the admin panel without a password and username. Plus the problem of the (mysql_fetch_array(): supplied argument is not a valid MySQL result resource) the url for this script is: www.savecommunity.com/review if this helps Quote Link to comment https://forums.phpfreaks.com/topic/170037-need-new-script-help/ Share on other sites More sharing options...
waterssaz Posted August 13, 2009 Share Posted August 13, 2009 did you have to create any tables for your database manually or was their an sql script to do this for you?. Basically the error that you are getting is saying that there are no results being returned from a query which means that an array has no data to cycle through. :-) Quote Link to comment https://forums.phpfreaks.com/topic/170037-need-new-script-help/#findComment-897056 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.