fauxlklore
Forum Replies Created
-
Super! You’re plugin has been a joy to work with so far. I’m building three forms on a website I manage – I will add a review after the forms have gone into production.
Understood and appreciate the tip. Thanks!
Cais, thanks for your quick response. Disabling Galleryview does not help, I will contact Galleryview developer.
I’d like to run something by you. Before beginning work on the site I set up a mirror locally. The mirror was running NEXTGen Version 1.9.13 and Gallery was broken and throwing same error as above. I was able to fix it by adding the following to nggfunctions.php at line 513 –
// re-order them and populate some
foreach ($sortorder as $key) {
if (!isset($galleries[$key])) $galleries[$key] = new stdclass; // this is the new lineAs described here:
https://ww.wp.xz.cn/support/topic/plugin-nextgen-gallery-warning-on-album-page-after-upgrade-to-php-540?replies=23I’m aware that nggfunctions.php no longer exists in the latest version of your plugin, but was wondering if there is similiar file in new version where I could attempt to apply this fix.
Thanks again,
Dan