Ok so after i installed everything went to test it and i get these warnings, i have gone through looking at each one but i cant seem to figure it out anyone know what my issue is?? Warning: require() [function.require]: Unable to access ./includes/config.inc.php in /home/coleman/public_html/index.php on line 5 Warning: require(./includes/config.inc.php) [function.require]: failed to open stream: No such file or directory in /home/coleman/public_html/index.php on line 5 Warning: require() [function.require]: Unable to access ./includes/config.inc.php in /home/coleman/public_html/index.php on line 5 Warning: require(./includes/config.inc.php) [function.require]: failed to open stream: No such file or directory in /home/coleman/public_html/index.php on line 5 Fatal error: require() [function.require]: Failed opening required './includes/config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/coleman/public_html/index.php on line 5
Ok so i have been messing with it all day but have ran into another issue Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'coleman'@'localhost' (using password: NO) in /home/coleman/public_html/install.php on line 9Any ideas on how to fix this one? i have gone in deleted my db and made a new one with new password and still get the same message..
Talkk to the hosting company. While most use localhost for the database some put the database on a different server, for security, and you need a different path to it.
you don't have a database user that has a username of 'coleman'.. check your database and check if that user exists..
But the program trying to use the database is set to use no password ("using password: NO"). Fix the configuration of the program.
Ok so i was able to fix one issue but that takes me back to my original issue i have uninstalled my files and re installed them but i still get the same message i posted origianlly. any ideas on how to fix it? thanks for your help
Just check out your line no 5. you have done mistake there. try to replace the code. google for the new code.