Error in wp with a php script installed
-
Please help!
I have been using wordpress on my site since long time and I have actually faced this problem quite a few times but everytime I just gave up and removed the php scripts instead of fixing the problem.The problem is that I installed a simple new php script that displays random image links in my sidebar. In my layout, the sidebar falls before the content (on the left side). WordPress and the script work fine but I get this error in the end of my posts.
WordPress database error: [Table 'bouncyj_sflinks.mywp_posts' doesn't exist]
SELECT COUNT(DISTINCT ID) FROM mywp_posts WHERE 1=1 AND post_date_gmt <= '2006-06-03 13:15:59' AND (post_status = "publish") AND post_status != "attachment"
Example of my site with errors in the end of post. The other php script is in sidebar under the ‘random affie’ section.
https://www.bouncy-bubbles.net/The other script that I use is called sflinks and uses mysql database. This has nothing to do with wordpress database but I get this error. I do not gte the error in my other layouts where the sidebar falls on right side (after the wordpress loop code). I dont know how to fix this problem. Please help!!
Thanks.
- The topic ‘Error in wp with a php script installed’ is closed to new replies.