Brilliant thanks point 2 fixed the initial problem .
now i am getting: The Event Logger event module requires some database initialization.
But when i "intialization" it i am getting the below error even though the SQL user has these permissions assigned?
If i remove the "event-logged" out of the plugin directory it works
Running query: CREATE TABLE Q2Aacco_eventlog (datetime DATETIME NOT NULL,ipaddress VARCHAR (15) CHARACTER SET ascii,userid INT UNSIGNED,handle VARCHAR(20),cookieid BIGINT UNSIGNED,event VARCHAR (20) CHARACTER SET ascii NOT NULL,params VARCHAR (800) NOT NULL,KEY datetime (datetime),KEY ipaddress (ipaddress),KEY userid (userid),KEY event (event)) ENGINE=MyISAM DEFAULT CHARSET=utf8 ...
Question2Answer was unable to perform the installation query below. Please check the user in the config file has CREATE and ALTER permissions:
CREATE TABLE Q2Aacco_eventlog (datetime DATETIME NOT NULL,ipaddress VARCHAR (15) CHARACTER SET ascii,userid INT UNSIGNED,handle VARCHAR(20),cookieid BIGINT UNSIGNED,event VARCHAR (20) CHARACTER SET ascii NOT NULL,params VARCHAR (800) NOT NULL,KEY datetime (datetime),KEY ipaddress (ipaddress),KEY userid (userid),KEY event (event)) ENGINE=MyISAM DEFAULT CHARSET=utf8
Error 1050: Table 'Q2Aacco_eventlog' already exists
Thanks for all your help!!