• Resolved Adendum

    (@adendum)


    After suffering the WSOD when updating WP and some plugin I ran debug to find the following:-

    Strict Standards: Declaration of gp_mobile_menu::start_lvl() should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /home/32/15/7231532/web/wp-content/themes/thegossip/functions.php on line 222 Strict Standards: Declaration of gp_mobile_menu::end_lvl() should be compatible with Walker_Nav_Menu::end_lvl(&$output, $depth = 0, $args = Array) in /home/32/15/7231532/web/wp-content/themes/thegossip/functions.php on line 222 Strict Standards: Declaration of gp_mobile_menu::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /home/32/15/7231532/web/wp-content/themes/thegossip/functions.php on line 222 Strict Standards: Declaration of gp_mobile_menu::end_el() should be compatible with Walker_Nav_Menu::end_el(&$output, $item, $depth = 0, $args = Array) in /home/32/15/7231532/web/wp-content/themes/thegossip/functions.php on line 222 Fatal error: Cannot redeclare tgmpa_load_bulk_installer() (previously declared in /home/32/15/7231532/web/wp-content/plugins/maxgalleria/libs/TGMPA-TGM-Plugin-Activation/class-tgm-plugin-activation.php:2931) in /home/32/15/7231532/web/wp-content/themes/thegossip/lib/admin/inc/class-tgm-plugin-activation.php on line 2435

    After contacting the theme developer I was told …

    “The Max Galleria plugin is using something called the TGM plugin class which the theme is using also, causing a conflict. The TGM plugin class was designed for themes to use, not plugins, so this plugin shouldn’t really be using this. Either disable this plugin or remove the TGM plugin class code”

    I deactivated MaxGalleria and activated the theme and all is OK – except I can no longer use MaxGalleria. What can be done to allow MaxGalleria to be used again?

    https://www.ads-software.com/plugins/maxgalleria/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author AlanP57

    (@alanp57)

    I’ll see about creating a way to deactivate TGM in Maxgalleria.

    Alan

    Thread Starter Adendum

    (@adendum)

    Appreciate that.

    Plugin Author AlanP57

    (@alanp57)

    Looking at the TGMPA library, it is for both themes and plugins. For avoiding conflicts like these they recommend everyone use the latest version of the library, 2.5.2, which Maxgalleria uses. It would be interesting to see what version of TGMPA library your theme uses. But to handle similar conflict in the future we have added a way to disable the TGMPA library in Maxgalleria 4.14 which has just been released. After installing the update add this line of code to your wp-config.php file:

    define('TGMPA_OFF', true);

    put this before the line that says “That’s all, stop editing! Happy blogging”. Then you should be able to activate Maxgalleria.

    wow thanks its working for me.

    Plugin Author maxfoundry

    (@maxfoundry)

    Thanks Adendum and hakimi,

    Glad it’s working for you. We really appreciate getting ratings for MaxGalleria. If you are happy with our plugin and our support please leave a rating here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White Screen of Death due to theme conflict’ is closed to new replies.