quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Error while importing data for table "eav_values". Details: Cannot convert value to bool #130

Closed web-ap closed 9 years ago

web-ap commented 9 years ago

Hi, I'm trying to install Quickapps and I have this issue during DB installation : Error while importing data for table "eav_values". Details: Cannot convert value to bool Error importing "C:\wamp\www\quickapps\vendor\quickapps-plugins\installer\config\fixture\EavValuesFixture.php".

I downloaded it with Composer.

What should I do? Thanks.

quickapps commented 9 years ago

We will take a look,

seems to be related with CakePHP's core changes, as you can see here: https://groups.google.com/forum/#!topic/cake-php/IFDBaMR1I30

web-ap commented 9 years ago

Thanks for your quick reply. If you find something, please let me know.

emaildostrider commented 9 years ago

Is there any way to install cms with cakephp 3.1.1 using the composer? I'm having this same problem and can not install. Thank you.

botchris commented 9 years ago

@emaildostrider You can modify your "composer.json" (ROOT/composer.json) and change this line:

    "cakephp/cakephp": "~3.0",

For this:

    "cakephp/cakephp": "3.1.1",
quickapps commented 9 years ago

The problem has been already fixed by CakePHP core team here: https://github.com/cakephp/cakephp/issues/7583

So we've decided to stay on CakePHP 3.1.1 until next bugfix release (3.1.3): https://github.com/quickapps/website/commit/e2907ccd1ee55ae3cf7ffe86a1a642a6be7ca5ac

Closing and marking as solved