On Thu, Jul 24, 2008 at 4:31 AM, Bruno Friedmann <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm just downloaded the 1.6 RC1 release to give it a try. > > I've just one trouble : no projects are running now. > The worst there's no errors just a blank page. > (All demo previously used have the same symptom ) > > I could imagine there's some changes, but there's no documentation about what > a dev > need to adapt inside projects to have them running. > > Or did I miss it ( there's could be a improvement like a update.txt file at > the root of library ) ? > > > PS : In documentation there chapter missing in the index ( 18 doesn't have > title GDATA, 23 is not write and so ... ) >
You probably want to enable: log_errors = On error_log = /path/to/a/writable/log/file Or maybe it is already enabled and you just need to check it out. To find out, do a phpinfo() and look for the above options. Till
