Problem with Photoplog

Amapola

New Member
Hi,

Well, my problem is that:

I have installed Photoplog and when I do a search, I see this Database error:

Code:
Database error in vBulletin 3.6.8:

Invalid SQL:
SELECT fileid, userid, username,
				filename, title, dateline
			FROM _photo_photoplog_fileuploads
			WHERE 1=1
			AND (
							MATCH (title, description, fielddata)
							AGAINST ('Sims' IN BOOLEAN MODE)
						)
			
			
			ORDER BY dateline DESC
			LIMIT 5;

MySQL Error  : The used table type doesn't support FULLTEXT indexes
Error Number : 1214
Date         : Wednesday, January 30th 2008 @ 01:40:04 PM
Script       : http://******.com/search.php?searchid=230&photoplog_searchinfo=1&photoplog_searchquery=Sims
Referrer     : 
IP Address   : *******
Username     : *******
Classname    : vB_Database


How can I do? :S



Thanks on advance and sorry for my English :(
 
Back
Top