View Full Version : error
Hectorsky
10-31-2015, 07:40 PM
I got error only on administrator account when i wanna check some profile
An internal error has occurred and the module cannot be displayed.
how can i fix ?
thanks
ForceHSS
10-31-2015, 07:42 PM
Post full error check error log or email set in config see if the error has been emailed to you
Hectorsky
10-31-2015, 07:49 PM
i didn't get nothing ..
--------------- Added 1446324699 at 1446324699 ---------------
so how i can fix this issue?
--------------- Added 1446324834 at 1446324834 ---------------
Database error in vBulletin 5.1.9:
Invalid SQL:
SELECT closure.child as nodeid, reputation.reputation, user.userid, user.username, user.usergroupid
FROM closure AS closure
LEFT JOIN reputation AS reputation ON (reputation.nodeid = closure.child)
LEFT JOIN user AS user ON (user.userid = reputation.whoadded)
WHERE closure.parent = 62
ORDER BY closure.child ASC, reputation.dateline DESC
LIMIT -10, 0
/**fetchwhovoted**/;
MySQL Error : 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 '-10, 0
/**fetchwhovoted**/' at line 7
Error Number : 1064
--------------- Added 1446331401 at 1446331401 ---------------
i got this error only on administrator account
Lynne
10-31-2015, 11:45 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Hectorsky
11-01-2015, 04:40 PM
can you explain more detailed please , what do i need to do to fix it...
--------------- Added 1446403654 at 1446403654 ---------------
yea i found file here forum/core/includes
i was look in config and is disabled
// define("DISABLE_HOOKS", true)
ForceHSS
11-01-2015, 04:57 PM
you need to remove the // to disable plugins
Hectorsky
11-01-2015, 05:06 PM
yea , is working now , but The social connect bar was disappeared ,,, maybe i can fix it as well
--------------- Added 1446405236 at 1446405236 ---------------
some modules are not working :)
--------------- Added 1446405578 at 1446405578 ---------------
maybe there is an other way to fix that issue , without disabling hooks
Lynne
11-03-2015, 08:57 PM
If the error goes away when you uncomment that hooks like, then a modification is causing the problem. You will need to go through them one-by-one to figure out which is causing the problem.
Hectorsky
11-03-2015, 09:22 PM
ye thanks , already fixed.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.