"Failed to load given url" from a plugin moddata dir (1.9)

"Failed to load given url" from a plugin moddata dir (1.9)

por Itamar Tzadok -
Número de respuestas: 2

I'm working on an activity module plugin which allows uploading and storing images in moodledata...moddata... but the stored images do not show up on the page and firebug states "Failed to load given url" (with urls such as http://localhost/file.php/3/moddata/newmodule/1/2/1/image.gif). If I change the url to some image in moddata of a standard module, that image shows up. Permissions of the images look the same. Any suggestion appreciated. sonrisa

Promedio de valuaciones (ratings): -
En respuesta a Itamar Tzadok

Resolved - Re: "Failed to load given url" from a plugin moddata dir (1.9)

por Itamar Tzadok -

It was a BOM that sent a header which prevented file.php from doing its job. sonrisa

En respuesta a Itamar Tzadok

Re: Resolved - Re: "Failed to load given url" from a plugin moddata dir (1.9)

por Nigel Singleton -

Hi. Seem to have a similar problem. Can you be a bit clearer what you did to rectify the problem? Thanks.