Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
Check 'upload_max_filesize' in /etc/php.ini, actual php.ini location maybe different depening on server set up.
upload_max_filesize 500MPost max and upload max are different, look for 'upload_max_filesize'
Ok i have open that file in terminal. What i need to see now there?Run php --ini from a terminal and look for the line 'Loaded Configuration File' to make sure you are editing the correct file.
And what now?
Script is working in PHP 7.4 already,and i in my php.ini file in public_html root for domain and max upload file is 500MOh, your on cpanel, where are you editing the file? cpanel or SFTP?
Ok explain me what exactly i need to tell to hosting support ?Thats the wrong location it will not work, make all you changes through cpanel, or open a ticket with the host they will do it for you.
<?php
phpinfo();
?>
Yes that is done.Lets make sure PHP is the problem, create a file in the root of web directory called phpinfo.php that contains the code below, then in a web browser go to yourdomain.com/phpinfo.php and check,
upload_max_filesize
post_max_size
max_execution_time