Quote Originally Posted by zeffer
Where can i check the php settings? Do i have to log through ssh? Or can i find it through cpanel?
through ssh edit php.ini

/etc/php.ini

to edit it type VI /etc/php.ini

go to the values, change them, then how shift and press ZZ to save the changes.

You may or may not need to type :wq to exit the file.

Reboot your server and the changes will take effect. Hope this helps. It worked for me...Just use the settings that Admin gave you and you should be good.

To make sure the changes are made once you restart the server go to
http://www.yourdomainnamehere.com/phpinfo.php

it should show everything's current configuration.