You need to find where those missing php modules are located like curl.so and either copy them in that location or check the php.ini for those extensions and the extension directory they are supposed to load from.

you can find the location of the curl.so by using this command in ssh
Code: 
find / -name curl.so
Edit:

Nice work. That will solve the problem.