![]() |
FsPadmin - Printable Version +- FsPassengers Forums (http://www.fspassengers.com/forum) +-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3) +--- Forum: FsPassengers Customizing (http://www.fspassengers.com/forum/forumdisplay.php?fid=6) +--- Thread: FsPadmin (/showthread.php?tid=10126) |
FsPadmin - Oz Controller - 18-05-2006 Ive uploaded the script to my website all is fine and Ive created a database but this time when ever i go to setup the admin area the script cant connect to the database and in the database username it automatically changes it to a series of numbers: NDpPekNvbnRyb2xsZXI6OTgzZDE5NDZjZWQ2MmUyNjg2MjNmNzkwZjM2ZDNkOTY6MTA6OjA6MDowOjA6OjQwOTY= it also says : mySql error: Access denied for user: 'NDpPekNvbnRyb2xsZXI6OTgzZDE5NDZj@localhost' (Using password: YES) but i never put that in the username to start with I have installed this module before on other sites without a problem. any ideas Re: FsPadmin - olseric - 21-05-2006 Looks like a variable is in place of the database name...presumably a variable that creates a random string (commonly used for "session codes." Make sure the database name is "hard written" and not stored in a variable. Re: FsPadmin - Oz Controller - 23-05-2006 Is there an option to select "hard written" How do i check? |