bennettaj
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Image won't show upSo weird, when I logged back in today and tried it, it was there. Maybe a caching issue or something. I’m all good. Thanks.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Image won't show upYes, sorry, I meant when I do the live preview I don’t see it there.
Forum: Plugins
In reply to: XML-RPC issues causing Jetpack and Windows Live Writer ErrorsMy solution to this was finally to download JetPack fresh and reinstall it manually through FTP instead of using the automated tools.
Forum: Plugins
In reply to: WP Super Cache Expired Pages Not DeletingI finally removed all files under supercache and then it started working ok. I’m good now.
Forum: Plugins
In reply to: WP Super Cache Expired Pages Not DeletingI found some info in the error logs that may help.
[Fri Dec 19 13:52:38 2008] [error] [client 71.192.188.253] PHP Fatal error: Call to a member function get() on a non-object in /home/onetree/public_html/wp-includes/cache.php on line 93, referer: https://www.onetreehillblog.com/
[Fri Dec 19 13:34:12 2008] [error] [client 82.152.72.17] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/onetree/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 227, referer: https://images.google.co.uk/imgres?imgurl=https://www.onetreehillblog.com/wp-content/uploads/2008/03/sophia-bush.jpg&imgrefurl=https://www.onetreehillblog.com/2008/03/05/sophia-bush-with-pit-bull-patch-at-lax/&usg=__DhdwR3Qjv4Q3iuk_AtjJGNGCU7c=&h=450&w=339&sz=52&hl=en&start=31&tbnid=RFsXWCob-oiCkM:&tbnh=127&tbnw=96&prev=/images%3Fq%3Dsophia%2Bbush%26start%3D21%26gbv%3D2%26ndsp%3D21%26hl%3Den%26sa%3DN
[Fri Dec 19 13:34:03 2008] [error] [client 82.152.72.17] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/onetree/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 227, referer: https://images.google.co.uk/imgres?imgurl=https://www.onetreehillblog.com/wp-content/uploads/2008/03/sophia-bush.jpg&imgrefurl=https://www.onetreehillblog.com/2008/03/05/sophia-bush-with-pit-bull-patch-at-lax/&usg=__DhdwR3Qjv4Q3iuk_AtjJGNGCU7c=&h=450&w=339&sz=52&hl=en&start=31&tbnid=RFsXWCob-oiCkM:&tbnh=127&tbnw=96&prev=/images%3Fq%3Dsophia%2Bbush%26start%3D21%26gbv%3D2%26ndsp%3D21%26hl%3Den%26sa%3DNForum: Plugins
In reply to: WP Super Cache Expired Pages Not DeletingI don’t see any files with \ in them.
Following is my cache/.htaccess file
# BEGIN supercache
<IfModule mod_mime.c>
AddEncoding gzip .gz
AddType text/html .gz
</IfModule>
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.gz$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Cache-Control ‘max-age=300, must-revalidate’
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html A300
</IfModule># END supercache
We’ve had up to 10K visits in an hour before it shut the server down.
Forum: Plugins
In reply to: WP Super Cache Expired Pages Not DeletingNot to rush anyone but do we know when to expect a response? I see that he provides awesome support for this plugin but I’d just like to know what to expect if anyone has a clue. The site isn’t updating for some people for a week now. I try to deactivate the plugin and then other people can’t see the site at all. As I’m logged in, I can continue to see the site in my browser with all the updates. It is the same if I only turn it half-on. Is there some way to manually remove the 364 expired pages through ftp without messing something up? I just need a work around. Since traffic is low for us around the holidays, I’m ok with not having the plugin activated at all if I can get the site to work without it.
Forum: Plugins
In reply to: WP Super Cache Expired Pages Not DeletingI’m showing I have 0.8.6
Forum: Fixing WordPress
In reply to: WordPress 2.7 Visual Editor has Vanished on some PostsMine was fixed on two different blogs by updating FileZila to 3.1.6 and then uploading the entire wp-includes/js/tinymce folder again.
Forum: Fixing WordPress
In reply to: Error log full of “mysql server has gone away”Not sure if this is the “right” way, but this fixed the problem.
https://robsnotebook.com/wordpress-mysql-gone-awayForum: Fixing WordPress
In reply to: Error log full of “mysql server has gone away”I’m on a dedicated server. Is there anything I can do?
Forum: Fixing WordPress
In reply to: iswritable errorThank you. How do I change this setting?
Forum: Fixing WordPress
In reply to: 404 error/requested page not foundI was missing this from my wordpress section
RewriteEngine On
RewriteBase /Forum: Fixing WordPress
In reply to: 404 error/requested page not foundthis is my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName onetreehillblog.com
AuthUserFile /home/onetree/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/onetree/public_html/_vti_pvt/service.grp