All is good, I finally have all the php modules installed.

I go through the install process until I have to write the tables to the mySQL DB"

This is the error I get:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/stark/public_html/page/include/function.php on line 8

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/stark/public_html/page/include/function.php on line 8
ERROR: Unable to execute query

SELECT * from signup where username='vshare' and pwd='b1b9924810f5ecdd96ea723984ab4439'

Access denied for user 'nobody'@'localhost' (using password: NO)




before you guys say I need to check the DB password and other data, they are all correct.

Any idea?