Hi,

in addition to Dericks answer regarding date.timezone:

On 06/03/2009 12:55 PM london...@hushmail.com wrote:

> I have turned on the logging in php.ini, created testfile.txt, 
> changed index.php to take into account rewrite.
> 
> I now get warnings in the browser relating to EZ components. But 
> still the same result in cadaver.

Whenever your PHP displays a notice to the client, WebDAV will not work.
This is because WebDAV responses need to follow the specific RFC. If
they contain additional data (i.e. notice output), they are invalid.

To avoid this issue (once you have your server running peroperly), you
should switch off display_errors and switch error logging on.

Regards,
Toby
-- 
Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards

Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer

t...@ez.no | eZ Systems AS | ez.no
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to