I have a project in my local environment, which I want to make work in a remote server.
So, I git a git clone of my project in the remote server. I tried to run it, and it gave me an error saying I had to copy crypt.php manually... which I did.
Now I'm getting an error:
Fatal error: Class 'phpseclib\Crypt\AES' not found in /var/www/html/tms2/fuel/core/classes/crypt.php on line 213
How do I fix this... or, what is the right way to make a project work in a remote server.
P.s.: I just updated composer.phar on my local environment and I'm also getting the same message.