Search found 3 matches

by Nicolas
20 Dec 2018, 07:18
Forum: Symfony bundle
Topic: Fresh install with Symfony 4 not working
Replies: 5
Views: 6442

Re: Fresh install with Symfony 4 not working

Thanks a lot Your solution did not work. I had to disable the creation of the unique index 'unq_msattr_sid_dom_cod_tid' in MShopAddAttributeData.php (line 52), then run setup, remove the first duplicate entry from 'mshop_attribute' table, then (re)generate manually the four columns based unique inde...
by Nicolas
16 Dec 2018, 16:34
Forum: Symfony bundle
Topic: Fresh install with Symfony 4 not working
Replies: 5
Views: 6442

Re: Fresh install with Symfony 4 not working

Thanks ! Now it's better... but now, it looks like data are inconsistent :

Code: Select all

In Simple.php line 91:                                                     
  SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1-pr  
  oduct-custom-8' for key 'unq_msattr_sid_dom_cod_tid'    
by Nicolas
16 Dec 2018, 09:20
Forum: Symfony bundle
Topic: Fresh install with Symfony 4 not working
Replies: 5
Views: 6442

Fresh install with Symfony 4 not working

Hi everybody ! Following the official installation instructions, I'm getting this error message after running the last command ("composer update") : In MySqlSchemaManager.php line 315: Argument 1 passed to Doctrine\DBAL\Schema\MySqlSchemaManager::parseCreateOptions() must be of the type st...