I’m not sure if it’s a problem of the hosting service or it’s on my side.
At my website
http://lfsdb.500servers.net, I would like to adjust the upload_max_filesize directive, but it won’t let me do the command, or rather, the max file size doesn’t really change no matter what I try to change it to.
<?php
ini_set ("upload_max_filesize", "40M");
?>
It’s set to 2 MB by default, which is too low for this kind of website.
Edit: Also, I've noticed that on both my sites, the PHP sessions stopped working somehow. I use them for loggging in/out and now I cannot log in anymore at layouts.500servers.net and I didn’t do anything with them (I've changed to cookies at LFS Database to make it work for now). It somehow denies permission to the session folder, even I set them to allow read, write and exectue to all.