elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

Installation Error: Call to a member function getBundleName() on null #688

Open fbaldo31 opened 8 years ago

fbaldo31 commented 8 years ago

Hi, after installing on local, i had to create a line in the store table to be abble to run app_dev.php, then i get this error message: Error: Call to a member function getBundleName() on null at C:\xampp\htdocs\bamboo\app\cache\dev\appDevDebugProjectContainer.php line 21628 Clearing the cache didn't solved it. I made several updates, i had to require visithorbundle and after installing and clearing cache, the error is still here.

gorkalaucirica commented 8 years ago

Same here,

I get the following error:

[Doctrine\DBAL\DBALException]                                                
  An exception occurred while executing 'SELECT t0.namespace AS namespace_1,   
  t0.hash AS hash_2, t0.type AS type_3, t0.category AS category_4, t0.enabled  
   AS enabled_5, t0.plugin_configuration AS plugin_configuration_6 FROM plugi  
  n t0':                                                                       
  Warning: Error while sending QUERY packet. PID=9055  

It seems that mysql crashes, timeouts and therefore installation fails and leaves without loading the plugins (causing the error in the comment above). I commented out the loadLocations() method in elcodi:install command and everything seems to work fine.