Plugin works really well even on WP 6.8.1
Hi Dan, I have been using the Document Gallery plugin for many years and swear by it. It has also been working really well on WP version 6.8.1 with PHP version 7.4.33 Unfortunately when my hosting provider updated to PHP ver 8.3.22, the plugin produced a critical error on the website. Current setup WordPress version 6.8.1Active theme: Total (version 2.1.93)Current plugin: Document Gallery (version 4.4.3) PHP version 8.3.22 Error Details An error of type E_ERROR was caused in line 6 of the file /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php. Error message: Uncaught Error: Class “DG_Gallery” not found in /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php:6Stack trace: 0 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/tabs/general-tab.php(10): include_once() 1 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/class-admin.php(202): dg_register_settings() 2 /home/ibexind/public_html/wp-includes/class-wp-hook.php(324): DG_Admin::registerSettings() 3 /home/ibexind/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /home/ibexind/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /home/ibexind/public_html/wp-admin/admin.php(176): do_action() 6 /home/ibexind/public_html/wp-admin/options-general.php(10): require_once(‘/home/ibexind/p…’) 7 {main} thrown I had to deactivate the plugin to get the site operational. Can you advise which PHP version is the plugin compatible with? Thanks
Update please?
There are two current issues: 1) Prior to PHP 7.4 the code could include the parameters in any order in the “Implode” argument. Now, the glue string has to be declared first and the array second (for this plugin, [implode( $ids, ‘, ‘ )] should say [implode(‘, ‘,$ids,)]. 2) When clicking back into a tab previously clicked, the content disappears. Reloading the page restores the content, but the same behavior exists (disappears again when a tab is clicked back into). Otherwise, the plugin is handy and works well.
Works fine on WP 6.5.4
Although some administration functions are missing, this plugin is operational on recent versions of WP. I haven’t found the equivalent elsewhere, so it’s a shame it’s not being maintained.
Plugin works really well even on WP 6.8.1
Hi Dan, I have been using the Document Gallery plugin for many years and swear by it. It has also been working really well on WP version 6.8.1 with PHP version 7.4.33 Unfortunately when my hosting provider updated to PHP ver 8.3.22, the plugin produced a critical error on the website. Current setup WordPress version 6.8.1Active theme: Total (version 2.1.93)Current plugin: Document Gallery (version 4.4.3) PHP version 8.3.22 Error Details An error of type E_ERROR was caused in line 6 of the file /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php. Error message: Uncaught Error: Class “DG_Gallery” not found in /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php:6Stack trace: 0 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/tabs/general-tab.php(10): include_once() 1 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/class-admin.php(202): dg_register_settings() 2 /home/ibexind/public_html/wp-includes/class-wp-hook.php(324): DG_Admin::registerSettings() 3 /home/ibexind/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /home/ibexind/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /home/ibexind/public_html/wp-admin/admin.php(176): do_action() 6 /home/ibexind/public_html/wp-admin/options-general.php(10): require_once(‘/home/ibexind/p…’) 7 {main} thrown I had to deactivate the plugin to get the site operational. Can you advise which PHP version is the plugin compatible with? Thanks
Works fine on WP 6.5.4
Although some administration functions are missing, this plugin is operational on recent versions of WP. I haven’t found the equivalent elsewhere, so it’s a shame it’s not being maintained.
Not working
After 1 hour, I give up. I couldn’t find a way to show the shortcode.
Plugin works really well even on WP 6.8.1
Hi Dan, I have been using the Document Gallery plugin for many years and swear by it. It has also been working really well on WP version 6.8.1 with PHP version 7.4.33 Unfortunately when my hosting provider updated to PHP ver 8.3.22, the plugin produced a critical error on the website. Current setup WordPress version 6.8.1Active theme: Total (version 2.1.93)Current plugin: Document Gallery (version 4.4.3) PHP version 8.3.22 Error Details An error of type E_ERROR was caused in line 6 of the file /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php. Error message: Uncaught Error: Class “DG_Gallery” not found in /home/ibexind/public_html/wp-content/plugins/document-gallery/inc/class-gallery.php:6Stack trace: 0 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/tabs/general-tab.php(10): include_once() 1 /home/ibexind/public_html/wp-content/plugins/document-gallery/admin/class-admin.php(202): dg_register_settings() 2 /home/ibexind/public_html/wp-includes/class-wp-hook.php(324): DG_Admin::registerSettings() 3 /home/ibexind/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /home/ibexind/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /home/ibexind/public_html/wp-admin/admin.php(176): do_action() 6 /home/ibexind/public_html/wp-admin/options-general.php(10): require_once(‘/home/ibexind/p…’) 7 {main} thrown I had to deactivate the plugin to get the site operational. Can you advise which PHP version is the plugin compatible with? Thanks
Works fine on WP 6.5.4
Although some administration functions are missing, this plugin is operational on recent versions of WP. I haven’t found the equivalent elsewhere, so it’s a shame it’s not being maintained.
Update please?
There are two current issues: 1) Prior to PHP 7.4 the code could include the parameters in any order in the “Implode” argument. Now, the glue string has to be declared first and the array second (for this plugin, [implode( $ids, ‘, ‘ )] should say [implode(‘, ‘,$ids,)]. 2) When clicking back into a tab previously clicked, the content disappears. Reloading the page restores the content, but the same behavior exists (disappears again when a tab is clicked back into). Otherwise, the plugin is handy and works well.
Not working
After 1 hour, I give up. I couldn’t find a way to show the shortcode.
Totally Busted
Doesn’t work anymore.
Offline
This plugin should be taken offline since its not working with current WP versions