When I try search I get this message
2: mysql_query() [<a href='http://www.mysql.com/doc'>http://www.mysql.com/doc</a>]: Unknown table 'smf_matches'
File: /.../Sources/Search.php
Line: 390
Could anyone help?
Kind regards
agridoc
Disable temporary tables (Admin -> Edit Features and Options) or ask your host to allow you to create them.
OK, it works with temporary tables disabled.
I start to like SMF a lot. Excellent possibilities and excellent support too.
Thanks a lot.
agridoc
P.S. I might ask in the future about temp file creation, I can create files through my MySQL database manager that the server provides but that will have to wait.
Quote from: agridoc on February 14, 2005, 04:37:07 AM
P.S. I might ask in the future about temp file creation, I can create files through my MySQL database manager that the server provides but that will have to wait.
You need the "CREATE TEMPORARY TABLES" privilege, or this functionality won't work. Strangely, you're getting a very different error than most people get, which leads me to believe /tmp is probably not writable.
-[Unknown]
Yeah... I was wondering why it got that far without screaming about not being able to create temporary tables...