I´ve been using 1.0.7 so far, used it a three moths ago and didn´t see any issue, right now i am trying it with WP 3.5.0, haven´t seen any problem , will update here.. I really get used to this plugin 🙂
regards.
I have an issue as well with latest wordpress versions.
I use to show galleries using the shortcode [photosmash] in post content. But now I get a lot of errors and no gallery.
all errors seem to be related to getGallery function, located in plugins/photosmash-galleries/admin/gallery-functions.php file
in particular I get errors of “no index” about any property of gallery object (gallery_id, gallery_type, gallery_name, etc…)
any help would be appreciated, I have a website with 4k users and each user has his own gallery… this could be an epic fail!
ps: [photosmash form] shortcode works well
Check if your php version is 5.4 because the plugin uses a deprecated call by reference and causes PHP FATAL ERROR.
I solved by replacing all &$ to $ in all php files of the plugin.