Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello.

    Turn on wordpress debugging mode and send me the error logs so that I can check and fix it if necessary.

    I have the same problem.

    I tried to disable your plugin by changing the plugin folder, now it’s working.
    But if I try to activate the plugin I get this error:
    https://i.ibb.co/7S8K30F/err1.jpg
    https://i.ibb.co/LpptS5q/err2.jpg

    I also updated “Auto Featured Image” to version 3.9.5 and got a serious error in WordPress and my website went down.

    usage environment:
    WordPress 5.8.2
    PHP Version 7.4.16 (64bit)

    It is unavoidable to deal with this by disabling the plugin folder, rolling it back to the previous version, and then re-enabling it.

    • This reply was modified 2 years, 4 months ago by Senri Miura.

    for ” first aid”enter your Cpanel find the folder in the “plugins” (Where is yous all plugins) find folder “Auto Post Thumbnail” delete it and install the older version (pre-update version)
    I reworked it so little and brought the site back online
    wait for update O.K. the new version of PS when the site broke down I had a completely white page

    the plugin is otherwise phenomenal! 🙂

    Same issue here with 3.9.5 (PHP 7.4.2):

    Warning: require_once(/home/vacuumda/domains/vacuumdaily.com/public_html/wp-content/plugins/auto-post-thumbnail/libs/onepress/compiler/boot.php): failed to open stream: No such file or directory in /home/vacuumda/domains/vacuumdaily.com/public_html/wp-content/plugins/auto-post-thumbnail/auto-post-thumbnail.php on line 199
    
    Fatal error: require_once(): Failed opening required '/home/vacuumda/domains/vacuumdaily.com/public_html/wp-content/plugins/auto-post-thumbnail/libs/onepress/compiler/boot.php' (include_path='.:/usr/local/php74/lib/php') in /home/vacuumda/domains/vacuumdaily.com/public_html/wp-content/plugins/auto-post-thumbnail/auto-post-thumbnail.php on line 199

    I’m sorry to the author, but I’m impatient, so I’ve already replaced it with the following plugin made in Japan.

    XO Featured Image Tools

    version 3.9.6 just released fixed my issue, thanks!

    To the developer/author: unfortunately, it seems that your update to 3.9.5 changed things for everybody. Expect more messages here! 3.9.6 is a bit better.

    The error comes from line 199 of auto-post-thumbnail.php, where your code tries to find libs/onepress/compiler/boot.php. However, the libs/onepress/compiler/ is now completely empty, so this fails with a fatal error.

    It’s possible to get at least the site up again by commenting-out line 199 — although this doesn’t really fix the issue: when clicking the Auto Featured Image 3.9.5 panel for Generate Images, the operation exhausts all available memory and thus throws another fatal error.

    3.9.6, at least, does not suffer from the first problem, since nothing seems to be calling anything under libs/onepress/compiler/ (that folder remains empty on the 3.9.6 version). Nevertheless, the memory allocation error persists when trying Generate Images. It’s hard to understand exactly why: it looks like there is an attempt to use the WP database functions, but a too-large chunk of memory needs to be reserved for that — so, it fails.

    Note that, in my case, the site(s) I’m testing this on have tens of thousands of articles. I seriously suspect that there is something in the code that attempts to get the whole article table into memory in order to do something with it — possibly looking for missing images to generate them again? It’s been a long time since I last did a full image generation, so I’m just wildly guessing here. In any case, it’s not a question of lack of memory (my server currently has 64 GBytes of RAM — plenty to load the whole WP database several times over! — it’s just a question of changing the php.ini settings), but rather the allocation of an ‘impossible’, near-infinite amount of memory, for some weird reason — an attempt that will invariably fail.

    Of course, I’m just speculating here, based on the single error I get on the logs — which comes from deep within the WP database code. I would need to do further debugging to be confident in what I’m saying!

    Good luck fixing things.

    Hello.

    We apologize. The problem has been fixed and the plugin has been updated to version 3.9.7

    I have the same problem.
    When logging in to the console, he writes that a critical error has occurred!
    Error message below
    (just i replace my web folder name by xxxxx)

    حدث خطأ من نوع E_ERROR بسبب السطر 191 في الملف /home/xxxx/public_html/wp-content/plugins/auto-post-thumbnail/libs/factory/core/includes/class-factory-plugin-abstract.php. رسالة الخطأ: Uncaught TypeError: Argument 1 passed to Wbcr_Factory450_Plugin::setBootstap() must be an instance of Wbcr_FactoryBootstrap451_Manager, instance of Wbcr_FactoryBootstrap450_Manager given, called in /home/xxxx/public_html/wp-content/plugins/disable-admin-notices/libs/factory/bootstrap/boot.php on line 43 and defined in /home/xxxxx/public_html/wp-content/plugins/auto-post-thumbnail/libs/factory/core/includes/class-factory-plugin-abstract.php:191
    Stack trace:
    #0 /home/xxxxx/public_html/wp-content/plugins/disable-admin-notices/libs/factory/bootstrap/boot.php(43): Wbcr_Factory450_Plugin->setBootstap(Object(Wbcr_FactoryBootstrap450_Manager))
    #1 /home/xxxxx/public_html/wp-includes/class-wp-hook.php(303): Wbcr_Factory450_Plugin->{closure}(Object(WDN_Plugin))
    #2 /home/xxxxxx/public_html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array)
    #3 /home/xxxxxxx/public_html/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
    #4 /home/xxxxxxx/public_html/wp-content/plugins/auto-post-thumbn

    @medfan2003 it seems that your error is actually from the disable-admin-notices plugin, although it clearly comes from auto-post-thumbnail. I wonder, if you turn off disable-admin-notices, will auto-post-thumbnail work again?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘The update broke my site’ is closed to new replies.