[Plugin: Slideshow Gallery] Data won't insert to wp_gallery_galleriesslides table
-
I can create galleries and upload images, but when it comes to bringing the two together, nothing happens. I select the required gallery checkbox the image edit form and click Save but every image I’ve uploaded is still linked to zero galleries.
In MySQL, these queries return results:
select * from wp_gallery_slides
select * from wp_gallery_galleriesbut this query returns no results:
select * from wp_gallery_galleriesslides
I have successfully entered data into wp_gallery_galleriesslides manually, but I need to hand the project over to a client who won’t be able to do that (and doubtless wouldn’t want to if she could!)
Incidentally, I tried editing an image *after* manually editing it into MySQL and yes, as expected, it deleted the relevant row from wp_gallery_galleriesslides and thus removed it from the slideshow.
If it helps, I am using WordPress 3.4.1 on Windows 2008 Server.
https://www.ads-software.com/extend/plugins/slideshow-gallery/
- The topic ‘[Plugin: Slideshow Gallery] Data won't insert to wp_gallery_galleriesslides table’ is closed to new replies.