• Hello,

    Today we updated XL Tab to version 1.5, only to discover it shows an error saying:

    PHP Warning: include_once(): Failed opening '/home/site/wp-content/plugins/xl-tab/admin/lib/index.php' for inclusion (include_path='.:/opt/cpanel/ea-php82/root/usr/share/pear') in /home/site/wp-content/plugins/xl-tab/index.php on line 70

    We opened index.php to find that it includes the following three (3) php files that are not present in the recent version. To be more specific the entire admin folder is missing from the 1.5 version:

    Line 68: include_once XLTAB_DIR . 'admin/framework/codestar-framework.php';
    Line 69: include_once XLTAB_DIR . 'admin/configstar/option-panel.php';
    Line 70: include_once XLTAB_DIR . 'admin/lib/index.php';

The topic ‘Error after update to version 1.5’ is closed to new replies.