Quote:
Originally Posted by dede1
Hello
if I want there
http://63.246.136.220/Board/local_links.php?action=links
that comes
PHP Code:
Database error in vBulletin 3.0.0 Release Candidate 3:
Invalid SQL:
SELECT link.linkid AS linkid, link.linkname AS linkname,
link.linkurl AS linkurl, link.linkdesc AS linkdesc,
link.linkhits AS linkhits, link.linkstatus AS linkstatus, link.linkdate AS linkdate
FROM local_linkslink AS link
LEFT JOIN local_linksltoc AS ltoc
ON link.linkid = ltoc.linkid
WHERE
ltoc.catid = -1
AND link.linkforum NOT IN (0)
ORDER BY linkname
mysql error: Unknown column 'link.linkhits' in 'field list'
mysql error number: 1054
Date: Sunday 25th of January 2004 12:25:09 PM
Script: [url="http://63.246.136.220/Board/local_links.php?action=links"]http://63.246.136.220/Board/local_links.php?action=links[/url]
Referer: [url="http://63.246.136.220/Board/local_links.php?action=admin"]http://63.246.136.220/Board/local_links.php?action=admin[/url]
|
Have you upgraded the database as per instructions? linkhits was not in the v0.1 database.