webcomm / magento-boilerplate

HTML5 Twitter Bootstrap 3.1 Magento Boilerplate Template
MIT License
526 stars 191 forks source link

Magento EE 1.9 #129

Open Khaleel opened 9 years ago

Khaleel commented 9 years ago

Hey

Thanks for making this an opensource theme. My question does this work on Magento EE (1.14.1.0 ) and also Magento 1.9.x ??

Webmasterei commented 9 years ago

I use it on Mage 1.9.x and soo far works everything fine.

ollyboy commented 9 years ago

Hey I'm on 1.9.1.1 and the top nav has gone missing. I have other themes as stores and top nav is fine for them. Is it something to do with JR_CleverCMs. Have an AWS box up at moment on http://ec2-54-153-192-78.ap-southeast-2.compute.amazonaws.com/ with admin steve steve33

bencorlett commented 9 years ago

Hi there,

JR CleverCms? Magento Boilerplate isn’t using this module, certainly hasn’t since pre-v1 :)

On 17 Jul 2015, at 12:28 pm, ollyboy notifications@github.com wrote:

Hey I'm on 1.9.1.1 and the top nav has gone missing. I have other themes as stores and top nav is fine for them. Is it something to do with JR_CleverCMs. Have an AWS box up at moment on http://ec2-54-153-192-78.ap-southeast-2.compute.amazonaws.com/ http://ec2-54-153-192-78.ap-southeast-2.compute.amazonaws.com/ with admin steve steve33

— Reply to this email directly or view it on GitHub https://github.com/webcomm/magento-boilerplate/issues/129#issuecomment-122152200.

ollyboy commented 9 years ago

Ok I was using the https://github.com/mercator/mercator stack which has an older version. I changed composer to get your version and now I get:

2015-07-17T06:55:50+00:00 ERR (3): Mage_Core_Exception: message 'Invalid block type: Webcomm_BootstrapNavigation_Block_Page_Html_Topmenu', code '0' in /var/www/mercator/app/Mage.php:595

0 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(495): Mage->throwException('Invalid block type: Webcomm_BootstrapNavigation_Block_Page_Html_Topmenu')

1 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('page/html_topmenu', Array)

2 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('page/html_topmenu', 'catalog.topnav')

3 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('page/html_topmenu', 'catalog.topnav')

4 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(205): Mage_Core_Model_Layout->_generateBlock(Mage_Core_Model_Layout_Element, Mage_Core_Model_Layout_Element)

5 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Mage_Core_Model_Layout_Element)

6 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Mage_Core_Model_Layout_Element)

7 /var/www/mercator/app/code/core/Mage/Core/Model/Layout.php(206): Mage_Core_Model_Layout->generateBlocks(Mage_Core_Model_Layout_Element)

8 /var/www/mercator/app/code/core/Mage/Core/Controller/Varien/Action.php(344): Mage_Core_Model_Layout->generateBlocks()

9 /var/www/mercator/app/code/core/Mage/Cms/Helper/Page.php(113): Mage_Core_Controller_Varien_Action->generateLayoutBlocks()

10 /var/www/mercator/app/code/core/Mage/Cms/Helper/Page.php(52): Mage_Cms_Helper_Page->_renderPage(JR_CleverCms_Cms_IndexController, '1')

11 /var/www/mercator/vendor/mercator/magento-clever-cms/app/code/community/JR/CleverCms/Helper/Cms/Page.php(13): Mage_Cms_Helper_Page->renderPage(JR_CleverCms_Cms_IndexController, '1')

12 /var/www/mercator/app/code/core/Mage/Cms/controllers/IndexController.php(75): JR_CleverCms_Helper_Cms_Page->renderPage(JR_CleverCms_Cms_IndexController, '1')

13 /var/www/mercator/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->noRouteAction()

14 /var/www/mercator/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('noRoute')

15 /var/www/mercator/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Mage_Core_Controller_Request_Http)

16 /var/www/mercator/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()

17 /var/www/mercator/app/Mage.php(684): Mage_Core_Model_App->run(Array)

18 /var/www/mercator/public/index.php(87): Mage->run('default', 'store')

ollyboy commented 9 years ago

Just disabled the JR_CleverCms module and the site came up good! The mercator stack would not let me do that as it said it was a dependency for magento-boilerplate. I will let the mercator team know. Two things I have learned:

anishjajodia commented 9 years ago

Will this version of boilerplate work on 1.9.2?

bencorlett commented 9 years ago

I haven't undertaken extensive testing but I don't see a reason that it shouldn't :)

Sent from my iPhone

Please excuse my brevity

On 31 Jul 2015, at 7:10 AM, Aneesh Jajodia notifications@github.com wrote:

Will this version of boilerplate work on 1.9.2?

— Reply to this email directly or view it on GitHub.