Support » Fixing WordPress » Fatal error: Cannot redeclare true_plugins_activate() (previously declared i

  • How to Fix This error?

    Fatal error: Cannot redeclare true_plugins_activate() (previously declared in /home/labaikis/public_html/wp-includes/functions.php:7614) in /home/labaikis/public_html/wp-includes/functions.php on line 7671

    [Large code excerpt removed by moderator per our FAQ. Please use Pastebin or a Gist for all large code excerpts, they work better anyway.]

    • This topic was modified 3 years, 10 months ago by Yui.
    • This topic was modified 3 years, 10 months ago by Yui. Reason: snip large paste

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • @talhajani

    There could multiple reasons. Usually plugins or themes or WordPress out of date.
    Of there is conflicting code in your functions.php file.

    – delete all the plugins on the website
    – make sure your site comes back up
    – to isolate the error, add the plugins back into your site one by one until the error is reproduced

    i have the same issue , can someone help :

    Fatal error: Cannot redeclare true_plugins_activate() (previously declared in /home4/ab66255/taj-inkitchen.com/wp-includes/functions.php:7842) in /home4/ab66255/taj-inkitchen.com/wp-includes/functions.php on line 7901

    I finally fix this error replacing the all the code of functions.php file, for the code of the same file that i got work well in another wp installation!
    so if you can, take the code of one other wp installation and replace it.
    Please, make sure that uve made a backup before change it.

    I commented out one of the true_plugins_activate() function declaration (the first one)
    And every thing worked perdfectly.

    I’m trying to do https configuration for my website. After installing SSL Simple plugin and activated it my site went down. It now shows this error whenever I try to access it “Fatal error: Cannot redeclare true_plugins_activate() (previously declared in /home/customer/www/haircity.com.au/public_html/wp-includes/functions.php:7640) in /home/customer/www/haircity.com.au/public_html/wp-includes/functions.php on line 7699” Also I’m unable to access my dashboard, it also shows this error. Can anyone help. My website link is haircity.com.au

    @josephpotential access your file manager via ftp and delete or rename the folder of your plugin “SSL Simple” and your website is ok.

    • This reply was modified 3 years, 6 months ago by oliberto.

    Hi, I have this error below, can someone help me.

    Fatal error: Cannot redeclare true_plugins_activate() (previously declared in /homepages/8/d602274411/htdocs/clickandbuilds/SaferWithSmart/wp-includes/functions.php:7638) in /homepages/8/d602274411/htdocs/clickandbuilds/SaferWithSmart/wp-includes/functions.php on line 7669

    • This reply was modified 3 years, 5 months ago by seundann. Reason: Notification

    Hi, I have this error below, can someone help me.

    Parse error: syntax error, unexpected ‘true_plugins_activate’ (T_STRING), expecting ‘(‘ in /home/coloursquare/public_html/shilpashealthclinic.in/wp-includes/functions.php on line 7646

    Parse error: syntax error, unexpected ‘true_plugins_activate’ (T_STRING), expecting ‘(‘ in /home/coloursquare/public_html/shilpashealthclinic.in/wp-includes/functions.php on line 7646

    Fatal error: Exception thrown without a stack frame in Unknown on line 0

    I could fix it!!!!
    Just go to /wp-includes/functions.php
    And remove all related to “true_plugins_activate” that are at the end of the file

    That’s it

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Fatal error: Cannot redeclare true_plugins_activate() (previously declared i’ is closed to new replies.