Skip to content
François Jacquet edited this page Aug 27, 2013 · 6 revisions

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

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

  • Maybe the file you try to upload is too large: the size of the photos is limited to 2Mb (value hardcoded in /modules/misc/PhotoUpload.php); check also the post_max_size & upload_max_filesize config values in the php.ini file.