Ubuntu | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Tue, 24 Apr 2012 08:00:50 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 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
Linux: How to use serach command in Linux? https://www.naveenos.com/2011/05/linux-how-to-use-serach-command-in-linux https://www.naveenos.com/2011/05/linux-how-to-use-serach-command-in-linux#comments Mon, 16 May 2011 11:33:49 +0000 http://naveenos.com/?p=361 In windows we can easily find the any file in the folder and it doesn’t matter that how many folders inside that folder.. and it is possible by pressing F3 key on the keyboard. But in the linux we have to use command prompt to find such type of searching. In ubuntu we can do […]

The post Linux: How to use serach command in Linux? first appeared on naveenOS.]]>
https://www.naveenos.com/2011/05/linux-how-to-use-serach-command-in-linux/feed 2
PHP Motion: Captcha code is not working https://www.naveenos.com/2011/05/php-motion-captcha-code-is-not-working https://www.naveenos.com/2011/05/php-motion-captcha-code-is-not-working#respond Tue, 10 May 2011 14:18:24 +0000 http://naveenos.com/?p=354 When you install the phpmotion on your system you will find that captcha code is not showing on registration page. open includes/captcha.php and replace var $font = ‘DoradoHeadline.ttf’; by var $font = ‘./DoradoHeadline.ttf’; Tweet This Post

The post PHP Motion: Captcha code is not working first appeared on naveenOS.]]>
https://www.naveenos.com/2011/05/php-motion-captcha-code-is-not-working/feed 0
Ubuntu: How to start and stop LAMP server https://www.naveenos.com/2011/05/ubuntu-how-to-start-and-stop-lamp-server https://www.naveenos.com/2011/05/ubuntu-how-to-start-and-stop-lamp-server#comments Tue, 10 May 2011 13:22:26 +0000 http://naveenos.com/?p=351 To view any changes in php.ini file or some LAMP server files we should restart the apache server again.  and you can do this by following commands: sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start Above both commands will stop the apache server and start again. But you can do restart apache server by single command only: […]

The post Ubuntu: How to start and stop LAMP server first appeared on naveenOS.]]>
https://www.naveenos.com/2011/05/ubuntu-how-to-start-and-stop-lamp-server/feed 2
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