• Hi,

    This is the message after upgrade to the version 3.

    When to my website and here you go Fatal error.

    What can I do. No access to my wp-admin

    Fatal error: Cannot redeclare is_rtl() (previously declared in /home3/frenchcr/public_html/Blog/wp-includes/locale.php:347) in /home3/frenchcr/public_html/Blog/wp-includes/locale.php on line 349

Viewing 10 replies - 1 through 10 (of 10 total)
  • samen here:
    http://blog-art.nl

    Fatal error: Cannot redeclare is_rtl() (previously declared in /home/blog_art/blog_art/wp-includes/locale.php:347) in /home/blog_art/blog_art/wp-includes/locale.php on line 349

    What theme are the both of you using? I suspect this function is being registered in functions.php

    Peter

    aha, I am using custom made them. I’ll check mine. thanks for quick reponse!

    back in sec…

    nope, in my functions there’s only:

    <?php
    if ( function_exists('register_sidebar') )
    	register_sidebar(array('name'=>'middle'));
        register_sidebar(array('name'=>'left'));
    	register_sidebar(array('name'=>'right'));
    ?>
    Thread Starter oliviercolas

    (@oliviercolas)

    I don’t remember the name of mine.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    http://wordpress.org/support/topic/411422?replies=5#post-1556528

    Backup then delete the events-calendar folder from wp-content/plugins/

    deleted all themes except for twentyten. still, same error

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Marco Raaphorst, not themes, plugins. Rename the plugins folder to plugins-old.

    thanks Ipstenu! problem solved. back online. open source rules. matter of minutes instead of days!

    love!

    Hay thanx a tun for this info…
    I had the same issue & was able to figure out the problem from here. The issue turned out to be from the WP Events Calendar Plug-in so what I figured out you can do is form your FTP client, just rename the plugin folder or the individual plugin folders with [NameOfPlugin]-old… this will deactivate them… then you can rename it/them back to their original name & it will make the plugins available to reactivate again if you wish… then you can systematically track down the plugin that is creating the issue. Leave it deactivated until an update has arrived that fixes the problem or find a new one to replace it*

    Bows to all beings*

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Fatal Error when upgrade version 3’ is closed to new replies.