• Resolved stefanaltius

    (@stefanaltius)


    Hi,

    great plugin, it worked on my old server on PHP 8.0, but now on the new server I get this error: cURL error 56: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

    What can I do?

    Regards

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Deepak Khokhar

    (@deepakkite)

    Hi,

    This seems to be an issue on the server side. I would recommend checking the error log file on your site and see if there is any error related to the plugin.

    Furthermore, please try to deactivate other plugins (could be a possible conflict) and see if the issue is fixed. If deactivating other plugins fixes the issue, please reactivate them one by one to found the conflict plugin.


    Furthermore, you can also reach out to your host regarding this cURL error.
    Thanks.

    Thread Starter stefanaltius

    (@stefanaltius)

    Hi, thanks for your response.

    Error log shows this type of error:

    Got error ‘PHP message: PHP Fatal error:  Uncaught Error: Cannot use object of type WP_Error as array in /web/wp-content/plugins/better-social-feeds/inc/ajax-functions.php:91\nStack trace:\n#0 /web/wp-includes/class-wp-hook.php(324): fftmj_fetch_threads()\n#1 /web/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#2 /web/wp-includes/plugin.php(517): WP_Hook->do_action()\n#3 /web/wp-admin/admin-ajax.php(188): do_action()\n#4 {main}\n  thrown in /web/wp-content/plugins/better-social-feeds/inc/ajax-functions.php on line 91’,

    Could it be related to the fact that I use 127.0.0.1 instead of localhost for connecting to the database? It doesn’t work via localhost with my hosting

    Regards

    Plugin Author Deepak Khokhar

    (@deepakkite)

    Hi,

    The plugin should work on localhost as well. Please make sure you have the cURL extension enabled on your server and try deactivating other plugins.

    Thanks.

    Thread Starter stefanaltius

    (@stefanaltius)

    Hi, thanks.

    The website is not hosted on localhost, only the connection to the database is via 127.0.0.1 and not via localhost. I have disabled all plugins and it still doesn’t work. However, the plugin worked on the old server with PHP8. Curl is enabled on both servers. The old server has cURL version 7.58 (plugin works), while the new one has 7.81 (plugin doesn’t work)-PHP8.3. On the old version, the BROTLI feature in cURL is disabled, whereas it’s enabled on the new one; otherwise, all other features appear to be the same.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cURL error 56’ is closed to new replies.