You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
[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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: