Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQLi installation error #2339

Closed
mikbox74 opened this issue Nov 24, 2014 · 2 comments
Closed

MySQLi installation error #2339

mikbox74 opened this issue Nov 24, 2014 · 2 comments

Comments

@mikbox74
Copy link

mikbox74 commented Nov 24, 2014

/install/index.php?route=step_3
only when I pick mysqli driver from dropdown


Notice: Error: Unknown column 'group' in 'field list'
Error No: 1054
INSERT INTO `oc_setting` SET `group` = 'config', `key` = 'config_email', value = '...' in D:\OpenServer\domains\oc\system\library\db\mysqli.php on line 40

Notice: Error: Unknown column 'group' in 'field list'
Error No: 1054
INSERT INTO `oc_setting` SET `group` = 'config', `key` = 'config_url', value = 'http://oc/' in D:\OpenServer\domains\oc\system\library\db\mysqli.php on line 40

Notice: Error: Unknown column 'group' in 'field list'
Error No: 1054
INSERT INTO `oc_setting` SET `group` = 'config', `key` = 'config_encryption', value = 'a12f14731ce0fd730c077394a8cef036' in D:\OpenServer\domains\oc\system\library\db\mysqli.php on line 40

Notice: Error: Unknown column 'group' in 'field list'
Error No: 1054
INSERT INTO `oc_setting` SET `group` = 'config', `key` = 'config_api_id', value = '1' in D:\OpenServer\domains\oc\system\library\db\mysqli.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at D:\OpenServer\domains\oc\system\library\db\mysqli.php:40) in D:\OpenServer\domains\oc\system\library\response.php on line 12

With mPDO all works fine.
Thanks.

@arumdev
Copy link

arumdev commented Nov 24, 2014

is this a clean installation? I had some similar errors trying to re-install the software ontop of an existing database from 2.0.0.0

it wasn't until I went round in circles a few times that I realised it was now version 2.0.0.1b which has changed quite a lot and added some database tables. Because I was using a backup of the database from the previous version, it wasn't finding things it expected to be there.

I ended up deleting all database tables, and installing the latest version again which then worked, and I put all the products etc in again. good luck

@mikbox74
Copy link
Author

This is absolutely clean installation.
Oops, sorry... I close it by accident...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants