[PHP] PHP Errors to screen

2008-04-29 Thread Adam Gerson
Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam -- Adam Gerson Assistant Director of Technology Apple Certified System Administrator (ACSA) Columbia Grammar and Prep School phone. 212-749-6200 ex. 321 fax. 212-428-6806 [EMAIL

RE: [PHP] PHP Errors to screen

2008-04-29 Thread Jay Blanchard
[snip] Where do I change the setting to print PHP errors to the screen when running in a web browser? [/snip] http://us2.php.net/manual/en/function.error-reporting.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Errors to screen

2008-04-29 Thread Jim Lucas
Adam Gerson wrote: Where do I change the setting to print PHP errors to the screen when running in a web browser? Thanks, Adam At the top of your script put these lines ?php error_reporting(E_ALL); ini_set('display_errors', 1); -- Jim Lucas Some men are born to greatness, some

[PHP] php errors ? help please ...

2006-02-15 Thread Mehmet Fatih AKBULUT
hi all, i get these errors when trying to run horde: Notice: Only variable references should be returned by reference in /var/www/hordem/lib/Horde/Perms.php on line 341 Notice: Only variable references should be returned by reference in /var/www/hordem/lib/Horde/Auth.php on line 1168 Warning:

Re: [PHP] php errors ? help please ...

2006-02-15 Thread Chris
Mehmet Fatih AKBULUT wrote: hi all, i get these errors when trying to run horde: snip how can i fix these problems ? Upgrade horde - or at least talk to them and see if they have a fix. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-12-20 Thread Matt
Install the php5-session port from your ports tree to enable sessions. It's located in /usr/ports/www/php5-session on a default install with the port tree. On 12/19/05, John Nichel [EMAIL PROTECTED] wrote: Jose Borquez wrote: John Nichel wrote: Jose Borquez wrote: snip The Makefile

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

2005-12-20 Thread Georgi Ivanov
You need to compile php4-extensions or php5-extensions /usr/ports/lang/ Good luck. On Monday December 19 2005 22:32, Jose Borquez wrote: John Nichel wrote: Jose Borquez wrote: snip The Makefile configuration did have --disable-all included. Here is the link to my phpinfo page;

[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

Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread John Nichel
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:

RE: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Erin Fortenberry
:13 PM To: PHP Questions Lists Subject: [PHP] PHP errors in Apache error logs 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

RE: [PHP] PHP errors in Apache error logs

2005-12-19 Thread Erin Fortenberry
You also might try; http://www.group-office.com/forum/ They have had several people asl about the same error. -Ein -Original Message- From: Erin Fortenberry Sent: Monday, December 19, 2005 2:23 PM To: Jose Borquez; PHP Questions Lists Subject: RE: [PHP] PHP errors in Apache

[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

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

2005-12-19 Thread Silvio Porcellana [tradeOver]
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,

[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,

Re: [PHP] PHP errors in Apache error logs

2005-12-19 Thread John Nichel
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. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL

[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

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

2005-12-19 Thread John Nichel
Jose Borquez wrote: 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

Re: [PHP] php errors while displaying database fields

2003-03-13 Thread Ernest E Vogelsinger
At 23:30 12.03.2003, Boulytchev, Vasiliy said: [snip] I have searched the archives, and have found nothing on these errors I am getting. Here is the apache error logs capture: PHP Notice: Undefined index: REMOTE_ADDR in

[PHP] php errors while displaying database fields

2003-03-12 Thread Boulytchev, Vasiliy
Ladies and Gents, I have searched the archives, and have found nothing on these errors I am getting. Here is the apache error logs capture: PHP Notice: Undefined index: REMOTE_ADDR in /home/www/customflagcompany/phpshop/modules/admin/lib/ps_session.inc on line 39 PHP Notice:

RE: [PHP] php errors while displaying database fields

2003-03-12 Thread John W. Holmes
I have searched the archives, and have found nothing on these errors I am getting. Here is the apache error logs capture: PHP Notice: Undefined index: REMOTE_ADDR in /home/www/customflagcompany/phpshop/modules/admin/lib/ps_session.inc on line 39 What don't you understand? It's a

[PHP] PHP Errors - someone please take a look

2002-08-10 Thread Christopher J. Crane
I get the following errors when I run my script. It works fine with only 20 records, but at 100 I get errors. PHP has encountered an Access Violation at 00DA088E Warning: Unknown list entry type in request shutdown (2) in c:\www\htdocs\demos\ct.org\directory.php on line 0 or PHP has

Re: [PHP] PHP Errors?

2002-01-15 Thread Ben Sinclair
be in there. -- Ben Sinclair [EMAIL PROTECTED] - Original Message - From: Devin Atencio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 11:14 AM Subject: [PHP] PHP Errors? Dear PHP Group, I noticed that recently when one of my PHP scripts has a problem

Re: [PHP] PHP Errors?

2002-01-15 Thread CC Zona
In article 01a601c19de8$adc1b050$5e01a8c0@ben, [EMAIL PROTECTED] (Ben Sinclair) wrote: It is possible to disable error reporting, but you would probably remember doing it. A call to phpinfo() to check the global and local settings for error_reporting and display_errors would be the first