[PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez
I am attempting to configure Group Office which is a Project Management 
suite on FreeBSD 5.4 with apache+mod_ssl-1.3.34+2.8.25_1, MySQL 5.0.16, 
PHP5-MySQL 5.1.1, and PHP5.1.1 and I keep getting the following error 
messages in my error logs when I attempt to open a php page:


[Mon Dec 19 10:37:36 2005] [error] PHP Fatal error:  Call to undefined 
function
session_save_path() in 
/usr/local/www/groupoffice-com-2.14-FINAL-4/Group-Office.

php on line 792
/usr/local/www/groupoffice-com-2.14-FINAL-4/Group-Office.php(792) : 
Fatal error

- Call to undefined function session_save_path()

Could someone please give me any ideas as to what the problem is?  Any 
help would be greatly appreciated.


Thanks in advance,
Jose

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez

John Nichel wrote:


Jose Borquez wrote:

I am attempting to configure Group Office which is a Project 
Management suite on FreeBSD 5.4 with apache+mod_ssl-1.3.34+2.8.25_1, 
MySQL 5.0.16, PHP5-MySQL 5.1.1, and PHP5.1.1 and I keep getting the 
following error messages in my error logs when I attempt to open a 
php page:


[Mon Dec 19 10:37:36 2005] [error] PHP Fatal error:  Call to 
undefined function
session_save_path() in 
/usr/local/www/groupoffice-com-2.14-FINAL-4/Group-Office.

php on line 792
/usr/local/www/groupoffice-com-2.14-FINAL-4/Group-Office.php(792) : 
Fatal error

- Call to undefined function session_save_path()

Could someone please give me any ideas as to what the problem is?  
Any help would be greatly appreciated.



How is your version of PHP configured?  Was --disable-session set?

Setup a phpinfo page, and you'll be able to see the configuration 
line, and whether or not sessions are enabled.


I installed PHP from the ports and did not do any configuration.  I set 
up the phpinfo page and the configuration line did not set disable session.


Thanks in advance,
Jose

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: [Bulk] Re: [PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez

Silvio Porcellana [tradeOver] wrote:


Jose Borquez wrote:
 


I installed PHP from the ports and did not do any configuration.  I set
up the phpinfo page and the configuration line did not set disable session.

Thanks in advance,
Jose

   



Maybe you have this:
'--disable-all'
(not sure, thou, this should enable sessions anyway, IIRC...)

Maybe you could point us to your phpinfo(), it sure would help.

Cheers
Silvio

 

The Makefile configuration did have --disable-all included.  Here is 
the link to my phpinfo page;

http://68.127.38.82/install/test.php

Thanks in advance,
Jose


[PHP] Re: [Bulk] Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Jose Borquez

John Nichel wrote:


Jose Borquez wrote:
snip

The Makefile configuration did have --disable-all included.  Here 
is the link to my phpinfo page;

http://68.127.38.82/install/test.php



You have no session support.

I am not sure what to do now.  Do I need to uninstall and reinstall it 
with session support?  What is the configuration I need to specify?


Thanks in advance,
Jose

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Invalid argument supplied for foreach()

2005-12-19 Thread Jose Borquez

I am getting the following errors when accessing a php page:

/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php(299) 
: Warni

ng - Invalid argument supplied for foreach()
[Mon Dec 19 15:10:52 2005] [error] PHP Warning:  Invalid argument 
supplied for f
oreach() in 
/usr/local/www/groupoffice-com-2.14-FINAL-4/configuration/index.php

on line 299

I solved previous php error problem by installing the php5-extensions, 
but now I am getting the following errors in my log files and I have no 
idea what it could be.  Any help would be greatly appreciated.


Thanks in advance,
Jose

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php