I've done all 3 of your fixes, but with the same results. The admin panel is also giving dbase errors left and right.
for View all links:
PHP Code:
Invalid query id specified
mysql error:
mysql error number: 0
For edit link in admin panel:
PHP Code:
Invalid SQL:
SELECT *
FROM gportal_weblinkscat
WHERE webcatid = '2'
ORDER BY linkid
mysql error: Unknown column 'linkid' in 'order clause'
mysql error number: 1054
and for add new link, after selecting the category:
PHP Code:
Invalid SQL:
SELECT *
FROM gportal_weblinkscat
WHERE webcatid = '2'
ORDER BY linkid
mysql error: Unknown column 'linkid' in 'order clause'
mysql error number: 1054
If i'm the only one dealing with this, I can redo the hack, but if its something in the hack, I'll help to try hunting it down. So just let me know. Is anyone else getting strange behavior after the update?