• Resolved Tanner

    (@tannerchung)


    [28-Aug-2018 04:30:29 UTC] PHP Fatal error:  Uncaught ChrisWhite\B2\Exceptions\B2Exception: Received error from B2:  in /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/vendor/cwhite92/b2-sdk-php/src/ErrorHandler.php:36
    Stack trace:
    #0 /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/vendor/cwhite92/b2-sdk-php/src/Http/Client.php(29): ChrisWhite\B2\ErrorHandler::handleErrorResponse(Object(GuzzleHttp\Psr7\Response))
    #1 /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/vendor/cwhite92/b2-sdk-php/src/Client.php(411): ChrisWhite\B2\Http\Client->request('GET', 'https://api.bac...', Array)
    #2 /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/vendor/cwhite92/b2-sdk-php/src/Client.php(38): ChrisWhite\B2\Client->authorizeAccount()
    #3 /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/classes/Cloud/Sto in /home/staging-example/webapps/example_staging_red/wp-content/plugins/ilab-media-tools/vendor/cwhite92/b2-sdk-php/src/ErrorHandler.php on line 36
    • This topic was modified 7 years, 8 months ago by Tanner.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author interfacelab

    (@interfacelab)

    B2’s auth stuff is a mess.

    You’ll need to re-auth and update the plugin.

    You should switch to AWS or Google Cloud Storage, they are both significantly better offerings. In fact, I will likely peel support for B2 in the future because it’s not good for the purposes you’d likely be using it for with WordPress.

    Thread Starter Tanner

    (@tannerchung)

    Okay thanks for the quick response. I didn’t know B2 was regarded so lowly. It’s so much cheaper, is it because its bandwidth speeds are terrible or the service is bad?

    Thread Starter Tanner

    (@tannerchung)

    Do you know what table I need to clear MediaCloud to get rid of the B2 provisioning? I can’t reenable the MediaCloud plugin or else it crashes the site.

    Plugin Author interfacelab

    (@interfacelab)

    In wp_options there are fields ILAB_*

    Sorry I’m not in front of a computer at the moment, but that should get you there with a little digging.

    Plugin Author interfacelab

    (@interfacelab)

    select * from wp_options where name like ‘ilab_%’

    Thread Starter Tanner

    (@tannerchung)

    /thumbsup!!

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

The topic ‘Crashed my server – error handler in logs’ is closed to new replies.