mariovaldez.net

MV.net forums
It is currently 14 Jul 2016, 00:32

All times are UTC - 7 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
PostPosted: 18 Aug 2004, 03:32 
I receive the following error when i enter the CM

Notice: A session had already been started - ignoring session_start() in d:\usr\www\html\phprojekt\lib\gpcs_vars.inc.php on line 5

Please help


Report this post
Top
  
Reply with quote  
 Post subject: Session Error
PostPosted: 18 Aug 2004, 06:42 
Open your php.ini file, under "Error handling and logging" put this
error_reporting = E_ALL & ~E_NOTICE

That should fix your problem. :wink:


Report this post
Top
  
Reply with quote  
PostPosted: 18 Aug 2004, 18:53 
The suggestion does not work. Can you please let me know whether i change the config correctly. Thank You

I change the php.ini from

error_reporting (0);
// set some other variables
$var_ini_set = ini_set("magic_quotes_gpc","on");
$var_ini_set = ini_set("include_path","./");
// avoid this d... error warning since it does not affect the scritps here
$var_ini_set = ini_set("session.bug_compat_42", 1);
$var_ini_set = ini_set("session.bug_compat_warn", 0);

TO

error_reporting = E_ALL & ~E_NOTICE ;
// set some other variables
$var_ini_set = ini_set("magic_quotes_gpc","on");
$var_ini_set = ini_set("include_path","./");
// avoid this d... error warning since it does not affect the scritps here
$var_ini_set = ini_set("session.bug_compat_42", 1);
$var_ini_set = ini_set("session.bug_compat_warn", 0);;
// set some other variables
$var_ini_set = ini_set("magic_quotes_gpc","on");
$var_ini_set = ini_set("include_path","./");
// avoid this d... error warning since it does not affect the scritps here
$var_ini_set = ini_set("session.bug_compat_42", 1);
$var_ini_set = ini_set("session.bug_compat_warn", 0);


Report this post
Top
  
Reply with quote  
 Post subject: I Think
PostPosted: 19 Aug 2004, 07:52 
What I gave you was for you to edit in your php.ini directly.
Try this:
Code:
error_reporting( E_ALL & ~E_NOTICE);


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 7 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group