03-08-2012, 06:16 PM
(03-08-2012, 09:18 AM)EricM Wrote: Well, I removed the Apache protected directory, and tried cadaver.
When accessing http://<server>/letodms/webdav, I get "500 Internal Server Error", and the file webdav/error_log has the message:
[08-Mar-2012 02:42:47 UTC] PHP Fatal error: Call to undefined function apache_request_headers() in /home/<user>/public_html/letodms/webdav/letodms_webdav.php on line 57
Looks like PHP doesn't support this API until 5.4, and I'm unfortunately running 5.3.10: http://php.net/manual/en/function.apache...eaders.php
No, it can't be the php version. I'm running 5.3.10 as well. Are you using the php apache module? apache_request_headers() requires to run php as an apache module.
Uwe