I am not really sure what happened, probably a coincidence:
a) After install, I tried to upload, to no avail
b) there was no PHP.INI file on the server, so I added one just with the upload statements
enable_functions = exec
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; https://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; https://php.net/upload-tmp-dir
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 256M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
c) I tried to upload again, to no avail
d) I uploaded the file via WP media option – worked fine (2gb limit)
e) I tried to upload with Filr again, to no avail
I gave up the whole thing and later in the evening, I confirmed the e-mail for registration
f) I tried again to upload after confirmation and the file was uploaded.
Now, I have another site and I tried the same steps and failed on d) – Max upload size 2mb. I went to CPANEL and updated the PHP.ini files via MultiPHP INI Editor
That did the trick… still not sure what happened with the 1st site; probably the php.ini configuration took effect with a delay? Cache issue? In any event, I am sure that the PHP.INI file needs to be updated accordingly.
-
This reply was modified 3 years, 7 months ago by home4sap.