davert
Forum Replies Created
-
… this looks like it does the same thing… if you don’t hear back it worked…
define( “DONOTCACHEPAGE”, true );
Thanks. I’ll search for info on that. … looks like this is the code (for anyone else watching; code taken from arclyte):
function wp_super_cache_dont_cache() { global $wpdb, $current_blog; if($wpdb->blogid != 2) { define( "DONOTCACHEPAGE", true ); } } add_action("init", "wp_super_cache_dont_cache");Haven’t figured this out yet. I did try the instructions on including a dynamic php file but that didn’t work either.
Forum: Requests and Feedback
In reply to: Problem with Simple Tags Auto Link featureI share your pain (two months later).
Forum: Installing WordPress
In reply to: Auto upgraded to 2.8.4 – now I have no admin pageFound the problem:
1) Set define(‘WP_CACHE in wp-config to false
2) Delete extra space at the end of wp-configI have NO idea why this worked.
Forum: Fixing WordPress
In reply to: Wp-admin blank pageFound the problem:
1) Set define(‘WP_CACHE in wp-config to false
2) Delete extra space at the end of wp-configI have NO idea why this worked.
Forum: Installing WordPress
In reply to: Auto upgraded to 2.8.4 – now I have no admin page… the actual site still works but it’s nice to be able to approve comments and such.
Forum: Installing WordPress
In reply to: Auto upgraded to 2.8.4 – now I have no admin page@samboll – tried, failed.
Forum: Installing WordPress
In reply to: Auto upgraded to 2.8.4 – now I have no admin pageI had the same problem but the plugins folder trick didn’t work
The problem appears to be in auth_redirect, if I put in a comment in admin.php it shows up until after auth_redirect. The page is still blank but adding
?>Hello<?to a line before auth_redirect shows it on the page, and after – it’s gone.Forum: Fixing WordPress
In reply to: Wp-admin blank pageI tried editing functions, re-uploading functions – no go. Tried deleting wp-admin, re-uploading. Also tried renaming the plugins folder and creating a new empty one, in case it was a bad plugin. And deleting wp-includes and re-uploading. All to no avail.
It HAD been working until after 2.8.4 – and during some of 2.8.4 as well.
I also tried repairing the MySQL database.
The problem appears to be in auth_redirect, if I put in a comment in admin.php it shows up until after auth_redirect. The page is still blank but adding
?>Hello<?to a line before auth_redirect shows it on the page, and after – it’s gone.Also tried deleting .htaccess
Forum: Fixing WordPress
In reply to: Automatic upgrade to 2.7.1 problemIt’s funny, I’ve had the same problem – just shows “Downloading update from http://wordpress.org/wordpress-2.8.2.zip” — but nothing happens after that. Permissions are all correct and checked against a second installation on the same server.
Forum: Installing WordPress
In reply to: Automatic UpgradeSame here with 2.8.2 — on one installation on the server. on the other it works fine.
Forum: Fixing WordPress
In reply to: Why suddenly …/blank.html error pages?!Same problem, no answer. I do see something in cgi-bin/common_function.pm but I haven’t figured out what that file belongs to yet.
Aha! It seems to be in this file:menu131_compact.js which is part of the menu system.
Forum: Fixing WordPress
In reply to: WordPress.com Stats Plugin no longer workingYes, there are lots of posts here about it, but no reply that I can find so far.
Forum: Installing WordPress
In reply to: blank screen after update to 2.5—two reasons foundFWIW, in my case the ftp client simply got confused, and redoing the upload fixed the problem right away… just something else to look for.