Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento Setup Multi-Store Wishlist Error in Layout
    primarykey
    data
    text
    <p>I am attempting to setup a new store on a magento installation. It is the 2nd website / store on the install and hosted on a different domain and different folder. The database is the same. </p> <p>I followed all instructions to configure and setup a new store. I copied layout, design, and skin files from old store without changing them. In theory, both stores are running same code. When going to the new store in a browser, I get the following error:</p> <p>Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Mage_Wishlist_Helper_Data' does not have a method '' in /httpdocs/app/code/core/Mage/Core/Model/Layout.php on line 323</p> <p>0 [internal function]: mageCoreErrorHandler(2, 'call_user_func_...', '/var/www/vhosts...', 323, Array) 1 /httpdocs/app/code/core/Mage/Core/Model/Layout.php(323): call_user_func_array(Array, Array) 2 /httpdocs/app/code/core/Mage/Core/Model/Layout.php(213): Mage_Core_Model_Layout->_generateAction(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) 3 /httpdocs/app/code/core/Mage/Core/Model/Layout.php(209): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) 4 /httpdocs/app/code/core/Mage/Core/Model/Layout.php(209): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) 5 /httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(343): Mage_Core_Model_Layout->generateBlocks() 6 /httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(270): Mage_Core_Controller_Varien_Action->generateLayoutBlocks() 7 /httpdocs/app/code/core/Mage/Cms/controllers/IndexController.php(60): Mage_Core_Controller_Varien_Action->loadLayout() 8 /httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Cms_IndexController->defaultIndexAction() 9 /httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(253): Mage_Core_Controller_Varien_Action->dispatch('defaultIndex') 10 /httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) 11 /httpdocs/app/code/core/Mage/Core/Model/App.php(340): Mage_Core_Controller_Varien_Front->dispatch() 12 /httpdocs/app/Mage.php(627): Mage_Core_Model_App->run(Array) 13 /httpdocs/index.php(81): Mage::run('mysite', 'website')</p> <p>I have disabled Wishlist under Admin > Configuration > Customer and the module output in Admin > COnfiguration > Advanced > Advanced. </p> <p>Additionally, my local.xml has the following:</p> <pre><code> &lt;!-- Removes 'Wishlist' link - Default position: 20 --&gt; &lt;!-- for Magento 1.3.x --&gt; &lt;action method="removeLinkByUrl"&gt;&lt;url helper="wishlist/"/&gt;&lt;/action&gt; &lt;!-- for Magento 1.4.x --&gt; &lt;remove name="wishlist_link"/&gt; </code></pre> <p>Any ideas or suggestions?</p>
    singulars
    1. This table or related slice is empty.
    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