• Resolved dawolfey

    (@dawolfey)


    I have post-smtp on many sites, and all are set to use the wordpress plugin autoupdate.
    I also use xdebug, so errors get thrown and execution stops.

    Every time there is an update to post-smtp, I always get a thrown error:

    Warning: require_once(Postman-Mail/PostmanSmtpModuleTransport.php): failed to open stream: No such file or directory in /web/wp-content/plugins/post-smtp/Postman/Postman.php on line 61

    Sure enough, that file does not exist.

    I have to remove post-smtp, then install it again every time.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @dawolfey,

    Please could you share your diagnostics log with us? I’ll then ask the developer to look into this.

    Kind Regards,
    Tim

    Something is deleting the file, maybe a security plugin or something in your hosting.

    The file is a required file all time.

    Thread Starter dawolfey

    (@dawolfey)

    Here you go:

    PHP Warning:  require_once(Postman-Mail/PostmanSmtpModuleTransport.php): failed to open stream: No such file or directory in /home/.sites/65/site56/web/wp-content/plugins/post-smtp/Postman/Postman.php on line 61
    PHP Stack trace:
    PHP   1. {main}() /home/.sites/65/site56/web/wp-admin/admin-post.php:0
    PHP   2. require_once() /home/.sites/65/site56/web/wp-admin/admin-post.php:19
    PHP   3. require_once() /home/.sites/65/site56/web/wp-load.php:37
    PHP   4. require_once() /home/.sites/65/site56/web/wp-config.php:93
    PHP   5. include_once() /home/.sites/65/site56/web/wp-settings.php:377
    PHP   6. post_smtp_start() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:57
    PHP   7. post_setupPostman() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:124
    PHP   8. Postman->__construct() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:133
    PHP Fatal error:  require_once(): Failed opening required 'Postman-Mail/PostmanSmtpModuleTransport.php' (include_path='.:/php/includes:/home/php-7.3/share/pear') in /home/.sites/65/site56/web/wp-content/plugins/post-smtp/Postman/Postman.php on line 61
    PHP Stack trace:
    PHP   1. {main}() /home/.sites/65/site56/web/wp-admin/admin-post.php:0
    PHP   2. require_once() /home/.sites/65/site56/web/wp-admin/admin-post.php:19
    PHP   3. require_once() /home/.sites/65/site56/web/wp-load.php:37
    PHP   4. require_once() /home/.sites/65/site56/web/wp-config.php:93
    PHP   5. include_once() /home/.sites/65/site56/web/wp-settings.php:377
    PHP   6. post_smtp_start() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:57
    PHP   7. post_setupPostman() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:124
    PHP   8. Postman->__construct() /home/.sites/65/site56/web/wp-content/plugins/post-smtp/postman-smtp.php:133
    Thread Starter dawolfey

    (@dawolfey)

    I am confident it is not my server interfering – if it was, it would be failing on installation or update via wp-cli, not just the wordpress autoupdate mechanism.

    OK, still something ONLY on your side is deleting the file.

    Hi @dawolfey,

    We haven’t heard from you in a while, so I’ll mark this thread as resolved. If you have any further questions please feel free to open a new thread, and link to this one.

    Kind Regards,
    Tim

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

The topic ‘Failure on autoupdate’ is closed to new replies.