taidgh
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Homepage downloading cache (not showing the pageHi @vmarko I am using Redis for DB cache.
I disabled gzip and it now appears to be working correctly.
Very much appreciate your help on this. It minimises the cold sweat when things go wrong.
Going to check on it hourly today to make sure it is still not an issue.Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Custom Fields not showingVery much appreciated!
Forum: Plugins
In reply to: [wp Hosting Performance Check] Plugin generating PHP Warnings50gb on /dev/sda1 filled with error warnings.
Site is now offline.
`PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘wphpc_PAnD’ not found in /var/www/html/wp-includes/class-wp-hook.php on line 286′
Deleted logs and site is back online.
Checked logs and new logs are created with the same error.
Deleted plugin and the logs stop.Try adding
php_value max_input_vars 2000to your .htaccess file instead.
Forum: Fixing WordPress
In reply to: Filter to category pre publishingit is late…. and I am not explaining myself properly!
Thanks for the advice David but what I meant was that I need to assign a category to a post based on its content BEFORE it is published.Every plugin I see filters posts to a page AFTER they have been published.
Such is life..Forum: Fixing WordPress
In reply to: Update button spin and spinNo change after uploading clean version of WP.
So
Renamed personal theme folder and activated 2015 theme.
Disabled all plugins
WorkingEnabled all plugins
WorkingActivated personal theme with
define('WP_DEBUG', true);
several Errors:Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()Fixed on personal theme but “Publish” button still not working.(ie still have the same problem.
Deactivated all plugins
Still not workingMy guess is that it is with my theme. Not a clue why as of yet but if it is, I assume if you have a premium theme then updating it will fix the problem.
Forum: Fixing WordPress
In reply to: Update button spin and spinHi James… I have the same problem.
Deleting Cache in case of cached JS files,
Reverted to 2015 theme
Now re uploading core with exception of w-p-configForum: Plugins
In reply to: [Postie] postie intermittedly posts but mostly does not postThank you!
Solved my problem as wellI am having the same problem
Forum: Fixing WordPress
In reply to: Blank Screen After Activating/Deleting PluginsBefore you do that I would recommend first changing a setting in your PHP config.
To do this you must login to your hosting and (probably under advanced) change “show php errors” from “off” to “on”
This makes your site vunerable so remember to set to “off” when you are finished.Try to edit a page again and instead of a blank page you should get an error code
Forum: Fixing WordPress
In reply to: Website Hacked… writing appearing above website.Log in to your hosting
Log in to phpmyadmin
Go to the database for your website
Click on wp-users (normally on the left)
You will see a user with an ID of 1. This SHOULD be you.
click “inline edit) and edit the fields
ID = 1
user_login = your login name (anything except for admin)
user_pass = (go to….
user_email = your emailIf you can access http://www.t9imagesmedia.com/wp-admin then try and log in again.