On May 30, 2012, at 1:58 PM, Jeff Folk wrote:
> 
> On May 30, 2012, at 10:08 AM, xbgmsharp wrote:
>> 
>> libawl-php is part of Redhat and Debian, so it should be part of CentOS.
>> You can find one here, http://debian.mcmillan.net.nz/packages/awl/
>> However i don't know about SME but it should wor because SME Server is built 
>> on CentOS.
> 
> So... Having a problem. All installed. Go to test by pointing a browser at 
> https://sme.qzoneinc.com/Microsoft-Server-ActiveSync
> 
> I am asked to log in, then a blank page appears (not the "Z-Push - Open 
> Source ActiveSync" with "GET not supported"). Pointing RESTclient at that url 
> gives:
> 
>       • Status Code:          500 Internal Server Error
>       • Connection:           close
>       • Content-Length:       0
>       • Content-Type:         text/html
>       • Date:                 Wed, 30 May 2012 18:46:00 GMT
>       • Server:               Apache
> 
> Any pointers where to troubleshoot?
> 
> Thanks;
> Jeff-- 
> [email protected]
> https://inverse.ca/sogo/lists

Looking in my messages log:

May 30 14:04:56 sme httpd: PHP Fatal error:  require_once() [<a 
href='function.require'>function.require</a>]: Failed opening required 
'XMLDocument.php'

but the doc exists...

[root@sme bin]# locate XMLDocument.php
/usr/share/awl/inc/XMLDocument.php

I notice the path in the config file does not have a trailing '/', but that 
doesn't seem to make any difference...

  ini_set('include_path',
                        BASE_PATH. "include/" . PATH_SEPARATOR .
                        BASE_PATH. PATH_SEPARATOR .
                        ini_get('include_path') . PATH_SEPARATOR .
                        "/usr/share/php/" . PATH_SEPARATOR .
                        "/usr/share/php5/" . PATH_SEPARATOR .
                        "/usr/share/pear/" . PATH_SEPARATOR .
                        "/usr/share/awl/inc");

I do NOT have a php5 executable. Should I create a link to php?

Thanks;
Jeff-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to