66 | | == My image/MP3/video uploads don't work. == |
67 | | |
68 | | Most probably, you have not set correct permissions for ''media/images/profile/'', ''media/sound/'' and ''media/video/''. These folders should have 777 permissions (readable, writable, executable). |
69 | | |
70 | | Your ''PHP'' may be also configured to upload files under specific limit. In this case, check ''php.ini'' (PHP configuration file) and edit the settings for ''"upload_max_filesize"'' statement. |
| 66 | == My image/sound/video uploads don't work. == |
| 67 | |
| 68 | It maybe many reasons for this: |
| 69 | |
| 70 | * __Incorrect permission__ - check Admin Panel > Tools > Host Tools > Permissions tab, for correct permissions everywhere |
| 71 | * __Upload limits__ - check Admin Panel > Tools > Host Tools > Audit tab, for '''post_max_size''' and '''upload_max_filesize''' settings |
| 72 | * __FFmpeg problems for sounds and video__ - check for correct permissions for ffmpeg in Permission tab and ffmpeg output in Site setup > ffmpeg in Audit tab in Admin Panel > Tools > Host Tools |