Skip to content
François Jacquet edited this page May 10, 2017 · 6 revisions

If you try to upload a (student / user) photo without success, here are some tips to help you:

  • Check the assets/FileUploads/, assets/StudentPhotos/, assets/UserPhotos/, assets/PortalNoteFiles/, and assets/AssignmentsFiles/ folders are writable. The Apache user (usually www-data) should have the permission to write to these folders.

  • Maybe the file you are trying to upload is too large: check the post_max_size & upload_max_filesize config values in your php.ini file.