Hi,
I know that this has been discussed here several times, but I have to come back to the error message "empty response from Moodle". My local configuration with xampp is running fine, but installing Joomdle at server side I receive the message. I understand, this is mostly coming from a misconfigured moodle URL in joomdle configuration. That is not the reason here!
What is interesting: I can configure joomdle on the server to access my local moodle installation via Dyndns without getting the error message.
I contacted my hoster and he told me, there is nothing locked on his side. Looking to possible htaccess restrictions, I can find htaccess files only in the dirs:
joomla/dmdocuments, joomla/moodle/lib, joomla/administrator/components/com_akkeba/backup, joomla/moodle/mod/wiki/ewiki/fragments
Could anyone of these cause the connection problem? (As you see moodle is a subdir of joomla)
One difference I see: on the server I have additional php.ini files to get xmlrpc running:
extension_dir = /usr/local/lib/php_modules/5-STABLE
extension = xmlrpc.so
Any other ideas?
Another question concerning the "CJ DEPRECATED ERRORS ON" message: My server php version is 5.2.13 (local 5.2.8) As far as I know deprecated errors came up with php version 5.3. Locally I work with "error_reporting = E_ALL & ~E_NOTICE" without getting errors.
I tried with to change the error-reporting to E_Error (=1), phpinfo in joomla gives me the according information, but the error remains.
My configuration: joomla 1.5.25, moodle 1.9.16, joomdle 0.7
EDIT:
After reading "how to get a detailed error report" - not the best title for this issue - I resolved the main problem. I copied my php.ini to the subfolder moodle/mnet/xmlrpc and got a green checkmark immediately in the health check for Joomdle Web Services.
Still looking to the deprecated error message ...