• Hi.

    When you deactivate all the plugins of my blog, this one has thrown me the error “Error too many redirects” and I made the following tests:

    1.- Checking the URLs both on the WordPress desktop and in the database.
    2.- Define the forced URL in the Wp-Config
    3.- Disabling or renaming the plugins folder via FTP
    4.- Disabling or renaming the .htaccess file
    5.- Replace all the WP with new files (Wp-admin and wp-includes)

    However, the error persists, I could see that from the server it sends me the following error:

    [19-Jan-2018 00:08:49 America / Toronto] PHP Fatal error: Uncaught Error: Call to undefined function force_ssl_admin () in /home/vinilobits/viniloblog.com/wp-login.php:15
    Stack trace:
    # 0 {main}
       thrown in /home/vinilobits/viniloblog.com/wp-login.php on line 15

    So I have not managed to get my website up and running at all.

    I hope you can help me. Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Also try switching to the unedited default Theme (Twenty Seventeen, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins).
    If you don’t have access to your Dashboard’s Appearance page, access your server via FTP/ SFTP , or a file manager in your hosting account’s control panel (consult your hosting provider’s documentation for specifics on these), navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding "-old" to the end of the folder name. Alternately, you can remove other themes except the default theme (Twenty Seventeen, etc.). That will force your site to use it.
    – If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.

    Thread Starter enderar

    (@enderar)

    Hi, t-p

    I already do the procedures you told me, but unfortunately the problem persists, and I can not install plugins because I can not access the wordpress dashboard, only access via FTP.

    The server has an error_log file that still shows me the following error:

    [19-Jan-2018 00:08:49 America / Toronto] PHP Fatal error: Uncaught Error: Call to undefined function force_ssl_admin () in /home/vinilobits/viniloblog.com/wp-login.php:15
    Stack trace:
    # 0 {main}
    thrown in /home/vinilobits/viniloblog.com/wp-login.php on line 15

    and the debug_log file that is in the wp-content folder shows the following errors:

    [21-Jan-2018 00:48:52 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:52 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:52 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:53 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:53 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:54 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:54 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:55 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:55 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:56 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:56 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:56 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:57 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:57 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:57 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:58 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:58 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:58 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:48:59 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:49:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99
    [21-Jan-2018 00:49:00 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/vinilobits/viniloblog.com/wp-config.php on line 99

    I hope you can continue to help me, I do not know what else to do to start up my website.

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

The topic ‘HP Fatal error: Uncaught Error: Call to undefined function force_ssl_admin’ is closed to new replies.