(09-23-2015, 03:35 PM)TGates Wrote: A search would have helped you find: http://forums.sentora.org/showthread.php?tid=791
But this is my etc/php.ini
; Maximum allowed size for uploaded files.
; http://www.php.net/manual/en/ini.core.ph...x-filesize
upload_max_filesize = 200M
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://www.php.net/manual/en/filesystem....-url-fopen
allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://www.php.net/manual/en/filesystem....rl-include
allow_url_include = Off
what's happended?