Hi all
Thought I would add these two small problems as someone may have a clue what they mean, and they are the only other problem I seem to be having beside my post about nodes and roles. These are not mission critical as I could easily disable search and rarely check hits, but would rather try to get it working right if possible.
When I go to administer >> hits I get the following error message:
user error: Unknown column 'a.aid' in 'field list'
query: SELECT a.aid, a.path, a.title, a.uid, u.name, a.timestamp FROM accesslog a LEFT JOIN users u ON u.uid = a.uid ORDER BY a.timestamp DESC LIMIT 0, 30 in /home/fastst/public_html/test/includes/database.mysql.inc on line 66.
When I go to search site and run a search I get this message:
user error: Unknown column 'i.sid' in 'field list'
query: SELECT DISTINCT i.sid, i.type FROM search_index i INNER JOIN node n ON n.nid = i.sid INNER JOIN users u ON n.uid = u.uid WHERE n.status = 1 AND (i.word = 'sjdf' OR i.word = 'ljasdf') in /home/fastst/public_html/test/includes/database.mysql.inc on line 66.
I posted them together as they seem similar, perhaps connected. I'm not to good with msql but can use phpmyadmin if I need to. Thanks for any suggestions.
Caveman
PS. I just recently did the upgrade from 4.52 to 4.62. I ran update.php from 1/7/2005 on (I think that was the date). Otherwise little or no tampering with the 4.62 install.