Hi all,

I'm hoping to find someone who knows how to fix this error. I'm not sure what causes it.
My gallery shows fine but with the error showing above it on top of my page.
I've unintalled and reinstalled the module making sure I'm following all instructions and I feel confident I have installed it correctly.
I'm developing my website on localhost and I can confirm the images are copied to the correct folder after attaching them.
I'm using ImageField to upload my images.

Many thanks in advance

Comments

sp_key’s picture

Anyone?

Just googling this it seems it's a quite common error.
There are quite a few pages having exactly the same problem. See here: http://www.marwantalal.com/home
here: http://www.kerryhatcher.com/node/1
here: http://petraptackova.zvirecimarket.cz/

Any thoughts anyone?

ctreacylenda’s picture

I'm having the same issue. My gallery isn't displaying properly, but the files are definitely attached and showing up as thumbnails and in my sites/all/default/files/images folder. Not very helpful, I know, but wanted to chime in to say that you're not alone.

Mark Theunissen’s picture

Hi sp_key, did you follow the error message's advice and read README.txt, specifically the following instructions on using ImageField gallerias:

ImageField Module
---------------------

Much the same as the Upload module, except the images are drawn from an ImageField.

1. Install ImageField module and FileField module (that it depends on).
2. Create or choose an existing content type that will display the Galleria.
3. Add an ImageField (called FileField in the "Data type" drop-down) to the content type in the "Manage fields" section.
4. Set your desired configuration as per standard ImageField settings.
5. Click the "Display fields" section for the content type.
6. Change the output formatter for "Full node" and/or "Teaser" to display "Galleria".
7. Create a node of this type, add images, and view!

NOTE: Do not switch on the "Galleria from attachments" setting (detailed in the previous section) for ImageField-based Galleria content types. If you do, you'll see an error message.

Note the last bit about the error message.

sp_key’s picture

Mark, many thanks for your reply.

I appreciate the README file referres to "an error" however - I just realised I do not use filefield.
I instead create a block, set the input type to an image folder and copy the images there.
So my sincere apologies for confusingly mentioning imagefield in the process where in fact there is no content type.

Any thoughts would be greatly appreciated.
Sp.

Mark Theunissen’s picture

Galleria only supports using images from file attachments (upload module) or imagefield (filefield). It doesn't support your method, which I've never heard of.

raskolt’s picture

I solved my problem with Mark Theunissen's method, but i still get the error code even Galleria is working now.

So i disabled the Galleria Warning messages from Galleri settings.