PHP Classes

Warning: require_once(session_management.php)

Recommend this page to a friend!

      P2P Network  >  All threads  >  Warning:...  >  (Un) Subscribe thread alerts  
Subject:Warning:...
Summary:it seems files not uploaded
Messages:3
Author:bugjoy
Date:2006-10-20 09:03:15
Update:2009-10-22 08:41:30
 

 


  1. Warning:...   Reply   Report abuse  
Picture of bugjoy bugjoy - 2006-10-20 09:03:15
The program provides the msg below:

Warning: require_once(session_management.php) [function.require-once]: failed to open stream: No such file or directory in D:\PHP\xampp\home\p2pmembers\newestmember.php on line 3


And I noticed that there is such a piece of code in the file:
require_once('session_management.php');
require_once('../admininstration/class_and_files/initialization_for_client.inc');

It seems files not uploaded, right?

  2. Re: Warning:...   Reply   Report abuse  
Picture of thierry godard thierry godard - 2006-10-20 11:01:47 - In reply to message 1 from bugjoy
it's right...
files not uploaded...
a mistake ....an omission ?

  3. Re: Warning:...   Reply   Report abuse  
Picture of Karl Karl - 2009-10-22 08:41:30 - In reply to message 1 from bugjoy
Yeah Im getting the same. I also have to extra files with no extension in the zip package. Seems like this is pretty much usless unless you spend a day or so sourcing all sessions and writing functions to handle them. Easier to start from scratch.