fredbradley
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Meta and Date Remover] PHP Notice “Trying to get property of non-object”It’s been 6 months, and I’m still seeing these errors…
[17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 205 [17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 207 [17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 205 [17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 207 [17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 181 [17-Oct-2019 13:30:59 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 183 [17-Oct-2019 13:31:00 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 181 [17-Oct-2019 13:31:00 UTC] PHP Notice: Trying to get property 'ID' of non-object in /var/www/vhosts/mysite/wp-content/plugins/wp-meta-and-date-remover/wp-meta-and-date-remover.php on line 183
It is strange (and annoying) to think that the default WP themes don’t use something as basic and as commonly used as
get_the_excerpt()
– surely knowing the amount of developers that might want to filter it, etc.Anyhoo – Thanks Marcus for fixing so quickly.
Hi Marcus – I’m trying to DM you on Slack for instant communication. But for the sake of everbody else.
https://ibb.co/fvGpHb
https://ibb.co/dr273GWhen using Events Manager 5.8 on my particular theme it seems to remove the Excerpt entirely.
See the two images. One with EM activated, and one where EM deactivated.
To confirm – these posts are not related to EM in any way, they are just normal news posts.
I am also experience this problem.
For those that are wanting to roll back (slapped wrists for you not making a backup before you updated.)
Please find the previous version available to download at https://github.com/fredbradley/events-manager which I recovered from a backup. It’s the last stable release before today’s update.
- This reply was modified 7 years ago by fredbradley.
Forum: Plugins
In reply to: [WP Super Cache] Fatal error: while updating post or publishing new one.Can confirm I’m also getting this error. Only on sub sites of my multisite install. It means that users can not publish or update a post without a server 500 error.
It seems that the previous poster is correct, whereas before just installing and Network Activating WP Super Cache was fine. Now it seems you need to activate it (and presumably config it) on each separate site.
My Fix
I don’t want to do that, the sub sites of my network are small and all use the same ‘sub site’ theme.Therefore what I have done is create the function that is calling the Fatal Error.
if (!function_exists('wp_cache_setting')) { function wp_cache_setting() { return false; } }
I’ve put that in the child theme’s
functions.php
file. Because that file is loaded before the others. (and because it’s a child theme, it does not affect any code on the main site)It’s a little hacky but means my users can user their sites, and means I don’t have to go and config 10+ instances of WP Super Cache.
- This reply was modified 7 years, 3 months ago by fredbradley. Reason: Added my solution
Forum: Plugins
In reply to: [Delightful Downloads] Delightful Downloads Php 7 CompatibilityHi,
What were the compatibility issues you ran into? I’ve been using this plugin on PHP7.0 and PHP7.1 and haven’t noticed any issues?
Forum: Plugins
In reply to: [WordPress Related Posts] Change "WP_RP_EXCERPT_SHORTENED_SYMBOL"This won’t help me if you update the plugin though will it? As your old definition will replace it again.
I guess what I’m asking for is a change in the plugin that allows us to set (via settings api) what the ‘excerpt_shortened_symbol’ should be.
Forum: Plugins
In reply to: [WordPress Related Posts] Change "WP_RP_EXCERPT_SHORTENED_SYMBOL"Correct! ??
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Issue on mobile devices?Ignore Me. I had a jquery error which broke it!
Forum: Plugins
In reply to: [Font Awesome 4 Menus] Font awesome menu 4 with boostrap nav dropdownHello!
I’m having the same problem, but I don’t want to use the Nav Walker class’s “title attribute” work around. (The whole reason I was pleased I found this plugin.)
Can I ask, @new Nine, which Nav Walker do you suggest using? I’ll try your plugin with that you suggest and see if that fixes the issue?
Many thanks,
Forum: Fixing WordPress
In reply to: Tax Query is only showing normal posts, not Custom Post types tooDon’t worry –
This is why you shouldn’t code when you’re tired. The problem was that I was putting the array (from my function) inside another array! #pointless!
Sorry, Carry on!
Glad we are all having the same problem….
Anyone figured out why and how to fix it? I’m assuming it’s something to do with how and where jquery is getting called?