Sorry, I did a search and that was the post it refered me to.PleegWat wrote:Firstly, necromancy is frowned upon.
Secondly, please post the exact error you're getting.
Database Error1271: Illegal mix of collations for operation 'concat'
SQL:
UPDATE `roster_menu` SET `config` = CONCAT(`config`,':','b',LAST_INSERT_ID()) WHERE `section` = 'guild' LIMIT 1;
File: lib/dbal/mysql.php
Line: 203
Backtrace (most recent call last):
lib/functions.lib.php
Line: 240
Function Called: backtrace
lib/dbal/mysql.php
Line: 203
Function Called: die_quietly
lib/install.lib.php
Line: 271
Function Called: query
admin/addon_install.php
Line: 512
Function Called: install
Arguments:
1271: Illegal mix of collations for operation 'concat'
Database Error
/home/scott/domains/thefallenones.com/public_html/wow/lib/dbal/mysql.php
203
UPDATE `roster_menu` SET `config` = CONCAT(`config`,':','b',LAST_INSERT_ID()) WHERE `section` = 'guild' LIMIT 1;
admin/addon_install.php
Line: 46
Function Called: processaddon
pages/rostercp.php
Line: 116
Function Called: require_once
Arguments:
/home/scott/domains/thefallenones.com/public_html/wow/admin/addon_install.php
index.php
Line: 83
Function Called: require
Arguments:
/home/scott/domains/thefallenones.com/public_html/wow/pages/rostercp.php
$this->sql[] = "UPDATE `" . $roster->db->table('menu') . "` SET `config` = CONCAT(CONVERT(`config` USING utf8),CONVERT(':' USING utf8),CONVERT('b' USING utf8),CONVERT(LAST_INSERT_ID() USING utf8)) WHERE `section` = '" . $scope . "' LIMIT 1;";
$query = "SELECT `guild_name`, CONCAT(CONVERT(`region` USING utf8),CONVERT('-' USING utf8),CONVERT(`server` USING utf8)), `guild_id` FROM `" . $roster->db->table('guild') . "`"
. " ORDER BY `region` ASC, `server` ASC, `guild_name` ASC;";
Users browsing this forum: No registered users and 0 guests