when trying to run $ php bin/command
i get this error
i have the code working on a local server though when trying to get it running on my development environment this is what i get
i notice that the name space for the class is namespace Espo\Core\Binding not "Espo\Binding" though that doesn't explain why it works on server and not locally
as these are core files i'd love you help getting this going
thanks
Jami e
i get this error
PHP Fatal error: Uncaught Error: Class "Espo\Binding" not found in /home/jamie/dev/espoCRM/application/Espo/Core/Binding/EspoBindingLoader.php:50
Stack trace:
#0 /home/jamie/dev/espoCRM/application/Espo/Core/Container/ContainerBuilder.php(197): Espo\Core\Binding\EspoBindingLoader->load()
#1 /home/jamie/dev/espoCRM/application/Espo/Core/Application.php(62): Espo\Core\Container\ContainerBuilder->build()
#2 /home/jamie/dev/espoCRM/application/Espo/Core/Application.php(54): Espo\Core\Application->initContainer()
#3 /home/jamie/dev/espoCRM/command.php(35): Espo\Core\Application->__construct()
#4 /home/jamie/dev/espoCRM/bin/command(4): include('...')
#5 {main}
thrown in /home/jamie/dev/espoCRM/application/Espo/Core/Binding/EspoBindingLoader.php on line 50
Stack trace:
#0 /home/jamie/dev/espoCRM/application/Espo/Core/Container/ContainerBuilder.php(197): Espo\Core\Binding\EspoBindingLoader->load()
#1 /home/jamie/dev/espoCRM/application/Espo/Core/Application.php(62): Espo\Core\Container\ContainerBuilder->build()
#2 /home/jamie/dev/espoCRM/application/Espo/Core/Application.php(54): Espo\Core\Application->initContainer()
#3 /home/jamie/dev/espoCRM/command.php(35): Espo\Core\Application->__construct()
#4 /home/jamie/dev/espoCRM/bin/command(4): include('...')
#5 {main}
thrown in /home/jamie/dev/espoCRM/application/Espo/Core/Binding/EspoBindingLoader.php on line 50
i notice that the name space for the class is namespace Espo\Core\Binding not "Espo\Binding" though that doesn't explain why it works on server and not locally
as these are core files i'd love you help getting this going
thanks
Jami e
Comment