menolik
12-17-2007, 02:10 PM
Hello,
I am trying to make a login page for the downloads section of my site. I have made the connection to the database and selected the table with the usernames and passwords. When I test the link to get to the login for the downloads I receive this error:
Warning: require_once(Connections/Users.php) [function.require-once]: failed to open stream: No such file or directory in /home/lastgrea/public_html/acersequencelocks/Downloads.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'Connections/Users.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lastgrea/public_html/acersequencelocks/Downloads.php on line 1
I have no idea why this is happening. Please help me.
I am trying to make a login page for the downloads section of my site. I have made the connection to the database and selected the table with the usernames and passwords. When I test the link to get to the login for the downloads I receive this error:
Warning: require_once(Connections/Users.php) [function.require-once]: failed to open stream: No such file or directory in /home/lastgrea/public_html/acersequencelocks/Downloads.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'Connections/Users.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lastgrea/public_html/acersequencelocks/Downloads.php on line 1
I have no idea why this is happening. Please help me.