• I would appreciate it if this could be resolved soon, as releasing a patch version with a fatal bug on Labor Day is pretty disruptive.

    WordPress version 6.7.2
    Active theme: Genesis 3.6.0
    Plugin version: 1.2.5
    PHP version: 8.2

    Log Details

    =============

    PHP Fatal error: Uncaught Error: Failed opening required ‘/nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/includes/loader.php’ (include_path=’.:/usr/share/pear/php:/usr/share/php’) in /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php:55#012Stack trace:#012#0 /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php(36): ATBS_BLOCKS->includes()#012#1 /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php(64): ATBS_BLOCKS->__construct()#012#2 /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php(77): ATBS_BLOCKS::init()#012#3 /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php(81): atbs_block_init()#012#4 /nas/content/live/my-site/wp-settings.php(526): include_once(‘/nas/content/li…’)#012#5 /nas/content/live/my-site/wp-config.php(68): require_once(‘/nas/content/li…’)#012#6 /nas/content/live/my-site/wp-load.php(50): require_once(‘/nas/content/li…’)#012#7 /nas/content/live/my-site/wp-blog-header.php(13): require_once(‘/nas/content/li…’)#012#8 /nas/content/live/my-site/index.php(17): require(‘/nas/content/li…’)#012#9 {main}#012 thrown in /nas/content/live/my-site/wp-content/plugins/advanced-tabs-block/plugin.php on line 55

Viewing 4 replies - 1 through 4 (of 4 total)
  • A file name has the wrong case.

    wp-content/plugins/advanced-tabs-block/includes/Loader.php should be a lowercase “l” not uppercase “L”. Rename it and it will work. Bit sloppy and took me an hour to find as I could not get logging working properly on the website I had it installed on.

    Thread Starter Rodrigo Arias

    (@kreppar)

    @timholden Thanks for the reply. Yes, I hope the developer can release a patch soon to prevent more sites from breaking, especially with auto-updates.

    Hi there! I experienced a similar issue on our partner site, MapsItalia.org. We rolled back the plugin version which solved the issue.

    Here’s the error I received:

    PHP Fatal error: Uncaught Error: Failed opening required '/srv/htdocs/wp-content/plugins/advanced-tabs-block/includes/loader.php' (include_path='/:.') in /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php:55 Stack trace: #0 /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php(36): ATBS_BLOCKS->includes() #1 /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php(64): ATBS_BLOCKS->__construct() #2 /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php(77): ATBS_BLOCKS::init() #3 /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php(81): atbs_block_init() #4 /wordpress/core/6.8.2/wp-settings.php(545): include_once('/srv/htdocs/wp-...') #5 /srv/htdocs/wp-config.php(85): require_once('/wordpress/core...') #6 /wordpress/core/6.8.2/wp-load.php(55): require_once('/srv/htdocs/wp-...') #7 /wordpress/core/6.8.2/wp-blog-header.php(13): require_once('/wordpress/core...') #8 /wordpress/core/6.8.2/index.php(17): require('/wordpress/core...') #9 {main} thrown in /srv/htdocs/wp-content/plugins/advanced-tabs-block/plugin.php on line 55

    I’ll keep my eyes out for an update so we can update the version once again!

    Thanks.

    Awesome find on this! Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Version 1.2.5 Causing Fatal Error’ is closed to new replies.