Haven’t heard of this error in a while… where are you seeing this?
Also, it looks like your loading doesn’t process shortcodes, is that correct?
What do you mean?
It’s live on my site right now.
http://mycadadmin.com/
The first page listed looks like this: http://mycadadmin.com/subscription-tiers/, but that’s not how the ajax shows it.
WHat’s your repeater template?
Also, shortcodes wont show if you are using the_excerpt().
If you go to /wp-config.php and set WP_DEBUG to false that should hide the error.
Ah, ok. Fixing those two.
Here’s my updated repeater. The tiers are still weird as they go down the page instead of across.
<li <?php if (!has_post_thumbnail()) { ?> class=”no-img”<?php } ?>><?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(150,150));}?><h3>” title=”<?php the_title(); ?>”><?php the_title(); ?></h3><p class=”entry-meta”></p><?php the_content(); ?>
WP_DEBUG is already set to false
Ok, try this solution.
http://aristeides.com/blog/wp-hide-php-errors/
Would you mind telling me what other plugins you have installed?
I’d like to figure out which one is conflicting and causing this error.
the latest link worked for not showing the error.
Through the process of elimination, I discovered it’s the DW Question Answer plugin that makes the error show. Not sure what to do about it though.
Below is my system info
// Generated by the Send System Info Plugin //
ACTIVE PLUGINS:
WP-SpamShield: 1.9.6.8
NETWORK ACTIVE PLUGINS:
Admin Menu Editor :1.5
Ajax Load More :2.8.6
All In One SEO Pack :2.2.7.5
BackWPup :3.2.2
Better User Search :1.0.2
Contact Form 7 :4.3.1
DW Question Answer – Embed Question :1.0.0
DW Question Answer :1.3.6
Jetpack by WordPress.com :3.8.2
LearnDash Pro Panel :1.5.4
LearnDash Course Grid :1.1
Link Library :5.9.12
List category posts :0.67.1
Login With Ajax :3.1.5
Members :1.1.0
Multi-Site Site List Shortcode :5.5.1
Multisite: Passwort Reset on Local Blog :1.0.0
Multisite User Management :1.1
Nav Menu Roles :1.7.4
Network Privacy :0.1.5
Pricing Table by Supsystic :1.2.2
Recent Posts Slider :1.1
Redirection :2.4.3
S3 Media Maestro :1.8
Send System Info :1.2
LearnDash LMS :2.1.6
Simple Network Login Log :0.6.3
Slack Integration for WordPress :1.7.1
Unconfirmed :1.2.7
User Role Editor :4.21.1
W3 Total Cache :0.9.4.1
Widgets on Pages :0.0.12
WordPress MU Domain Mapping :0.5.5.1
WP Add Custom CSS :0.9.7
WP-DBManager :2.78
WP Multisite SSO :1.0.2
WP Support Plus Pro :6.1.9
WPS Hide Login :1.1.3
Thanks for locating to offending plugin.
Nothing you can really do but keep error notices turned off.