[Fixed] – Fatal error: Call to undefined function is_rtl() – WordPress

by Raghu on January 7, 2012

While trying to upgrade wordpress to 3.3.1 I got the following  Fatal Error

Fatal error: Call to undefined function is_rtl() in /home/username/public_html/wp-includes/general-template.php on line

While trying to visit dashboard (after the upgrade or trying to configure other plugins, above Fatal Error was displayed.

Fix – Popup Domination Plugin

If you have Popup Domination Plugin installed, then you are more likely to see the above  Fatal Error.

  • FTP to your plugins folder
  • Rename Popup Domination Plugin Folder Name
    • Example popup-domination to popup-domination-deactivated
  • Try visiting wordpress dashboard
  • Everything should work as expected.

 

 

Related posts:

  1. [Fixed] Fatal error: Cannot redeclare stats_get_options()
  2. WordPress Plugin Auto Updates Hangs
  3. 9 Things To Do Before Ugrading WordPress

{ 1 comment… read it below or add one }

hassan January 23, 2012 at 1:44 am

nice its work also you can just comment line where error occur i.e
/*
if ( is_rtl() )
echo apply_filters( ‘wp_admin_css’, “\n”, “$file-rtl” );
*/

Leave a Comment

Previous post:

Next post: