Quote:
Originally Posted by MilleniumClock
problem i get this when i try to go to a category on my site:
Database error in vBulletin 2.3.4:
Invalid SQL:
SELECT tutid,tutname,tutposted,tutposterid,tutmodded,tutp ostername,tutvotes,tutviews
FROM tutorials
WHERE tutcat = '1'
ORDER BY tutposted ASC
mysql error: Unknown column 'tutmodded' in 'field list'
mysql error number: 1054
Date: Wednesday 14th of January 2004 08:48:16 PM
Script: http://www.clockse.cx/bbs/bbs/tutori...iewcat&catid=1
Referer: http://www.clockse.cx/bbs/tutorials.php
|
Are your path correct? And did you run this query:
ALTER TABLE tutorials ADD tutmodded INT(10)