• Hi, after upgrading to latest version I get this error

    PHP Fatal error:  Uncaught Error: Class 'Pagup\Bialty\Core\Plugin' not found in /httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php:121
    Stack trace:
    #0 /httpdocs/wp-settings.php(388): include_once()
    #1 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1237): require('/httpdocs/wp-se...')
    #2 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1158): WP_CLI\Runner->load_wordpress()
    #3 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(23): WP_CLI\Runner->start()
    #4 /httpdocs/vendor/wp-cli/wp-cli/php/bootstrap.php(74): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
    #5 /httpdocs/vendor/wp-cli/wp-cli/php/wp-cli.php(27): WP_CLI\bootstrap()
    #6 /httpdocs/vendor/wp-cli/wp-cli/php/boot-fs.php(17): require_once('/httpdocs/vendo...')
    #7 {main}
      thrown in /httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php on line 121
    Fatal error: Uncaught Error: Class 'Pagup\Bialty\Core\Plugin' not found in /httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php:121
    Stack trace:
    #0 /httpdocs/wp-settings.php(388): include_once()
    #1 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1237): require('/httpdocs/wp-se...')
    #2 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1158): WP_CLI\Runner->load_wordpress()
    #3 /httpdocs/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(23): WP_CLI\Runner->start()
    #4 /httpdocs/vendor/wp-cli/wp-cli/php/bootstrap.php(74): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
    #5 /httpdocs/vendor/wp-cli/wp-cli/php/wp-cli.php(27): WP_CLI\bootstrap()
    #6 /httpdocs/vendor/wp-cli/wp-cli/php/boot-fs.php(17): require_once('/httpdocs/vendo...')
    #7 {main}
      thrown in /httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php on line 121

    And also
    AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'Pagup\\Bialty\\Core\\Plugin' not found in /var/www/vhosts/dev.example.com/httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php:121\nStack trace:\n#0 /var/www/vhosts/dev.example.com/httpdocs/wp-settings.php(388): include_once()\n#1 /var/www/vhosts/dev.example.com/httpdocs/wp-config.php(91): require_once('/var/www/vhosts...')\n#2 /var/www/vhosts/dev.example.com/httpdocs/wp-load.php(37): require_once('/var/www/vhosts...')\n#3 /var/www/vhosts/dev.example.com/httpdocs/wp-blog-header.php(13): require_once('/var/www/vhosts...')\n#4 /var/www/vhosts/dev.example.com/httpdocs/index.php(17): require('/var/www/vhosts...')\n#5 {main}\n thrown in /var/www/vhosts/dev.example.com/httpdocs/wp-content/plugins/bulk-image-alt-text-with-yoast/bulk-image-alt-text-with-yoast.php on line 121', referer: https://dev.example.com/

    • This topic was modified 3 years, 9 months ago by maintanosgr.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sajjad Ali

    (@the-rock)

    Hello @maintanosgr

    I think there is an issue with Bialty installation. It’s probably not finding the file which contains the PHP Class showing in error. Can you take a look at files via FTP and check if wp-content\plugins\bulk-image-alt-text-with-yoast\core\Plugin.php file exists?

    Or delete the plugin and install it again. Hopefully that will solve the issue. If you still have problem. Please contact us at [email protected] and we can try to take a look at your issue.

    Regards

    • This reply was modified 3 years, 9 months ago by Sajjad Ali.
    Thread Starter maintanosgr

    (@maintanosgr)

    Hi, unfortunately what you suggested I already tried.

    The files exist and the class exists on the core folder.

    I also noticed that you’re autoloading via composer and that the classmap is correctly defined.

    Furthermore I tried to do a composer dump-autoload in case it would be missing something but it didn’t work either.

    Finally I resorted to completely uninstalling the plugin and reinstalling but to no avail.

    I’m sending you an email

    The whole issue started after upgrading to the latest version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘broken with php error after upgrading’ is closed to new replies.