Giter VIP home page Giter VIP logo

alphalemoncmssandbox's People

Contributors

alphalemon avatar kburwieck avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

alphalemoncmssandbox's Issues

Unable to install the project

I'm trying to install this CMS but I get stuck after running $ app/console alphalemon:install-cms (see debug output below), do you have any working version of the CMS?

user@host:*****/repo/AlphaLemonCmsSandbox$ app/console alphalemon:install-cms

This command helps you to configure AlphaLemon CMS easily.

AlphaLemon CMS requires an active bundle to work, which is the one that manages your website.The bundle name is always made by the company name and a name that define the bundle itself.

The AlphaLemon CMS sandbox comes with a predefined bundle called AcmeWebSiteBundle,where Acme is the company name and WebSiteBundle is the name of the bundle. You may use another bundle, but it must be created and added to the AppKernel class before starting the CMS setup.

AlphaLemon CMS requires a database and uses Propel as predefined ORM, so you will be asked to enter the parameters required to configure it. Though AlphaLemon CMS uses Propel, it doesn't mean that you must use that Orm for your project, if fact you may use your preferred Orm for your project

If you prefer to use a web interface instead of the console, you may open your browser at http://localhost/install

Company name: [Acme] 
Bundle name: [WebSiteBundle] 
Database driver (mysql, pgsql, other): [mysql]  
Database host: [localhost]  
Database name: [alphalemon]  
Database port: [3306]  
Database user: [root]  
Database password: []  *****
PHP Fatal error:  Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14
PHP Stack trace:
PHP   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
PHP   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
PHP   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
PHP   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
PHP   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
PHP  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
PHP  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
PHP  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
PHP  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
PHP  14. require() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

Fatal error: Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14

Call Stack:
0.0001     232448   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
0.0114    1882648   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
0.0131    2077912   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
0.0131    2078040   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
0.0131    2078144   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
0.0665    3017296   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
0.0665    3018488   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
0.1956    6853832   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
0.1967    6884424   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
0.9030   13125264  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
0.9050   13203232  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
0.9050   13203280  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
0.9050   13203816  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
0.9051   13216200  14. require('*****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php') *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

PHP Fatal error:  Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14
PHP Stack trace:
PHP   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
PHP   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
PHP   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
PHP   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
PHP   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
PHP  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
PHP  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
PHP  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
PHP  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
PHP  14. require() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

Fatal error: Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14

Call Stack:
0.0001     232712   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
0.0111    1883008   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
0.0126    2078272   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
0.0126    2078400   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
0.0126    2078504   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
0.0652    3017680   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
0.0652    3018872   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
0.1928    6854416   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
0.1939    6885008   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
2.1442   13125680  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
2.1461   13203608  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
2.1462   13203656  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
2.1462   13204192  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
2.1463   13216608  14. require('*****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php') *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

PHP Fatal error:  Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14
PHP Stack trace:
PHP   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
PHP   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
PHP   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
PHP   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
PHP   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
PHP  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
PHP  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
PHP  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
PHP  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
PHP  14. require() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

Fatal error: Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14

Call Stack:
0.0002     232832   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
0.0106    1883232   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
0.0120    2078504   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
0.0120    2078632   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
0.0120    2078736   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
0.0640    3018016   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
0.0640    3019208   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
0.1897    6854568   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
0.1908    6885160   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
0.8952   13126296  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
0.8973   13204272  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
0.8973   13204320  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
0.8973   13204856  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
0.8974   13217272  14. require('*****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php') *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

PHP Fatal error:  Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14
PHP Stack trace:
PHP   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
PHP   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
PHP   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
PHP   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
PHP   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
PHP  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
PHP  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
PHP  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
PHP  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
PHP  14. require() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

Fatal error: Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14

Call Stack:
0.0001     232280   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
0.0107    1882536   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
0.0124    2077808   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
0.0124    2077936   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
0.0124    2078040   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
0.0638    3017216   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
0.0638    3018408   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
0.1904    6853864   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
0.1917    6884456   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
0.8828   13125568  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
0.8848   13203592  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
0.8848   13203640  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
0.8848   13204176  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
0.8849   13216560  14. require('*****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php') *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

PHP Fatal error:  Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14
PHP Stack trace:
PHP   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
PHP   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
PHP   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
PHP   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
PHP   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
PHP   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
PHP   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
PHP   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
PHP  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
PHP  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
PHP  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
PHP  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
PHP  14. require() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

Fatal error: Cannot override final method AlphaLemon\AlphaLemonCmsBundle\Core\Content\Block\AlBlockManager::getHtml() in *****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php on line 14

Call Stack:
0.0001     232280   1. {main}() *****/repo/AlphaLemonCmsSandbox/app/console:0
0.0114    1882536   2. Symfony\Component\Console\Application->run() *****/repo/AlphaLemonCmsSandbox/app/console:22
0.0129    2077808   3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:105
0.0129    2077936   4. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
0.0129    2078040   5. Symfony\Component\HttpKernel\Kernel->boot() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:83
0.0644    3017216   6. Symfony\Component\HttpKernel\Kernel->initializeContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:573
0.0645    3018408   7. Symfony\Component\HttpKernel\Kernel->buildContainer() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:861
0.1894    6853864   8. Symfony\Component\DependencyInjection\ContainerBuilder->compile() *****/repo/AlphaLemonCmsSandbox/app/bootstrap.php.cache:952
0.1905    6884456   9. Symfony\Component\DependencyInjection\Compiler\Compiler->compile() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:458
0.8763   13125568  10. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->process() *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:119
0.8783   13203592  11. JMS\AopBundle\DependencyInjection\Compiler\PointcutMatchingPass->processDefinition() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:59
0.8783   13203640  12. class_exists() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:96
0.8783   13204176  13. Symfony\Component\ClassLoader\DebugClassLoader->loadClass() *****/repo/AlphaLemonCmsSandbox/vendor/jms/aop-bundle/JMS/AopBundle/DependencyInjection/Compiler/PointcutMatchingPass.php:0
0.8784   13216560  14. require('*****/repo/AlphaLemonCmsSandbox/vendor/alphalemon/app-bootstrap-button-bundle/AlphaLemon/Block/BootstrapButtonBlockBundle/Core/Block/AlBlockManagerBootstrapButtonBlock.php') *****/repo/AlphaLemonCmsSandbox/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/DebugClassLoader.php:94

installation error

After installing the sandbox and navigating to the backend in debug mode I get this message:

Fatal error: Class 'AlphaLemon\AlphaLemonCmsBundle\Model\om\BaseAlPageQuery' not found in C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\Acms\vendor\alphalemon\alphalemon-cms-bundle\AlphaLemon\AlphaLemonCmsBundle\Model\AlPageQuery.php on line 8

I am running on windows with apache and a mysql database.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.