My question is about a theme named quality control which was available at wordpress repository. The plugin developer is not available at this moment and I hope I get resolution for my problem here
These are the errors and many others are reporting the same error on the theme’s official site
Catchable fatal error: Object of class
WP_Error could not be converted to
string in
/public_html/wp-content/themes/quality-control/single.php
on line 55
and some times…
Catchable fatal error: Object of class
WP_Error could not be converted to
string in
wp-contentthemesquality-controlinctemplatesloop.php
on line 37
Could anybody help me with this? I am ready to give admin access to my site to replicate the error
Update :
The WordPress version I am using is 3.1 and I have tried both the ‘Quality control’ theme versions 1.5 and 2.0 versions .
http://ffav.in is the address of web-site and these are the URLs for some example posts with errors :
1) http:// ffav.in/ticket/test/
2) http:// ffav.in/category/uncategorized/
Thanks!
First thing i ran across was this conversation about the same issue. I couldn’t find it in the theme repo, but found it accessible via svn @repo.
Now please answer some basic questions: Which version (wp & quality control) are you running? Could you share a link to your install? Which modifications have you made? Have you deactivated all plugins and tried to reproduce the error?
EDIT
I took a look at the repository (latest is version 1.2 – please take a look at the link from @Rarst to verify that this is the version you’re using) and found the following theme functions called before your error messages:
echo quality_ticket_status( $post->ID, 'slug' );
(2 times, line 29 & 35)I’d suggest you tell us exactly (in your best english) every detail about the request that produces the error: which page you’re on http://example.com/whatever-comes-here, what modifications you did, etc. Currently it’s fishing in the dark.
Actually there is nothing problem with the theme. I had to create at-least one ‘status’ before posting a ticket/post and change the Permalink settings.
Most of the bugs reported by other users about this theme might have occurred with modified Permalink settings.
Thanks !