Magebay Support PortalMenu Creator Pro – Refresh Error – Magebay Support Portal https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/feed/ Mon, 29 Apr 2024 01:24:47 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-595 <![CDATA[Menu Creator Pro – Refresh Error]]> https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-595 Wed, 10 Sep 2014 09:04:26 +0000 bhma I have an issue where I am not able to ‘refresh to update’ the MCP using the admin back end, I hit refresh and get an error message pop up saying ‘Refresh Process Error!’
I have cleared the cache etc. (even disabled it) but still I get the error, the only way I have been able to work around it is to disable developer mode then re-enable developer mode, however when I disable developer I get a default menu appear on the site, if you can point me in the right direct to solve this too that would help (I guess it will be permissions somewhere).

Any help appreciated, thanks

www.bhma.co.uk, www.prettymaison.co.uk, www.tradeshopdirect.co.uk

]]>
https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-596 <![CDATA[Reply To: Menu Creator Pro – Refresh Error]]> https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-596 Wed, 10 Sep 2014 09:26:37 +0000 The Magebay Team 1. It might be you have permission problem in your site, please read this article for reset permission in magento.

2. Open this file /app/code/local/MST/Menupro/Block/System/Config/Form/Button.php and compare with the latest file version below to make sure your module is up-to-date:

< ?php class MST_Menupro_Block_System_Config_Form_Button extends Mage_Adminhtml_Block_System_Config_Form_Field { /* * Set template */ protected function _construct() { parent::_construct(); $this->setTemplate('menupro/system/config/button.phtml');
}

/**
* Return element html
*
* @param Varien_Data_Form_Element_Abstract $element
* @return string
*/
protected function _getElementHtml(Varien_Data_Form_Element_Abstract $element)
{
return $this->_toHtml();
}

/**
* Return ajax url for button
*
* @return string
*/
public function getAjaxCheckUrl()
{
//return Mage::helper(‘adminhtml’)->getUrl(‘menupro/adminhtml_menupro/check’);
$baseUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_LINK);
$validUrl = Mage::helper(‘menupro’)->getValidUrl($baseUrl, Mage::app()->getStore()->isCurrentlySecure());
$baseUrl = $validUrl;
return $baseUrl . “menupro/index/refresh”;
}

/**
* Generate button html
*
* @return string
*/
public function getButtonHtml()
{
$button = $this->getLayout()->createBlock(‘adminhtml/widget_button’)
->setData(array(
‘id’ => ‘refresh_button’,
‘label’ => $this->helper(‘adminhtml’)->__(‘Refresh’),
‘onclick’ => ‘javascript:check(); return false;’
));

return $button->toHtml();
}
}

Let me know if you still got problem.

Magento Extensions Store | Magento Menu Creator | Magento Fancy Checkout | Online Products Designer

]]>
https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-597 <![CDATA[Reply To: Menu Creator Pro – Refresh Error]]> https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-597 Wed, 10 Sep 2014 09:38:31 +0000 bhma I agree it sounds like permissions, however these checkout and still no refresh possible.

I also compared the file and both match.

Any other thoughts?

www.bhma.co.uk, www.prettymaison.co.uk, www.tradeshopdirect.co.uk

]]>
https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-598 <![CDATA[Reply To: Menu Creator Pro – Refresh Error]]> https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-598 Wed, 10 Sep 2014 09:46:55 +0000 The Magebay Team Have you tried reset permission follow the post?

Magento Extensions Store | Magento Menu Creator | Magento Fancy Checkout | Online Products Designer

]]>
https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-599 <![CDATA[Reply To: Menu Creator Pro – Refresh Error]]> https://www.magebay.com/forum/articles/menu-creator-pro-refresh-error/#post-599 Wed, 10 Sep 2014 10:11:20 +0000 bhma Sorry I should have been clear, I ran permissions changes and refresh does not work.

www.bhma.co.uk, www.prettymaison.co.uk, www.tradeshopdirect.co.uk

]]>