Quote:
Originally Posted by Keyser S?ze
i have the file dbprefs set up correctly with the DB name, login and pass all correct, ive checked many times, and i chmoded all folders and files to 777, but i am still getting this error when i try to run the install
Warning: mysql_connect(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/dbprefs.php on line 57
Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27
Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 27
Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31
Warning: mysql_query(): A link to the server could not be established in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 31
Warning: mysql_query(): Access denied for user 'nobody'@'localhost' (using password: NO) in /home3/asylum/public_html/forums/alice/src/admin/botloaderfuncs.php on line 35
goes on for ages
|
dont edit the db config settings there. The script auto pulls them from the vbulletin config.php file.
I will include the flush change in the next bugfix version since it does fix the issue and there are no adverse side effects. I wasnt even thinking about the flush cuasing the problem so proble would have tooken me a bit longer to have figured that one out. Since as far as i knew the flush shouldnt have cuased a problem since there was no output that was buffered to get sent when it was run.