PHP Classes

login.php

Recommend this page to a friend!

      Access user Class  >  All threads  >  login.php  >  (Un) Subscribe thread alerts  
Subject:login.php
Summary:got "No such file or directory" error
Messages:2
Author:Myint Thu
Date:2005-07-23 04:54:02
Update:2005-07-23 05:51:11
 

  1. login.php   Reply   Report abuse  
Picture of Myint Thu Myint Thu - 2005-07-23 04:54:02
when i try to run login.php, i got this error


Warning: main(classes/access_user/db_config.php): failed to open stream: No such file or directory in /home/lwinhtu/public_html/myintthu/classes/access_user/access_user_class.php on line 32


  2. Re: login.php   Reply   Report abuse  
Picture of Olaf Lederer Olaf Lederer - 2005-07-23 05:51:11 - In reply to message 1 from Myint Thu
try this: require($_SERVER['DOCUMENT_ROOT']."/classes/access_user/db_config.php");

and check your directory structure