Shop / e-Commerce Integration

Error in Joomdle modules after buying a course

  • iq-guru
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
10 years 4 months ago - 10 years 4 months ago #1 by iq-guru
Hi,
i just tried to buy a free course (my hikashop setup is configured to show the checkout process also for free courses). after the cart process ended a got a thanks for purchase emessage that had some errors. And now all joomdle modules like e.g. the certificates module, courese category module, badges module throw these errors.
Code:
Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/iq-guru.com/subdomains/dev/httpdocs/modules/mod_joomdle_my_certificates/mod_joomdle_my_certificates.php on line 16 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/iq-guru.com/subdomains/dev/httpdocs/modules/mod_joomdle_my_certificates/mod_joomdle_my_certificates.php on line 26 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/iq-guru.com/subdomains/dev/httpdocs/modules/mod_joomdle_my_certificates/mod_joomdle_my_certificates.php on line 29 Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/iq-guru.com/subdomains/dev/httpdocs/modules/mod_joomdle_my_certificates/mod_joomdle_my_certificates.php on Strict Standards: Only variables should be assigned by reference in /var/www/vhosts/iq-guru.com/subdomains/dev/httpdocs/modules/mod_joomdle_my_certificates/mod_joomdle_my_certificates.php on line 29 XML-RPC Error (95042507): Fehler beim Lesen der Datenbank | DEBUG INFO: Table 'db_iqguru_lab.lab_certificate' doesn't exist SELECT c.name, c.id, ci.timecreated as certdate FROM lab_certificate c LEFT JOIN lab_certificate_issues ci ON c.id = ci.certificateid WHERE ci.userid = 2 AND c.course in (3) ORDER BY ci.timecreated DESC [array ( )] | ERRORCODE: dmlreadexception
You can check it here dev.iq-guru.com/index.php?option=com_con...cle&id=63&Itemid=629
I have no idea what is happening as i did not change anything.
greets
carsten
Last edit: 10 years 4 months ago by iq-guru.

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

More
10 years 4 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Error in Joomdle modules after buying a course
First ones are E_STRICT warnings. I have just uploaded a new version of the module fixing those.

But last one is a Moodle error: it says it cannot find certificate table. Do you have certificate mod installed in Moodle?

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