Quote:
Originally Posted by MarcoH64
In your './install/hacks/Members Choice/2/queries.php' file, find:
PHP Code:
$query['new'][] = 'ALTER TABLE " . TABLE_PREFIX . "usergroup
Replace :
PHP Code:
$query['new'][] = 'ALTER TABLE ' . TABLE_PREFIX . 'usergroup
|
Thank you
Now I get this
Invalid SQL: ALTER TABLE language ADD `phrasegroup_members_choice` MEDIUMTEXT NOT NULL
mysql error: Duplicate column name 'phrasegroup_members_choice'
mysql error number: 1060
Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in
/home/techunit/public_html/forums/includes/db_mysql.php on line
387
Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/techunit/public_html/forums/includes/db_mysql.php on line
387
Thoughts?