Then I dropped 2 other tables as it was advised:
gl_commentspeedlimit and gl_submitspeedlimit
but site still can't get up
<<An SQL error has occured. Please see error.log for details. >>
I ran check.php, got several permissions errors, so I had to move logs folder inside public_html as I had no rights to write to it from outside the web root
Once I cleaned permissions, i had an error.log, which is saying:
Sat Nov 8 03:53:58 2003 -
1054: Unknown column 'sp_php' in 'field list'.
SQL in question: SELECT sp_id,sp_content,sp_title,sp_format,sp_php FROM
gl_staticpage WHERE (sp_centerblock = 1) AND (sp_where = 0) AND ((sp_tid =
'none'

OR (sp_tid = 'all'

) AND (perm_anon >= 2) ORDER BY sp_id
Now the question is to fix this sp_php thing