hey thanks for the reply.. this problem is really driving me round the bend.
Let's hope I don't help push you off the cliff..
i dont have it open at this minute, but logged into cpanel, i loaded my files into file manager, one of which asked me to fill in where it says something like mysql_connect (server, user, password, dbname),
That file sounds like a config file of some sort. Can you mention the script you're trying to install, that might be more helpful.
The answers to fill in for those are as follows:
localhost
ellis123_ellis123 (assuming your cpanel name and user for DB are the same in this example)
yourpassword
elliss123_ellissdatabase
elliss123_ellissdatabase
gave it a name, user and password,
ellis123_ellis123 (assuming your cpanel name and user for DB are the same in this example)
yourpassword
elliss123_ellissdatabase
i then went into myphpadmin and put files into the databases i created...
Sounds to me (I'm guessing) this is where you may have gone wrong.
What files are you putting in via PHPMyAdmin? Assuming .sql files?
If you mention the script you're installing it might help.
i typed in the web address using my domain name, clicked the file, logged in and it open up...
So it half worked, the landing page for this script does open I take it. SO some of the DB must be working.
but most i couldnt access most of the stuff on there because of the error message telling me "fatal error undefined mysql_connect" which leads back to this file i uploaded and the line where it says i should enter my (server, user, password, dbname)
thanks for any help anyone can offer on this
But this last part sounds like nothing is opening, not even the landing/default page for the script.
Too many variables here to wonder which one is the cause of the problem I think.
Is the DB created properly?
Is the config file edited properly?
Are you supposed to be uploading the .sql files to populate the database, or will running the script for the first time do that for you? Need to know the script to be sure.
If you are supposed to upload them manually, are those .sql files in the proper format?
Sorry, not sure I can help any more than that without a bit more Info. :p