There is no base table "ow_base_rate", create it with sql query via phpmyadmin
CREATE TABLE IF NOT EXISTS `ow_base_rate` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `entityType` varchar(255) NOT NULL, `entityId` int(10) unsigned NOT NULL, `userId` int(10) unsigned NOT NULL, `score` int(10) unsigned NOT NULL, `timeStamp` int(10) unsigned NOT NULL, `active` tinyint(4) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `entityType` (`entityType`), KEY `entityId` (`entityId`), KEY `userId` (`userId`)) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Or this table is corrupted, you should repair it
Did you create or repair the table?
http://www.oxwall.org/store/item/111
But there is no option to view users in a slide show mode
Hi,
How I can enable debug mode in the config file to be able to view the error message?
Where are this config file?
Gintautas