[Care2002-developers] Fix to make care2x work with php 5.x

2008-02-11 Thread Gjergj Sheldija
hi all,

i managed to get care2x work with php 5.2.2.
here is what to do :

file :  include/inc_environment_global.php
line 82 :
change from : ini_set('session.save_handler','user');  to 
ini_set('session.save_handler','files');

line 102 :
change from : 
include_once($root_path.'classes/adodb/session/adodb-session.php');
to : // 
include_once($root_path.'classes/adodb/session/adodb-session.php');

all this supposing that you have enabled session in your php.ini.

regards
gjergji


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Fix to make care2x work with php 5.x

2008-02-11 Thread Robert Meggle
Hi Gjergj,

Hey, thanks again for that nice work. I will check that out this week
carefully. 

Many thanks for that kind of prominent work. 

Robert


 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:care2002-
 [EMAIL PROTECTED] Im Auftrag von Gjergj Sheldija
 Gesendet: Montag, 11. Februar 2008 16:23
 An: care2002-developers@lists.sourceforge.net
 Betreff: [Care2002-developers] Fix to make care2x work with php 5.x
 
 hi all,
 
 i managed to get care2x work with php 5.2.2.
 here is what to do :
 
 file :  include/inc_environment_global.php
 line 82 :
 change from : ini_set('session.save_handler','user');  to
 ini_set('session.save_handler','files');
 
 line 102 :
 change from :
 include_once($root_path.'classes/adodb/session/adodb-session.php');
 to : //
 include_once($root_path.'classes/adodb/session/adodb-session.php');
 
 all this supposing that you have enabled session in your php.ini.
 
 regards
 gjergji
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers