Results 1 to 3 of 3

Thread: w3 total cache login page conflict

  1. #1
    Thread Starter
    Amateur turnkey13's Avatar
    Join Date
    Mar 2012
    Location
    Turkey
    Posts
    13
    Thanks
    1
    Thanked 0 Times in 0 Posts

    w3 total cache login page conflict

    w3 total cache giving error in login page:

    <input type="hidden" name="redirect_to" value="
    Catchable fatal error: Object of class W3_Redirect could not be converted to string in .../wp-includes/formatting.php on line 510

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    Please post questions about plugin incompatibility in the WordPress Plugin Exchange.

  3. #3
    cgatherings's Avatar
    Join Date
    Jan 2012
    Location
    Washington
    Posts
    208
    Thanks
    30
    Thanked 4 Times in 4 Posts
    Quote Originally Posted by turnkey13 View Post
    w3 total cache giving error in login page:

    <input type="hidden" name="redirect_to" value="
    Catchable fatal error: Object of class W3_Redirect could not be converted to string in .../wp-includes/formatting.php on line 510
    I noticed this message only in Internet Explorer. I then looked at the source code in Firefox and there it was.

    Basically all I did was remove the following from tpl-registration.php and everything seems to function correctly:

    PHP Code:
    <input type="hidden" name="redirect_to" value="<?php echo esc_attr($redirect); ?>" />
    Actually I removed the echo and commented out the rest.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: April 11th, 2017, 09:21 PM
  2. Problem with W3 Total Cache
    By krreddy in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: September 15th, 2011, 09:00 AM
  3. W3 Total Cache + Classipress
    By Wamba in forum Help Using ClassiPress
    Replies: 2
    Last Post: August 24th, 2011, 05:50 AM
  4. [SOLVED] w3 total cache - settings for dummies
    By lausha in forum ClassiPress General Discussion
    Replies: 10
    Last Post: April 13th, 2011, 02:56 PM