awesometastic1
Forum Replies Created
-
Awesome. I manually deleted the quick-cache folder contents and I did just notice I haven’t updated Quick Cache for the latest release. I’ll keep an eye on it just in case, but I’m sure that will fix it. ?? Thanks!
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Not activated with php 5.3I’m having this same issue. It didn’t work at first when I tried it last December, so I had my server people upgrade to php 5.3, then activated the plugin, but still didn’t work. So I deleted the plugin, then re-installed, but still no dice, so I went back to the old version, but am now interested in fiddling with it again. ??
Here’s my php info:
root@host [~]# php -v
PHP 5.3.27 (cli) (built: Dec 14 2013 08:32:57)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with eAccelerator v0.9.6.1-ea, Copyright (c) 2004-2012 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies*Edit: Ah, I see. After talking it over with my server people, they said it’s because they forgot to register the php change in litespeed, so even though php 5.3 was installed on my machine ages ago, litespeed was still using 5.2. Will update to see if that fixes it.
**Edit2: Yep, that fixed it. Thanks for all your work on this plugin. It’s the best general cache plugin out there. ??
Forum: Fixing WordPress
In reply to: "Nothing Found at Index PHP…" ErrorYep, that’s the mystery. The site itself loads perfect and that text doesn’t show up anywhere (not even in the page source). But when you try to add a link on facebook or when outbrain scrapes the posts, that message comes up around 50% of the time, instead of actually getting the post. On the posts that message comes up on, it comes up every time. Like facebook’s scraper and outbrain’s scraper can’t find it or something.
Forum: Fixing WordPress
In reply to: Interesting Backup Restore ProblemAnother update:
If I use a fresh database (newly installed wordpress version) and post new posts, they don’t show up the same as the previous posts in the old database.
Forum: Fixing WordPress
In reply to: Interesting Backup Restore ProblemUpdate: If I go to one of the old post pages itself it gives me the following error in Firefox: The page isn’t redirecting properly
Forum: Installing WordPress
In reply to: WordPress won’t connect to mysqlgot it. The problem is when IPv6 is configured along with IPv4, some versions of PHP will attempt to connect to ::1 which will fail. The fix (after enabling named pipes) is to just use 127.0.0.1 or the literal IP address instead of localhost. This didn’t work though until I enabled named pipes though in MySQL.