johnmoody
Forum Replies Created
-
It was a page caching plugin that stopped it working. Now deactivated and things are working again,
Forum: Fixing WordPress
In reply to: Save my name, email, and website no longer workingIt was a caching plugin that stopped it working. I’ve deactivated that and its working again.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] My Website is not CommercialThank-you. It’s great to have our stats back.
Thanks. I’ve replaced my temporary fix hardcoding the link with the original code and it works now.
Sorry. I replied via email rather than here… It worked in my test environment thanks, but I’m reluctant to install in live via FTP. Will there be a new release soon that includes the fix? Thanks for your prompt response!
- This reply was modified 2 years, 9 months ago by johnmoody.
I’ve managed to suppress the warning by adding the following to my wp_config.php file…
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_DISPLAY’, false);
Nevertheless, there is clearly a bit of a bug your developers might like to look at.
John.I have done more research on the problem. It may just be what happens when you search for something and there is no match on the site, e.g. searching for “zzyx” but it also happens for subscribers who haven’t provided any content, e.g. (on our site) “Pam Gully” or “Brenk1”. It seems to happen whenever there is no match to a search, i.e.
“404 Nothing FoundSorry, but nothing matched your search terms. Please try again with some different keywords.”
with the message across the top
“Warning: Attempt to read property “post_content” on null in /homepages/20/d905201267/htdocs/clickandbuilds/TimesfortheTimes/wp-content/plugins/user-registration/includes/functions-ur-template.php on line 858″
Any help with this would be appreciated!Forum: Themes and Templates
In reply to: [Theme TwentyEleven] Disabling dropdownAndrew – Thanks for that. I wasn’t sure where to put that, but I found a simple answer…. I created a dummy page with a blank title and put my pages I didn’t want to appear on the menu as children of that.