claroline / Claroline

Learning management system
https://www.claroline.com
Other
315 stars 188 forks source link

Error with app/dev/raw_install #326

Closed ghost closed 11 years ago

ghost commented 11 years ago

When I lunch the script, they are many errors in the terminal (Mac os x 10.8)

So the first :

[Doctrine\DBAL\DBALException]                                                                                                                                                 
  An exception occurred while executing '                                                                      
              ALTER TABLE claro_activity        
              ADD resourceNode_id INT DEFAULT NULL,      
              CHANGE id id INT AUTO_INCREMENT NOT NULL ':    

SQLSTATE[HY000]: General error: 1833 Cannot change column 'id': used in a foreign key constraint 'FK_DCF37C7E81C06096' of table 'sf_yesyoulearn_dev.claro_resource_activity'  

Second :

An exception occurred while executing '                                                                                                                                        
              ALTER TABLE claro_activity                  
              ADD resourceNode_id INT DEFAULT NULL, 
              CHANGE id id INT AUTO_INCREMENT NOT NULL ': 
  SQLSTATE[HY000]: General error: 1833 Cannot change column 'id': used in a foreign key constraint 'FK_DCF37C7E81C06096' of table 'sf_yesyoulearn_test.claro_resource_activity'

Third :

Doctrine\Common\Persistence\Mapping\MappingException]                                                                              
  The class 'Claroline\ForumBundle\Entity\ForumOptions' was not found in the chain configured namespaces Claroline\CoreBundle\Entity 

Finally

The class 'Doctrine\Common\DataFixtures\ReferenceRepository' was not found in the chain configured namespaces Claroline\CoreBundle\Entity

Ideas ?

Thank's

stefk commented 11 years ago

Hi,

The core development of the has been progressively moved to https://github.com/claroline/CoreBundle, along with a new installation system and a new code organization (more info here). The only up-to-date branch of this repository is the alt-master branch, which is intended to be merged with the master this week. If you have any questions, feel free to ask them on the dev mailing-list : https://groups.google.com/forum/#!forum/claro-devs.

Cheers