On Thursday 06 February 2003 23:56, [EMAIL PROTECTED] wrote:

> Okay, so I have turned on all the error handling options in
> /usr/local/etc/php.ini-dist. 

As someone has already pointed out, that file should be 'php.ini', not 
'php.ini-dist'.

> I have purposely put an error in my
> phpinfo.php
> page, it errors out in the browser, but no error log is created. My
> index.php page does not load and does not provide any errors. I set the
> error log to go into the /tmp directory, after trying /var/log and also
> my own home directory, it just will not be created in any of them.

The directory which the log file goes into needs to have 'wx' permissions for 
the user that the webserver runs as.

> > NB if PHP doesn't give any errors, then it would suggest to me that your
>
> code
>
> > logic is broken.
>
> If the page works fine in php-4.0.3 then I don't see how it can be broken.
> This is frustrating. You can see the page at the link below.
> I have pasted my /usr/local/etc/php.ini-dist below. If it would help I can
> also add my index.php that is having problems...

Unfortunately, things do change between versions which can break some code. 
Without knowing what errors you're having it's going to be difficult to start 
debugging.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
life, n.:
        Learning about people the hard way -- by being one.
*/


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

Reply via email to