Imagesgallerymanager

I had successfully installed the imagesgallerymanager extensions to include the feature of photo album in my project.

When I start the gallery index page, it shows "Before add photos to product gallery, you need to save product"

There is no option for adding or saving the product. Where should I work upon to get a photo album.

Thenks in advance…

Probably you are using code example from extension page…

Message "Before add photos to product gallery, you need to save product" - means that there is no record in db for gallery associated with model(it will be shown in case when it is new model either this model never was saved with galleryBehavior).

To fix this you should save model with gallery bahavior at least one time - this will add row for that gallery into db, and you will be able to manage it.

Thanks for the help. I will get it a try…