MyBB Community Forums

Full Version: Internal Error when click quotes message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
example this thread
Quote:http://www.kikil.org/forum/showthread.ph...#pid393663

click the quote what admin posted
pulau2008 Wrote: (http://www.kikil.org/forum/showthread.ph...#pid393663)

link destination will be error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Query:
    SELECT * FROM *sensored database name* WHERE fid = 

how to fix this?
thanks
Strange, the fid in the query appears to be empty. Not sure if this is a known bug, but if it's not reported, I'll post on the tracker.
Do you have any plugins enabled?
Try to add the following to inc/init.php after the line that says "<?php":
define('NO_PLUGINS', true);

If that works, then it's a plugin and then we need to find what plugin it is.
After testing you can remove that line again from inc/init.php
yes! work like a charm after disable plugin

my plugin that active in my forum
-FB Dock (1.1)
Ads after first post (2.2)
Akismet (1.2.1)
ChangUonDyU - New Advanced Statistics (1.0)
Contact form (0.1)
Donation Page (1.1)
Dynamic Metas (1.1)
Extra Mycode (1.1)
FBLike (1.2.1)
Minimum posts to enter forums. (1.0)
Adsense Ads. on Forumdisplay (1.0)
MyBB GoMobile (1.0 Beta 4)
HTML Permissions (2.0)
* imei Page Optimizer! (1.0.1)
Its My Birthday! (2.0)
My Meta Tags (2.1a)
My Advertisements (1.9.2)
MyCodes Pack (1.0)
MyIPN (2.2)
MyShoutbox (1.5)
Nofollow link (1.0)
Redirect the members after they register at your forum. (1.0)
MyReputation (1.0 Beta)
Reputation Power (1.0)
RSS To Post (1.2.2)
Sitemap Generator (1.4.0RC2)
Spoiler BBCode (1.4)
ThankYou (3.0.7)
Trash Can Forum (2.0)
VIP Membership (1.1)
MyBB WYSIWYG (1.0.2)
i not have any idea what plugin that conflict with my quotes system
What table does the error occur on? You sensored that information but it could be helpful in finding out which plugin is causing this.

Another way is to manually disable all plugins and see when the problem is fixed. The last plugin you disabled is the cause.
(2011-05-01, 08:17 PM)Aries-Belgium Wrote: [ -> ]What table does the error occur on? You sensored that information but it could be helpful in finding out which plugin is causing this.

Another way is to manually disable all plugins and see when the problem is fixed. The last plugin you disabled is the cause.

that i sensored is my database name, not a table
oke i will test
many thanks for help Smile
Get rid of My Meta Tags
(2011-05-01, 08:54 PM)MattRogowski Wrote: [ -> ]Get rid of My Meta Tags

still not working, thanks for answer
(2011-05-08, 05:31 PM)caranibieros Wrote: [ -> ]
(2011-05-01, 08:54 PM)MattRogowski Wrote: [ -> ]Get rid of My Meta Tags

still not working, thanks for answer

Have you tried this:
(2011-05-01, 08:17 PM)Aries-Belgium Wrote: [ -> ]What table does the error occur on? You sensored that information but it could be helpful in finding out which plugin is causing this.
Maybe try and get rid of any plugins that alter the display like "Ad after first post"
Pages: 1 2