• Resolved Anonymous User 14009747

    (@anonymized-14009747)


    Hi,

    When doing a cronjob with a (non-related) wp-cli command, I get the following error:

    
    PHP Fatal error:  Uncaught Error: Class 'BracketSpace\Notification\Utils\Requirements' not found
    

    This looks pretty similar like the error explained in:
    https://wordpress.org/support/topic/fatal-error-uncaught-error-class-underdev_requirements/.

    And when I add __DIR__ to load the autoload.php, no error is thrown.

    Is it possible to add require_once __DIR__ .'/vendor/autoload.php'; to notification.php plugin?

    Thanks!

    Edwin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi Edwin, it has been already added in the development version and will be released in the next version.

    Thread Starter Anonymous User 14009747

    (@anonymized-14009747)

    Hi Kuba,

    Perfect, thanks.

    Any idea when the next version will be released?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    We aim to release within a week, a few more tasks left

    Thread Starter Anonymous User 14009747

    (@anonymized-14009747)

    Hi Kuba,

    It’s been almost 2 weeks, however no update yet. Any indication when you will release the new, improved version?

    Plugin Author Kuba Mikita

    (@kubitomakita)

    The new version is ready but I don’t want to release today because I won’t be available to fix any issue.

    So the release is planned for tomorrow.

    Thread Starter Anonymous User 14009747

    (@anonymized-14009747)

    Understandable and looking forward to the new release.

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

The topic ‘PHP Fatal error: Uncaught Error: Class ‘BracketSpace\Notification\Utils\Require’ is closed to new replies.