Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento non-CMS page showing 404 error
    primarykey
    data
    text
    <p>I am very new to Magento and have inherited a shop that has been built outside CMS. The page was hard coded for 3 products, and included the cart, shipping and payment in a single page. I need to enable more products (which I have done), enable a product details page, a separate shopping cart and a separate shipping and payment page.</p> <p>The urls include language and location information as I run three shops. So, I have www.company.com/en/shop/eu/products and this shows me the correct page. I would like to have www.company.com/en/shop/eu/detail to show one product in detail. </p> <p>To this end, I have created <code>/shop/app/code/local/Company/Detail</code> with a simple <code>IndexController.php</code> and <code>config.xml</code>. I have also created <code>/shop/app/design/frontend/company/detail</code> and have content.phtml there. I also have <code>/shop/app/etc/modules/Company_Detail.xml</code>. I also have placed the content.phtml in <code>/shop/app/design/frontend/default/default/template/detail/</code> as well. I was following this tutorial.... <a href="http://www.human-element.com/Blog/ArticleDetailsPage/tabid/91/ArticleID/69/Magento-Non-CMS-Pages-Creating-Pages-Via-Frontend-Routers.aspx" rel="nofollow">http://www.human-element.com/Blog/ArticleDetailsPage/tabid/91/ArticleID/69/Magento-Non-CMS-Pages-Creating-Pages-Via-Frontend-Routers.aspx</a></p> <p>URL rewrite is enabled and installed. Everything is re-indexed and all caches flushed. Any more pointers?</p> <p>STACK TRACE</p> <p>0 include() called at [/var/www/co/shop/app/code/core/Mage/Core/Block/Template.php:235]</p> <p>1 Mage_Core_Block_Template->fetchView(frontend/changers/changers/template/page/404.phtml) called at [/var/www/co/shop/app/code/core/Mage/Core/Block/Template.php:266] </p> <p>2 Mage_Core_Block_Template->renderView() called at [/var/www/co/shop/app/code/core/Mage/Core/Block/Template.php:280] </p> <p>3 Mage_Core_Block_Template->_toHtml() called at [/var/www/co/shop/app/code/core/Mage/Core/Block/Abstract.php:758] </p> <p>4 Mage_Core_Block_Abstract->toHtml() called at [/var/www/co/shop/app/code/core/Mage/Core/Model/Layout.php:529] </p> <p>5 Mage_Core_Model_Layout->getOutput() called at [/var/www/changers/shop/app/code/core/Mage/Core/Controller/Varien/Action.php:391] </p> <p>6 Mage_Core_Controller_Varien_Action->renderLayout() called at [/var/www/changers/shop/app/code/core/Mage/Cms/controllers/IndexController.php:91] </p> <p>7 Mage_Cms_IndexController->defaultNoRouteAction() called at [/var/www/co/shop/app/code/core/Mage/Core/Controller/Varien/Action.php:420] </p> <p>8 Mage_Core_Controller_Varien_Action->dispatch(defaultNoRoute) called at [/var/www/co/shop/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php:253] </p> <p>9 Mage_Core_Controller_Varien_Router_Standard->match(Mage_Core_Controller_Request_Http Object ([] => /detail,[] => ,[] => /detail,[] => ,[] => ,[] => Array (),[] => cms,[] => Array ([api] => ,[xmlconnect] => ),[] => Mage_Cms,[] => ,[] => Array ([params] => Array (),[action_name] => noRoute,[controller_name] => index,[module_name] => cms),[] => Array ([0] => _GET,[1] => _POST),[] => /en/shop/eu/detail,[] => /en/shop,[] => ,[] => /detail,[] => Array (),[] => ,[] => Array (),[] => 1,[] => cms,[] => module,[] => index,[] => controller,[] => defaultNoRoute,[] => action)) called at [/var/www/changers/shop/app/code/core/Mage/Core/Controller/Varien/Front.php:176] </p> <p>10 Mage_Core_Controller_Varien_Front->dispatch() called at [/var/www/co/shop/app/code/core/Mage/Core/Model/App.php:340] </p> <p>11 Mage_Core_Model_App->run(Array ([scope_code] => ,[scope_type] => store,[options] => Array ())) called at [/var/www/co/shop/app/Mage.php:627] </p> <p>12 Mage::run(, store) called at [/var/www/co/shop/index.php:80] </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload