Category: Fatel Error
-
Magenta Connect – Access is locked. Please try again in a few minutes
Getting error on Magento connect manager “Access is locked. Please try again in a few minutes.” Go to var/ folder and open file /var/brute-force.ini Change the following two first lines to: brute-force-bad-attempts-count = 0 brute-force-diff-time-to-attempt = 180 and remove all other lines and Save. Tweet This Post
-
Fatal error: Call to a member function addFieldToFilter() on a non-object in magento
Have you upgraded your magento version OR installed any module/extension manually? If you getting this error: “Fatal error: Call to a member function addFieldToFilter() on a non-object ……” after doing any step above then you have to following steps to solve: Step 1: Re-index the all tables. a) To re-index Go to your site admin…
-
Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line
Today we are working on cron file that will call all model methods of my custom module. But we are getting error: “Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line 141”. when we are using: require_once ‘app/Mage.php’; $customobj = Mage::getModel(‘custommodule/custommodule’); It was amazing for us that we…
-
Ubuntu: Installing Xdebug on Ubuntu LAMP
We are assuming that you have installed LAMP on your ubuntu operating system. But you are not getting errors in php files when file has any syntax or fatal error. So you see these errors by following below steps: Open you php.ini file by below command: sudo gedit /etc/php5/apache2/php.ini First confirm your php.ini file location…
-
Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions()
When I tried to export or import any profile, then I got a fatal error: Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions() in …….\app\code\core\Mage\Adminhtml\Block\System\Convert\Profile\Run.php on line 167 To remove this problem follow below process: 1. Go to file which showing in fatal error. 2. Comment line 167 and 168, then it will show like: //…