R0.22 and earlier: No Longer Supported
[Solved] Probleme bei der Instalation
- Jörg
- Topic Author
- New Member
-
Less
More
15 years 10 months ago - 15 years 9 months ago #1
by Jörg
[Solved] Probleme bei der Instalation was created by Jörg
Hello i do the instlation step by step throu your dokumentation but all i get is
Fatal error: Call to undefined function xmlrpc_encode_request() in /....../modules/mod_joomdle_courses/mod_joomdle_courses.php on line 47
xmlrpc is loadet what can i do
Fatal error: Call to undefined function xmlrpc_encode_request() in /....../modules/mod_joomdle_courses/mod_joomdle_courses.php on line 47
xmlrpc is loadet what can i do
Last edit: 15 years 9 months ago by Chris.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 10 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Problemer bei der Instalation
Hi. Are you sure xmlrpc is working in php?
To make sure, look at phpinfo(). I think you should have a xmlrpc block.
I am away from my computer, so i can't give yo an example of how it should look like.
To make sure, look at phpinfo(). I think you should have a xmlrpc block.
I am away from my computer, so i can't give yo an example of how it should look like.
The topic has been locked.
- Jörg
- Topic Author
- New Member
-
Less
More
15 years 10 months ago #3
by Jörg
Replied by Jörg on topic Re: Problemer bei der Instalation
PHP (info)
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.7.3
xmlreader
XMLReader enabled
is that right
xml
XML Support active
XML Namespace Support active
libxml2 Version 2.7.3
xmlreader
XMLReader enabled
is that right
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 10 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: Problemer bei der Instalation
Hi. It seems xmlrpc is lacking. Try to install it if you can. Are you working on localhost or a hosted site?
All the stuff listed is xml related, not xmlrpc.
All the stuff listed is xml related, not xmlrpc.
The topic has been locked.
- Jörg
- Topic Author
- New Member
-
Less
More
15 years 10 months ago - 15 years 10 months ago #5
by Jörg
Replied by Jörg on topic Re: Problemer bei der Instalation
Hallo Thank you for helping me
you are rigth and now i fixt the prohlem with xmlrpc i downgratet to php 5.2.9 and now i have a block xml-rpc
you are rigth and now i fixt the prohlem with xmlrpc i downgratet to php 5.2.9 and now i have a block xml-rpc
Last edit: 15 years 10 months ago by Jörg.
The topic has been locked.
- Jörg
- Topic Author
- New Member
-
Less
More
15 years 10 months ago - 15 years 10 months ago #6
by Jörg
Replied by Jörg on topic Re: Problemer bei der Instalation
Last edit: 15 years 10 months ago by Jörg.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 10 months ago #7
by Antonio Durán
Replied by Antonio Durán on topic Re: Problemer bei der Instalation
Great. So is everything working now?
Just ask if you have any doubts.
Regards,
Antonio
Just ask if you have any doubts.
Regards,
Antonio
The topic has been locked.
- Jörg
- Topic Author
- New Member
-
Less
More
15 years 10 months ago - 15 years 10 months ago #8
by Jörg
Replied by Jörg on topic Re: Problemer bei der Instalation
Thanks for the support
mow i get the folow Error XML-RPC (702): Es war nicht m�glich, die Funktion zu finden. Eventuell ist die Funktion f�r RPC gesperrt.
i think it is a problem by moodle but i can't find it.....
mow i get the folow Error XML-RPC (702): Es war nicht m�glich, die Funktion zu finden. Eventuell ist die Funktion f�r RPC gesperrt.
i think it is a problem by moodle but i can't find it.....
Last edit: 15 years 10 months ago by Jörg.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7861
15 years 10 months ago #9
by Antonio Durán
Replied by Antonio Durán on topic Re: Problemer bei der Instalation
Hi. Again, I am away from my computer to tell you more...
A question: Did you activate the Joomdle auth plugin in Moodle?
A question: Did you activate the Joomdle auth plugin in Moodle?
The topic has been locked.
- fabrice
- Offline
- New Member
-
Less
More
- Posts: 17
15 years 10 months ago - 15 years 10 months ago #10
by fabrice
Replied by fabrice on topic Re:Probleme bei der Instalation
Hi,
I get the similar issue in the previous release too, you need to change in the moodle database , the value for mnet_dispatcher_mode in the config table , replace 'strict' by 'dangerous', and this will disappear...
I try your solution on sourceforge.net with the insert but it not working for me , that the only solution that I have found..
however with the new release i have an issue too , when the user try to authentificate , the url stay on http://domainname/moodle//auth/joomdle/land.php?username=xxxxxxx&token=123456789&wantsurl=/course/view.php%3Fid%3D3.
I get this error : faultCode 1 faultString Unknown method , i presume it's the answer of joomla
Thanks And Happy New Year
fabrice
I get the similar issue in the previous release too, you need to change in the moodle database , the value for mnet_dispatcher_mode in the config table , replace 'strict' by 'dangerous', and this will disappear...
I try your solution on sourceforge.net with the insert but it not working for me , that the only solution that I have found..
however with the new release i have an issue too , when the user try to authentificate , the url stay on http://domainname/moodle//auth/joomdle/land.php?username=xxxxxxx&token=123456789&wantsurl=/course/view.php%3Fid%3D3.
I get this error : faultCode 1 faultString Unknown method , i presume it's the answer of joomla
Thanks And Happy New Year
fabrice
Last edit: 15 years 10 months ago by fabrice.
The topic has been locked.