Hi There,
I have working version of Expression Engine Core installed on my webserver.
I have purchased the Tag module from Solspace and followed the installation instructions at the following URL:
http://www.solspace.com/how_to_install
When performing the following step I get a MySQL error and cannot get the module to install.
2. a) Go to your Modules tab inside your EE control panel. Find the module you uploaded in the list and click Install.
This is the MySQL output:
Notice: Undefined index: character_set_client in /home/webfeatc/domains/web-feat.co.uk/public_html/EE/system/modules/tag/mcp.tag.php on line 161
MySQL ERROR:
Error Number: 1064
Description: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLLATE utf8_general_ci' at line 15
Query: CREATE TABLE exp_tag_tags ( tag_id int(10) unsigned NOT NULL auto_increment, tag_alpha char(3) NOT NULL, tag_name varchar(200) NOT NULL, site_id smallint(3) unsigned NOT NULL default '1', author_id int(10) unsigned NOT NULL, entry_date int(10) NOT NULL, edit_date int(10) NOT NULL default '0', clicks int(10) NOT NULL default '0', total_entries int(10) NOT NULL default '0', weblog_entries int(10) NOT NULL default '0', gallery_entries int(10) NOT NULL default '0', PRIMARY KEY (tag_id), KEY (tag_name) ) CHARACTER SET utf8 COLLATE utf8_general_ci
Could anyone suggest a reason for this problem, as up until this I have had absolutely no problems using expression engine!
Regards,
Freddy
