[Need Help] How I Fix This Issue?

nahid133

Elite Member
Joined
May 7, 2011
Messages
4,570
Reaction score
2,500
I tried to change the theme also but it's still broke. tried both free & premium themes. Need some immediate suggestion to fix this. It's on the category page.



U5yN47W
 
It is most likely coming from a plugin. However, the error should not be displayed if you don't have the WP_DEBUG enabled in wp-config.php
 
It is most likely coming from a plugin. However, the error should not be displayed if you don't have the WP_DEBUG enabled in wp-config.php

I changed it to true
Not fixed yet, still broke

I created a new page that's ok no error
but these pages are old
 
I changed it to true
Not fixed yet, still broke

I created a new page that's ok no error
but these pages are old
The WP_DEBUG should be set to false unless you want to debug errors.
Did this problem appear after a wordpress update?
 
The WP_DEBUG should be set to false unless you want to debug errors.
Did this problem appear after a wordpress update?

Yes, it did
but I revert to previous wp version
Ok I will set it to false
 
The WP_DEBUG should be set to false unless you want to debug errors.
Did this problem appear after a wordpress update?
Not fixed or anything same broke
 
Still looking for some tips.
 
@nahid133 Try right click inspect the error shown in your website. Then get the full text it should contain a file path and line where that error originated.
 
Go to your hosting, in cPanel there is a menu where you can find access logs and error logs. Read them both and you will find what causes the error. The fix will come naturally
 
@nahid133 Try right click inspect the error shown in your website. Then get the full text it should contain a file path and line where that error originated.
Yeah, I see it.
Some issue with post-thumbnail-template.php

Don't know how to fix it. I tried to change the template too but no luck.

Go to your hosting, in cPanel there is a menu where you can find access logs and error logs. Read them both and you will find what causes the error. The fix will come naturally
 
Ok, you said it does this on old pages. Is there any shortcode used on old pages and not on new ones?
Also, try changing post template, see what happens
 
Last edited:
Ok, you said it does this on old pages. Is there any shortcode used on old pages and not on new ones?
Also, try changing post template, see what happens

yeah used shortcode on both pages.
ok will try post template
 
Back
Top