Logo
Check list
Apache is present
PHP 8.0.26 is present.
php-curl module is present.
php-gd module is present.
php-json module is present.
php-mbstring module is present.
php-mysqli module is present.
php-zip module is required.
php-zlib module is present.

Warning: mkdir(): Permission denied in /www/wwwroot/AVideo/objects/functionsFile.php on line 111
Your videos directory must be writable
The video directory does not exists, AVideo had no permition to create it, you must create it manualy!
sudo mkdir /www/wwwroot/AVideo/videos

Then you can set the permissions (www-data means apache user).
sudo chown www-data:www-data /www/wwwroot/AVideo/videos && sudo chmod 777 /www/wwwroot/AVideo/videos 
Your post_max_size is 50M, it must be at least 100M
Edit the php.ini file
sudo nano /www/server/php/80/etc/php.ini
Your upload_max_filesize is 50M, it must be at least 100M
Edit the php.ini file
sudo nano /www/server/php/80/etc/php.ini
Site Configuration

Database