TCP wrapper error on login

  • Ben Carter
    # 4 years, 11 months ago

    Hi when logging into my site I get the following errors? I have tried uninstalling and reinstalling the plugin but still get the errors. The only way I can get into WordPress is by disabling MiniOrange by renaming its folder. Any help would be appreciated.

    Error text:

    Warning: is_writable(): Unable to find the wrapper “tcp” – did you forget to enable it when you configured PHP? in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php on line 561

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 382

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 382

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 382

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 382

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 382

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 435

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 435

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 435

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 435

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-utility.php on line 435

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-includes/pluggable.php on line 928

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-includes/pluggable.php on line 929

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-includes/pluggable.php on line 930

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-includes/pluggable.php on line 1251

    Warning: Cannot modify header information – headers already sent by (output started at /var/sites/c/careaboutcare.com/public_html/wp-content/plugins/miniorange-2-factor-authentication/class-miniorange-2-factor-pass2fa-login.php:561) in /var/sites/c/careaboutcare.com/public_html/wp-includes/pluggable.php on line 1254

    Mittal
    # 4 years, 11 months ago

    Hi Ben,

    Thank you for reaching out to us.

    We were looking into it and it seems to be a PHP configuration issue.
    Do you have access to php.ini file? If not, you can contact the hosting provider, You can mention about the errors.

    Given below:
    “is_writable”() : unable to find the wrapper tcp – did you forget to enable it when you configured PHP

    And Please ask him if :session.save_handler = memcache

    Change it to: session.save_handler = files

    If you want us to look at it please mail us at info@miniorange.com or 2fasupport@miniorange.com. In most cases, the hosting provider will make these changes.

    Let me know so that we can look into it and get it working for you.

    Thank You,
    Mittal

    Natalie
    # 4 years, 11 months ago

    The same thing is happening to me and preventing me log in.
    Any help appreciated.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.