I've been developing my application on my mac using MAMP, using sqlite as the database.
I've just uploaded the site to my shared webhost, by literally just dragging the files & folders via FTP, then deleted the data in the assets folder. I figured that's all I needed to do.
When I try it out, the login pages of my app display currently, but when I try to actually login, I get the following PHP warning:
include(bCrypt.php): failed to open stream: No such file or directory
Stack Trace #0: /home/usera/webapps/x/site/framework/YiiBase.php(421): YiiBase::autoload()
Stack Track #1: unknown(0): YiiBase::autoload("bCrypt")
I thought this meant I hadn't copied the bcrypt.php file into protected/vendors.... but it's there.Stack Trace #0: /home/usera/webapps/x/site/framework/YiiBase.php(421): YiiBase::autoload()
Stack Track #1: unknown(0): YiiBase::autoload("bCrypt")
Am I missing something?
Thanks
Tim