sorry guys but I can not find the solution in the forum as an Italian I find difficulty in finding solutions, and so I turn to you with problems already solved .....
I have a problem with the videos if I upload a file. mp4 2mb okay but if I try to load a file of 30 MB gives me an error access denied.
I have tried to increase the upload_max_filesize 140M
but the result is always the same access denied even though the login was made and
thanks
predagrafica.com/snowboard
|
|
If you go into your Admin Panel > Host Tools> Then click the Phpinfo tab, and look for these 2 options:
post_max_size
upload_max_filesize
This will tell you what 'Dolphin' is reading.
Make sure they are both set the same (or at least close - post_max_size a little higher).. IF they are not, make the adjustments as needed. If your adjustments do not take by editing the php.ini file, then you may not have permissions to override.
Nothing to see here |
upload_max_filesiz
|
thanks for your help you are always the best ...
but the problem continues: (
Maximum allowed size for uploaded files. (MB) 20
|
|
|
post_max_size |
Maximum size of POST data that PHP will accept. (MB) |
20 |
|
Your upload_max_filesize and post_max_size values are both set to 20M, which equates to 20MB. You're trying to upload a file that's 30MB. You need to change these two settings to a higher value. If you can't manage to change these values on your own, contact your hosting provider. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
THANK YOU THANK YOU AND THANK YOU AGAIN !................ everything now works correctly |
Hello
In my php.ini setting there is a value
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, - FAIL (must be = )
what will happen if i disable those functions?
|
Nothing will happen. Why did you post this on a thread that has nothing to do with it?
Hello
In my php.ini setting there is a value
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, - FAIL (must be = )
what will happen if i disable those functions?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |