Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How do you install image gallery module?


Go to End


14 Posts   4827 Views

Avatar
stooni

Community Member, 89 Posts

24 April 2009 at 5:27am

When i all install and then want db/build these error came, when i uninstall image_gallery then all things ok!

These is the Error!

----------Thanks

Attached Files
Avatar
UncleCheese

Forum Moderator, 4102 Posts

24 April 2009 at 5:30am

You need to crank up your error reporting and provide a detailed error. That could be anything.

put in your _config.php:

Debug::send_errors_to('your@email.com');

Avatar
stooni

Community Member, 89 Posts

26 April 2009 at 3:56am

i have put the

Debug::send_errors_to('your@email.com');

in the _config.php and then i have upload the gallery and want db/build

and see all things ok!!! Thanks for help

because i have a other problem when i will upload images i become allways en error and the image are not uploded!

the rights in the folder is 775 i want change to 777 i cant with the ftp client!!!

Can you help me?
i have the Version modules-image_gallery-r129 downloaded!

---thanks --- Stooni

Avatar
UncleCheese

Forum Moderator, 4102 Posts

26 April 2009 at 1:40pm

Can you provide some more details? What is the error you're getting? What are you doing to get the error? The more specific you can be, the more likely I'll be able to figure out what's going wrong.

Avatar
stooni

Community Member, 89 Posts

26 April 2009 at 7:18pm

1. I have create a Image Gallery Page
2. i go to the register card "Photos"
3. Add Images to "AHD" (my Name for the Gallery)
4. Upload Images to "AHD" / klick Upload from my computer
5. Mark Image and say upload
--- then he upload to finish--- the line is full -------------
6. then i become these error Messages --- see grafic files, attached!

-------------Thanks Stooni

Attached Files
Avatar
Pranil

Community Member, 17 Posts

20 August 2009 at 5:42pm

Hey i'm getting the same error messages as stooni was. Module seems to install fine, i go through the process and create a new page of type Image Gallery, i can set the album cover fine. But using the swf uploader to get images from my comp first shows this error: "An error occurred in the upload. Try again later." in a window.alert, and then "An error occurred in the upload. Try again later.". I don't have ssh access to the server, but i can see the folder perms in /assets/image-gallery are not right for the created folder (not set to the FTP user). Is it something to do with what these perms are?
I've got the module working on our own server that i've got ssh access to, just had to set the perms to 777 for the folders and it was all fine. So, any ideas?

Go to Top