Magento News
Magento Can’t Save Customer + Solution (Zend Framework)
If you are getting a weird “cant’ save customer” message in your local magento development environment when trying to save a new account, but the bug is not on your live store, this might be the solution..
If like me you not only develop magento sites but also use Zend Framework for other projects (which magento is based upon) then you might find that there are some clashes between your version of Zend Framework and the magento version.
For magento development, you need to be sure that your magento install is using its own version of Zend Framework and not your own separate copy. To do this you have a choice of either changing your php include path to remove your separate Zend Framework folder or alternatively edit the top of app/Mage.php and make this edit edit on line 31.
-
//Mage::register(‘original_include_path’, get_include_path());
-
Mage::register(‘original_include_path’, ”);
Possibly Related Posts:
- Gorilla Commerce Launches "In Store" Line of Magento Software Extensions – San Francisco Chronicle (press release)
- Gorilla Commerce Launches "In Store" Line of Magento Software Extensions
- Magento. How to edit social icons block | Template Monster Help
- Magento, Moodle installation and integration | HTML | MySQL | PHP …
- Take advantage of Magento’s REST API to integrate the business applications – openPR (press release)
RSS Feed