Shop / e-Commerce Integration

Hikashop - XML-RPC Error (404): Unknown error while register

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #1 by iq-guru
Hi,
i just try to get the hikashop to work with joomdle and followed the path indicated in the wiki concerning integration configuration. Unfortunately i always get an error if a user has a joomdle/moodle product within his cart and tries to register in checkout process. After sending name, username, email, password i get this "XML-RPC Error (404): Unknown error" error.
Any help available would be very welcome
thanks in advance!
carsten

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #2 by Antonio Durán
Hi

Enable debugging in Moodle to get more info about the error.

Please Log in or Create an account to join the conversation.

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #3 by iq-guru
Hi antonio,
thanks for reply. find a screenshot of my webserver error.log after enabling debugging mode attached.

Please Log in or Create an account to join the conversation.

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #4 by iq-guru
And here is what the website shows:

XML-RPC Error (16251974): Ungültige Nutzer/in | DEBUG INFO: SELECT id FROM {user} WHERE id IS NULL AND deleted = ? [array ( 0 => 0, )] | ERRORCODE: invaliduser

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #5 by Antonio Durán
Are you using Joomdle 1.0.5 in Joomla and Moodle? There was a similiar error in previous versions.

Please Log in or Create an account to join the conversation.

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #6 by iq-guru
Hi Antonio,
as far as i see i use 1.05. I attache a screenshot with my versions. Unfortunatel i have another problem with login in now as admin in the moodle backend :-( I can still log in but if i want to open the admin navigation tree i get the attached error. Seems there has been something gone wrong with the sync of joomdle / moodle rights :-( or it denpends on activation the debuger in moodle.
Hope you have an idea on that as well. I use easy social / joomdle /Hikashop in combination.

Thanks antonio again for your help - you du a realy great support job!
cheers
carsten

Please Log in or Create an account to join the conversation.

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #7 by iq-guru
even i can not access my backen admin tree anymore i was able to search fur the plugin section and it was displayed in the main content area of moodle. So i looked for the version aof the autoenroll joomdle plugin which also is 1.05.
Hope this helps to debug the error .
thanks
carsten

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #8 by Antonio Durán
Check Joomdle version in moodle/auth/joomdle/version.php

As for the error in your pic: I don't think that is related to Joomdle at all, I never saw that message.

Please Log in or Create an account to join the conversation.

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 3 months ago #9 by iq-guru
Ok,
thats what is inside this php file:

$plugin->version = 2008080266;
$plugin->requires = 2010112400;
$plugin->maturity = MATURITY_STABLE;
$plugin->release = "1.0.4";
$plugin->component = 'auth_joomdle';

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #10 by Antonio Durán
You are running 1.0.4, so you should upgrade.

Please Log in or Create an account to join the conversation.