/1
Created
March 13, 2015 10:30
Magento: An Error occured while saving the URL rewrite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
$this->_getWriteAdapter()->insert($this->getMainTable(), $rewriteData); | |
} | |
catch (Exception $e) { | |
Mage::throwException(Mage::helper('catalog')->__('An error occurred while saving the URL rewrite.')); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
$this->_getWriteAdapter()->insert($this->getMainTable(), $rewriteData); | |
} | |
catch (Exception $e) { | |
//Mage::throwException(Mage::helper('catalog')->__('An error occurred while saving the URL rewrite.')); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment