Hi all,
I recently tried my own module and realized the modifications we made to Chamilo 1.8.8 in the web services make it unusable without patches. I will be working on this soon, so just hang in there for a little while longer (I will also be reviewing the issue queue, I see many interesting questions).
Comments
Comment #1
drupal_newbie2 commentedHi ywarnier,
Please tell me that you've found the time to patch the module... I've spent a bunch of hours debugging and started to patch it myself so let me know if I can help in any way...
Thanks in advance
Comment #2
duvalbruno commentedDrupal 7.14
Install profile Commerce Downloads (commerce_downloads-7.x-1.0-beta3)
Portal Chamilo 1.8.8.4
ReadMe instruction followed, Chamilo works fine, but when adding Chamilo blocks to drupal, homepage is blank and code is empty.
Edit:
Testing chamilo webservice at main/webservices/user_info.soap.php?wsdl and XML output is ok.
Testing using HTTP as SSL not yet installed on my server....working on it.
Comment #3
ywarnier commentedHi, updating the module to work with Chamilo 1.8.8.4 should be the same as updating it for 1.9, which I am working on at the moment. So far (in git) it works, but user fields have to be configured from the database due to a strange call to chamilo_form_attach_field() (which I'm trying to update to _form_alter or something like that).
Comment #4
ywarnier commentedHi, I'm closing this issue. We don't really support previous versions anymore (not enough time to do so). I have just updated the code to release version 7.x-1.0
Comment #5
ywarnier commented