problems with installing va php script - Printable Version +- FsPassengers Forums (http://www.fspassengers.com/forum) +-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3) +--- Forum: FsPassengers Support (http://www.fspassengers.com/forum/forumdisplay.php?fid=5) +--- Thread: problems with installing va php script (/showthread.php?tid=6216) |
problems with installing va php script - 2RIP - 22-04-2006 hey i encountered a problem at the Online SQL Server setting part.. i tried to type in my server, but i ran out of space to fit the last 2 letters.. is there a way to correct this? Re: problems with installing va php script - Drew - 22-04-2006 shouldnt your server be 'localhost' ?? Re: problems with installing va php script - eazy - 22-04-2006 Try putting in the server's IP instead of the domain name. And, as Drew said, in many cases "localhost" works as well. Re: problems with installing va php script - 2RIP - 22-04-2006 if i put localhost for server, do i have to change the settings below?? sorry im not good with php scripts Re: problems with installing va php script - 2RIP - 23-04-2006 so heres a more detailed description of where i need help.. thnx kk i uploaded the whole script to my website, went to fsPadmin folder.. editing settings.. can someone tell me whats wrong?? General setting Debug, use localhost: [checked] (use database below) Localhost database: va (not sure if i put va but thats my sql db name) Online SQL Server setting Server: localhost Database: va Database UserName: myusername Database Password: mypass Admin setting FsP Admin Login: mydesirefsplogin FsP Admin password: mypass i click "Write Settings" but on the box to the right tells me Not connected to localhost server Database: va mySql error: Access denied for user 'vu2584'@'localhost' (using password: NO) Re: problems with installing va php script - eazy - 23-04-2006 The last line is important: Access denied for user 'vu2584'@'localhost' (using password: NO) It seems that the localhost setting is ok for your server (because it recognized the database but didn't accept the login). Apparently there's no password transmitted with the login. Open the file setting.php in FsPAdmin folder with a text editor and check in line 19 if your password is configured there at all. Re: problems with installing va php script - 2RIP - 23-04-2006 yes line 19 is the FsPadmin login pass and i have a password there already :\ Re: problems with installing va php script - 2RIP - 23-04-2006 lol never problem solved.. i had 2 sql db and i just used the other one... now it works -.- Re: problems with installing va php script - romnag - 13-04-2009 I gott same problem... what have I done wrong? General setting Debug, use localhost: [checked] (use database below) Localhost database: va (not sure if i put va but thats my sql db name) Online SQL Server setting Server: localhost Database: va Database UserName: (Nothing, empty box) Database Password: (Nothing, empty box) Admin setting FsP Admin Login: mydesirefsplogin FsP Admin password: mypass i click "Write Settings" but on the box to the right tells me Not connected to localhost server Database: va mySql error: Access denied for user ''@'localhost' to database 'va' Re: problems with installing va php script - romnag - 13-04-2009 I fixet that |