After installing Crowdfunding platform if you are unable to login into backend and receiving following message “verification code error” Reason : Script is not able to read/write sessions Solution: Then you need to follow these 2 steps 1.Goto /public/session make sure it is writable permission 755 or 777 [In case 755 does not work] 2.If ..