Moodle Integration with Gallery2 2.2.3
|
naquadah
Joined: 2007-10-10
Posts: 3 |
Posted: Thu, 2007-10-11 00:21
|
|
Ok, so we got gallery2 2.1.2 embedded in moodle, but then the gallery2 api got upgraded and I am getting the following errors Quote:
Error I am not sure what has changed, in the versions, and what specifically changed in the API calls, but here is what my gallery init function looks like Quote:
function gallery_init($cmid = 0) { I am not sure what I need to change, but I appreciate the help. The version of moodle that I am working with is moodle 1.82 and here is a tar of the complete code that was written. |
|
| Login or register to post comments |

Posts: 32506
please see:
- http://codex.gallery2.org/Gallery2:API_Changes_From_2.0_To_2.1#GalleryEmbedApi
- http://codex.gallery2.org/Gallery2:Integration_Howto#Changing_integration_code_from_Gallery_2.0_-_2.0.2_to_Gallery_2.1_compatible_integration_code
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 3
I have already checked out those pages. The code is fine, and it works on windows machines but it does not work in Linux systems. I don't know why though.
Posts: 3
I am still wondering if there is anyone else that would know why this code would work fine in a Windows hosted environment, but not in a linux one. I have had a few people review the code and the 1 bug has been fixed, but it still does not work correctly in Linux. It seems that there is a path error or a database error that I have been unable to figure out.