7912 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » Upload field for adding images not showing up.
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 1885 Views |
-
Re: Upload field for adding images not showing up.

29 January 2010 at 4:13pm
You need to get your site out of live mode so you can get a useable error.
Director::set_environment_type('dev');
-
Re: Upload field for adding images not showing up.

29 January 2010 at 4:35pm
Ok, so I did that, and found that there was an error because I didn't have images per page set. So I set it, and now I get the album pages, but no images show up, I just get a loading image and that's it. I did upload 3 images, so it's showing that those exist at least, it's just not actually displaying the images. I checked firebug, and wasn't getting any errors there.
-
Re: Upload field for adding images not showing up.

1 February 2010 at 8:54am
I can't figure it out, the images are showing up in the CMS, it looks like it should work, the album pages load up, but the images don't.
http://chucksonmonroe.com/photos/album/chuck-s-test-photo-albumAny ideas? I'm stuck, again...
-
Re: Upload field for adding images not showing up.

1 February 2010 at 11:06am
This file is missing:
http://chucksonmonroe.com/image_gallery/javascript/imagegallery_init.js
do you know anything about that?
-
Re: Upload field for adding images not showing up.

1 February 2010 at 12:20pm
Heh, odd. I had the folder named modules-image_gallery, I took off the modules- and it worked! Thanks!!
-
Re: Upload field for adding images not showing up.

1 February 2010 at 12:31pm
Yeah, folder names are compulsory in SS most of the time. Otherwise, the assets don't get pulled in. In my next rev of DOM and ImageGallery, I'm going to have a checkpoint that introspects the folder name so these mysterious errors don't occur.
| 1885 Views | ||
| Go to Top |

