Fatel Error | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Sat, 11 Mar 2017 14:33:44 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 Magenta Connect – Access is locked. Please try again in a few minutes https://www.naveenos.com/2017/03/magenta-connect-access-locked-please-try-minutes https://www.naveenos.com/2017/03/magenta-connect-access-locked-please-try-minutes#respond Sat, 11 Mar 2017 14:33:44 +0000 http://www.naveenos.com/?p=574 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

The post Magenta Connect – Access is locked. Please try again in a few minutes first appeared on naveenOS.]]>
https://www.naveenos.com/2017/03/magenta-connect-access-locked-please-try-minutes/feed 0
Fatal error: Call to a member function addFieldToFilter() on a non-object in magento https://www.naveenos.com/2012/04/fatal-error-call-to-a-member-function-addfieldtofilter-on-a-non-object-in-magento https://www.naveenos.com/2012/04/fatal-error-call-to-a-member-function-addfieldtofilter-on-a-non-object-in-magento#respond Tue, 24 Apr 2012 08:00:50 +0000 http://naveenos.com/?p=484 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 […]

The post Fatal error: Call to a member function addFieldToFilter() on a non-object in magento first appeared on naveenOS.]]>
https://www.naveenos.com/2012/04/fatal-error-call-to-a-member-function-addfieldtofilter-on-a-non-object-in-magento/feed 0
Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line https://www.naveenos.com/2012/04/magento-fatal-error-call-to-a-member-function-getmodelinstance-on-a-non-object-in-appmage-php-on-line https://www.naveenos.com/2012/04/magento-fatal-error-call-to-a-member-function-getmodelinstance-on-a-non-object-in-appmage-php-on-line#comments Fri, 13 Apr 2012 07:51:16 +0000 http://naveenos.com/?p=481 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 […]

The post Magento: Fatal error: Call to a member function getModelInstance() on a non-object in appMage.php on line first appeared on naveenOS.]]>
https://www.naveenos.com/2012/04/magento-fatal-error-call-to-a-member-function-getmodelinstance-on-a-non-object-in-appmage-php-on-line/feed 1
PHP: How to unserialize for XML string https://www.naveenos.com/2011/06/php-how-to-unserialize-for-xml-string https://www.naveenos.com/2011/06/php-how-to-unserialize-for-xml-string#comments Wed, 29 Jun 2011 10:58:17 +0000 http://naveenos.com/?p=381 WordPress is a powerfull tool for blog and it keep all data  in serialize format and user can easily get these values from database by get_option() function. But some time we need to use unserialize function to get some specific value from the string. So we simply use unserialize function on stored string and get […]

The post PHP: How to unserialize for XML string first appeared on naveenOS.]]>
https://www.naveenos.com/2011/06/php-how-to-unserialize-for-xml-string/feed 3
Ubuntu: Installing Xdebug on Ubuntu LAMP https://www.naveenos.com/2011/05/ubuntu-installing-xdebug-on-ubuntu-lamp https://www.naveenos.com/2011/05/ubuntu-installing-xdebug-on-ubuntu-lamp#respond Tue, 10 May 2011 12:55:16 +0000 http://naveenos.com/?p=348 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 […]

The post Ubuntu: Installing Xdebug on Ubuntu LAMP first appeared on naveenOS.]]>
https://www.naveenos.com/2011/05/ubuntu-installing-xdebug-on-ubuntu-lamp/feed 0
Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions() https://www.naveenos.com/2011/01/magento-fatal-error-call-to-undefined-method-mage_adminhtml_block_abstractgetexceptions https://www.naveenos.com/2011/01/magento-fatal-error-call-to-undefined-method-mage_adminhtml_block_abstractgetexceptions#comments Thu, 06 Jan 2011 07:41:33 +0000 http://naveenos.com/?p=286 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: // […]

The post Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Abstract::getexceptions() first appeared on naveenOS.]]>
https://www.naveenos.com/2011/01/magento-fatal-error-call-to-undefined-method-mage_adminhtml_block_abstractgetexceptions/feed 4
Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Widget::getrowurl() in magneto 1.4.2 https://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2 https://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2#comments Thu, 06 Jan 2011 06:08:26 +0000 http://naveenos.com/?p=282 I installed Magento on my local server. When I tried to add new category then I got a fatel error. What I did and what I got: I click on catalog > Manage Categories I got Fatal error: Call to undefined method Mage_Adminhtml_Block_Widget::getrowurl() in …..app/code/core/Mage/Adminhtml/Block/Widget/Grid.php on line 1607 I tried to find out the error […]

The post Magento: Fatal error: Call to undefined method Mage_Adminhtml_Block_Widget::getrowurl() in magneto 1.4.2 first appeared on naveenOS.]]>
https://www.naveenos.com/2011/01/fatal-error-call-to-undefined-method-mage_adminhtml_block_widgetgetrowurl-in-magneto-1-4-2/feed 12