Resolve Magento Error: Fatal error:call to undefined method_php tutorial

Source: Internet
Author: User
This article describes the solution to the fatal Error:call to undefined method mage_adminhtml_block_abstract::getexceptions (), and friends who have encountered such problems can refer to it.

Magento error occurred during product import:

"Fatal error:call to undefined method mage_adminhtml_block_abstract::getexceptions () in appcodecoremageadminhtmlblocksystemconvertprofilerun.php on line 167 "
Magento version Magento1.5.1 currently in use.

Workaround:

Locate the file "appcodecoremageadminhtmlblocksystemconvertprofilerun.php"

Comment out the #167-#168行, like

if (!is_null (Parent::getexceptions ()))
return Parent::getexceptions ();
Comment out the #197 line,

Parent::setexceptions ($exceptions);
After saving, re-import Magento products, error disappears.

http://www.bkjia.com/PHPjc/632219.html www.bkjia.com true http://www.bkjia.com/PHPjc/632219.html techarticle This article describes a workaround for fatal error:call to undefined method mage_adminhtml_block_abstract::getexceptions (), You can refer to a friend who has encountered this kind of problem. Magen ...

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.