oldmankit
Forum Replies Created
-
Hi Raam!
Thanks for the prompt reply. Yes, that does make sense. I’ll mark this as resolved.
Kit
Forum: Reviews
In reply to: [WP Comment Subscriptions] Does everything I needIt all sounds for the best. I did seem a slight shame to take a great plugin and have to fork it because development on it seemed to have died. Good news that you’re now in the team for the core plugin.
Forum: Plugins
In reply to: [Simple Footnotes] Removing the space before note in post textYes, this works. Thanks again!
Forum: Plugins
In reply to: [W3 Total Cache] Why is W3 Total Cache writing into my databaseThanks for the update. I’ve just posted a new thread asking for more help.
I also stopped using the plugin; it just annoys me that I have this trash data in my database.
Forum: Plugins
In reply to: [W3 Total Cache] Why is W3 Total Cache writing into my databaseI just found a whole slew of data written by this plugin, and I don’t want it in my database.
Did you ever find a way to clean it? Do we need to report this?
Forum: Plugins
In reply to: [Simple Footnotes] Removing the space before note in post textThanks Grant for posting a solution. I will try that.
It’s a shame it’s not baked into the plugin, as this means that every time we upgrade we’ll have to edit this file.
Forum: Plugins
In reply to: Backup to Dropbox – delete old filesI didn’t find any plugins. In the end I realised that wordpress/plugins files were not important – it’s the database that counts.
I have set-up a scheduled task in Windows which connects to my server by SSH and backups up my database regularly. This is enough for me.
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathThanks to you guys it is now fixed. (Sorry about the delay.)
The white screen was due to mis-configuration in php. I had upgraded the php version but carried on using the old php.ini file, and there were some conflicts. Everything got fixed by generating a brand new php.ini file in my cPanel’s “php config”.
And the original problem of nothing appearing in the cart has now also been fixed by following the instructions in Pippin’s original link.
Three cheers to you all!
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathI had WP Total Cache, but I’ve now completely removed it.
Still no change.
I’m on a shared host, and I’ve sent a ticket to ask them restart server processes, as @pioneer suggested.
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of death@pioneer: I just saw your message. That’s a great idea – I’ll contact my hosts to do this.
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathI apologise for the multiple posts. I’ve now fully disabled WP Total cache on all sites on the network.
To do this I renamed the plugin directories and edited wp-config.php:
define('WP_CACHE', true);
and changed this to:
define('WP_CACHE', false);Now I do not get that error when I visit the admin screen. There are now no php errors when I visit the admin screen.
However, all of the front-end sites on this network (e.g. oldmankit.com) are still just white screens 🙁
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathIt’s looking like it might be related to WP Total cache. That is installed on the network (I’m using multisite), but now it doesn’t appear in the admin dashboard for either site.
(Edit: corrected name of plugin.)
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathI’m quite confused, because the only thing I touched was php.ini. I didn’t touch wp-settings.php or advanced-cache.php.
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathThanks Pippin.
Warning: include(): Failed opening 'hidden/public_html/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /hidden/public_html/wp-settings.php on line 58(I have changed the root to ‘hidden’. I don’t know if posting it is a security issue or not.)
Forum: Fixing WordPress
In reply to: Configuring sessions led to white screen of deathI can’t believe how fast the response was – thank you!
I have returned php.ini into its original state, which was:
session.save_path = "/tmp"But I still have this white screen.
I would rather fix this before trying anything else (so I don’t compound the problem).