GuentherLudwig
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] WP5.6 and Lightbox 2.3.1 incompatibleHad the same issue with this plugin.
Please deactivate it, purge your caches (if applicable) and reactivate the plugin.
All plugin settings will be preserved, the settings are accessible again and the “Gallery” entry should reappear in the admin (side) menu.Had the same issue with this plugin.
Please deactivate it, purge your caches (if applicable) and reactivate the plugin.
All plugin settings will be preserved, the settings are accessible again and the “Gallery” entry should reappear in the admin (side) menu.You can rename the plugin directory by (s)FTP. By doing this, the plugin is deactivated and you are able to access the WP backend again
- This reply was modified 6 years, 8 months ago by GuentherLudwig.
The version 4.8.2 has been published about 21 hours ago.
I hope the plugin author would read here, too.
My solution should help until the author would release a new verion.I solved this issue by copying some lines in class-xmlsitemapfeed-admin.php of version 4.7.5 to the installed file of version 4.8.2.
Afterwards line 632 and 633 read:$genres = !empty($options[‘genres’]) ? $options[‘genres’] : array();
$genres_default = !empty($genres[‘default’]) ? (array)$genres[‘default’] : array();And line 655:
$keywords = !empty($options[‘keywords’]) ? $options[‘keywords’] : array();
This ist still unsolved and is caused by then strong passwords enforcement. Disable “force strong passwords” removes the error message.
Of course that’s no long term solution :-((Same here with version 4.0.5 on line 84 of class-itsec-strong-passwords.php
Same here. No solution found, yet?
Same here with updated version 4.0.5!