Quote:
Originally Posted by bongwater
Try globally disabling all your plugins in your includes/config.php file by adding the line
Code:
define('DISABLE_HOOKS', true)
and see if that gives you admincp access
|
That gives me:
Code:
Parse error: syntax error, unexpected $end in /home/wwwdevi/public_html/forums/includes/config.php on line 193
I'm getting sql error emails aswell:
Code:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT
st.*, sd.founded
FROM
seoqueries_data sd
LEFT JOIN
seoqueries_terms st
ON
sd.stid = st.stid
WHERE
sd.page_type = 'index'
AND
sd.page_id = 0
ORDER BY
sd.founded DESC LIMIT 25;
MySQL Error : Table 'wwwdevi_*********.seoqueries_data' doesn't exist
Error Number : 1146