benlilley
Member
Posted 3 years ago #
I'm going to try the fix you suggested shortly, however, just for your reference my hosting provider came back and said this:
You can also see that the wordpress database is running very poorly from the open connections:
mysql> show processlist;
+-------+-------+-----------+---------------------+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+-------+-------+-----------+---------------------+---------+------+-------+------------------+
| 53664 | admin | localhost | wordpress | Sleep | 243 | NULL | NULL |
| 54923 | admin | localhost | wordpress | Sleep | 1060 | NULL | NULL
There is around 136 lines of this. Hopefully these files you've suggested will fix this.
Fingers crossed.
Tonohono
Member
Posted 3 years ago #
+1 for trunk, no issues with the plugin!
Here be the steps I performed to upgrade from 0.9.1:
chmod g+w wp-content
Disabled wp-super-cache
Deactivated plugin
svn sw http://svn.wp-plugins.org/wp-super-cache/trunk/ wp-content/plugins/wp-super-cache/
Updated to revision 106646
Activated plugin
Enabled wp-super-cache
chmod g-w wp-content
Plugin is working just fine... Caches pages, is not consuming an inordinate amount of server resources, no perceptible change in plugin performance.
PHP: 5.2.4-2ubuntu5.5
MySQL: 5.0.51a-3ubuntu5.4
Apache (jump on it!): 2.2.8-1ubuntu0.5
Tonohono - good to hear! I'll release 0.9.2.1 or something tomorrow.
tetageek
Member
Posted 3 years ago #
i have same problem on my Blog. so i'm waiting for correction :)
raoulpop
Member
Posted 3 years ago #
Donncha, since installing the 2nd version of the updated files a few days ago, I haven't had any more problems with the plugin. Seems to be working fine now, although I have been clearing the cache every 12 hours or so, sometimes more often, because I've been making changes to the site theme, unrelated to this issue.
raoulpop - good to hear. I'll probably release a new version tomorrow with these fixes!
Cartman
Member
Posted 3 years ago #
I had the same issues as everyone else with 0.9.2.. Upgrading to 0.9.3.1 has stopped the server from crashing daily, but I'm still seeing some instability that wasn't there before.
Has anyone else had intermittent issues with the new version?
Describe instability please!
Cartman
Member
Posted 3 years ago #
Apache dies at random times for no apparent reason, and I have to restart it. With 0.9.2, this was happening every 4-6 hours, and I ultimately found this thread which clued me in to the problem.
Now with 0.9.3.1, it's happening every 24-48 hours. With 0.9.1 it was never happening!
We're running on a dedicated server, all the blogs are running WP 2.7.1, and no other plugins have been updated in the past few weeks. Thanks!
If you have file locking enabled, disable it. That may help.
Cartman
Member
Posted 3 years ago #
I disabled file locking on all of the sites yesterday afternoon, but Apache just went down again.. If you need info from my log files, let me know what you need and I'll paste the info in here..