Closed csdougliss closed 3 years ago
Still doesn't work.
Command line install - Magento 2 0.74.0-beta1
Store Manager has been initialized not properly
#0 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/Store/Model/StorageFactory.php(167): Magento\Store\Model\Storage\Db->getStore()
#1 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/Store/Model/StorageFactory.php(117): Magento\Store\Model\StorageFactory->_reinitStores()
#2 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/Store/Model/StoreManager.php(121): Magento\Store\Model\StorageFactory->get()
#3 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/Store/Model/StoreManager.php(175): Magento\Store\Model\StoreManager->_getStorage()
#4 /var/www/vhosts/magento2-capistrano/shared/var/generation/Magento/Store/Model/StoreManagerInterface/Proxy.php(119): Magento\Store\Model\StoreManager->getStore()
#5 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/Store/Model/Resolver/Store.php(29): Magento\Store\Model\StoreManagerInterface\Proxy->getStore()
#6 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/Config/ScopePool.php(117): Magento\Store\Model\Resolver\Store->getScope()
#7 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/Config/ScopePool.php(72): Magento\Framework\App\Config\ScopePool->_getScopeCode()
#8 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/Config.php(43): Magento\Framework\App\Config\ScopePool->getScope()
#9 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/View/DesignExceptions.php(64): Magento\Framework\App\Config->getValue()
#10 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/PageCache/Model/App/CacheIdentifierPlugin.php(43): Magento\Framework\View\DesignExceptions->getThemeByRequest()
#11 /var/www/vhosts/magento2-capistrano/shared/var/generation/Magento/Framework/App/PageCache/Identifier/Interceptor.php(109): Magento\PageCache\Model\App\CacheIdentifierPlugin->afterGetValue()
#12 /var/www/vhosts/magento2-capistrano/shared/var/generation/Magento/Framework/App/PageCache/Identifier/Interceptor.php(124): Magento\Framework\App\PageCache\Identifier\Interceptor->___callPlugins()
#13 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/PageCache/Kernel.php(51): Magento\Framework\App\PageCache\Identifier\Interceptor->getValue()
#14 /var/www/vhosts/magento2-capistrano/releases/20150325105152/app/code/Magento/PageCache/Model/App/FrontController/BuiltinPlugin.php(71): Magento\Framework\App\PageCache\Kernel->load()
#15 (): Magento\PageCache\Model\App\FrontController\BuiltinPlugin->aroundDispatch()
#16 /var/www/vhosts/magento2-capistrano/shared/var/generation/Magento/Framework/App/FrontController/Interceptor.php(100): call_user_func_array()
#17 /var/www/vhosts/magento2-capistrano/shared/var/generation/Magento/Framework/App/FrontController/Interceptor.php(124): Magento\Framework\App\FrontController\Interceptor->___callPlugins()
#18 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/Http.php(115): Magento\Framework\App\FrontController\Interceptor->dispatch()
#19 /var/www/vhosts/magento2-capistrano/releases/20150325105152/lib/internal/Magento/Framework/App/Bootstrap.php(245): Magento\Framework\App\Http->launch()
#20 /var/www/vhosts/magento2-capistrano/releases/20150325105152/index.php(39): Magento\Framework\App\Bootstrap->run()
#21 {main}
HipHop VM 3.7.0-dev (rel)
Compiler: heads/master-0-g62687825a2fdb86376b1749b1710bdfd9be6d1be
Repo schema: 317d5666575bd0e482c63cab2a39f8f4714f8678
I think this is working, so closing
Actually, I am unable to login to the magento2 backend with hhvm but it works with php
I am going over old issues on this repository, to see which ones apply to the current versions of hhvm.
This issue applies to running php code on hhvm. Hhvm nolonger supports running php code since hhvm version 4.0.0.
At the end of Magento 2 alpha-92 install, you end up at /index.php/install/wizard/end/ with 404 error: Page not found. This works correctly with PHP. After the install, you are not able to do anything.
/var/www/vhosts/magento2-capistrano/current/var/session$ ls -la
/var/log/hhvm/error.log:
hhvm --version
cat system.log:
Reference these 2 issues:
https://github.com/magento/magento2/issues/578 https://github.com/magento/magento2/issues/568
After install: