open-lms-open-source / moodle-mod_lightboxgallery

Lightbox Gallery resource module for Moodle 2.0
GNU General Public License v3.0
30 stars 37 forks source link

error with upgrade from 1.9.12 to 2.0.4 #12

Closed kkrueger61 closed 13 years ago

kkrueger61 commented 13 years ago

I upgraded 2 plattforms without problems from 1.9.12 to 2.1.1 but on one plattform we need questiontypes order and ddmatch, so I have to upgrade to 2.0 Default exception handler: Can not create file "4923/mod_lightboxgallery/gallery_images/0///Die_Hebamme_war_da.JPG" Debug:

aolley commented 13 years ago

Naturally it's tricky to debug this remotely. Are you able to look that file up in the mdl_files table? You should be able to find its details with something like:

SELECT * FROM mdl_files WHERE filearea='legacy' AND filename ilike '%Die_Hebamme_war_da.JPG%';

The 3 slashes in a row before the filename in the file_storage exception would appear to be the problem, but I can't see why it'd have those.

kkrueger61 commented 13 years ago

Thank you, you can close this. It was a really big course with a lot of pictures and I moved this course to another platform and then the upgrade went futher on. I think it's not a lightboxgallery but a repository problem.