i'm using the quick install of magento 1.8 provided by my hosting service, hostgator. after installing i went to log in and got this error in 2 different browsers:
Fatal error: Call to a member function getBlockName() on a non-object in /home2/djanssen/public_html/ucjewelry.com/app/code/core/Mage/Captcha/Block/Captcha.php on line 43
how do i fix it?
thanks
Dee
Solved! Go to Solution.
Hello @deejanssen
Just Delete var/cache and var/session. Set properly chmod write permissions to Var folder.
Issue solved, Kudos and accept it as Solutions! Cheers Coding
Hello @deejanssen,
Make sure your Var folder has proper permission.
When captcha image are created they first get store in var folder. Due to improper permission images will not be saved.This will result in a NULL object hence that error.
--
If my answer is useful, please Accept as Solution & give Kudos
Hello @deejanssen
Just Delete var/cache and var/session. Set properly chmod write permissions to Var folder.
Issue solved, Kudos and accept it as Solutions! Cheers Coding
Hello @deejanssen,
Make sure your Var folder has proper permission.
When captcha image are created they first get store in var folder. Due to improper permission images will not be saved.This will result in a NULL object hence that error.
--
If my answer is useful, please Accept as Solution & give Kudos