• I updated to wordpress 3.3 and now I can’t log in to my admin panel. I get this error message,

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

    Can anyone help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eaginspect

    (@eaginspect)

    I figure that something is wrong with this php file. I opened it in notepad but how do I know which is line 2102?

    Thread Starter eaginspect

    (@eaginspect)

    I got it fixed. It was the pop-up dominator plug in that wasn’t compatible with the new wordpress version. If anyone else has this problem, go here

    https://iwings.net/i_can_fly/fatal-error-call-to-undefined-function-is_rtl-in-homemoneypublic_htmlwp-includesgeneral-template-php-on-line-2102#comments

    Yes i found the identical problem and justified it was Pop-up dominator the culprit, however on my other blog the error just wouldnt go away. I had to reset the complete plugin folder and i also over written the entire new 3.3 wordpress version with 3.2.1 to no avail.

    You need to open Komposer or a special notepad application to have it count the lines. so on these 2 lines on the general-template.php i had to comment the strings out in order to finally enter the wp-admin.

    here are two lines i edited.
    < #if ( is_rtl() )
    < #echo apply_filters( ‘wp_admin_css’, “<link rel=’stylesheet’ href='” . esc_url( wp_admin_css_uri( “$file-rtl” ) ) . “‘ type=’text/css’ />\n”, “$file-rtl” );

    notice the #

    I did not test whether popup domination would work after this edit.

    cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error wp-includes’ is closed to new replies.