• Resolved Ivaylo Durmonski

    (@durmonski)


    After today’s update I got the following error on my site:

    An error of type E_COMPILE_ERROR was caused in line 73 of the file /home/customer/www/durmonski.com/public_html/wp-content/plugins/genesis-blocks/lib/BlockLoader/ManualRequire.php. Error message: require_once(): Failed opening required ‘/home/customer/www/durmonski.com/public_html/wp-content/plugins/genesis-blocks/src/blocks/block-newsletter/includes/excepthons/class-api-error-exception.php’ (include_path=’.:/usr/local/php73/pear’)

    The site is working but this error is concerning.

    Can you take a look?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @durmonski That is concerning! It looks like there’s a typo in the include path you pasted in your error message. I checked out code repo, even the history of the file in question, and that type has never existed in our codebase!

    Can you past lines 73—78 of the file genesis-blocks/lib/BlockLoader/ManualRequire.php here please?

    The error message you pasted has the word “excepthons” which should be “exceptions”. Changing this should fix the problem, but I wanted to also check nothing else was effected.

    Thread Starter Ivaylo Durmonski

    (@durmonski)

    Hey Luke (@lukecarbis),

    Here is what you requested:

    ` require_once $blocks_path . ‘block-newsletter/includes/exceptions/class-api-error-exception.php’;
    require_once $blocks_path . ‘block-newsletter/includes/exceptions/class-mailchimp-api-error-exception.php’;
    require_once $blocks_path . ‘block-newsletter/includes/interfaces/newsletter-provider-interface.php’;
    require_once $blocks_path . ‘block-newsletter/includes/classes/class-mailchimp.php’;
    require_once $blocks_path . ‘block-newsletter/includes/newsletter-functions.php’;
    require_once $blocks_path . ‘block-newsletter/index.php’;

    /**

    I wasn’t able to find the word “excepthons” inside the mentioned file which is strange.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error after recent update’ is closed to new replies.