Recent content by georgeking6782

  1. G

    Problem Uploading Some PNG files

    System Error Here: 2020-02-13 14:22:59 - *** ERROR *** ImagickException Object ( [message:protected] => Empty input file `/path/files/_tmp/tmp-013873fecfc6e390a2cfb616465bde85.jpg' @ error/jpeg.c/JPEGErrorHandler/316 [string:Exception:private] => [code:protected] => 425...
  2. G

    Problem Uploading Some PNG files

    Update: Problem visible before upload starts (same issue with now with random JPGS). The images that will probably fail to upload have no thumbnail preview shown prior to hitting the upload button. Observations: - Upload of 20MB JPG file yesterday OK, today it failed. - Upload of 2K PNG file...
  3. G

    Problem Uploading Some PNG files

    Started getting an error when uploading PNG files although it is not a consistent behaviour. I can see server error 500 on chrome developer tools and the server error log is reporting: [Tue Feb 11 13:48:54.004377 2020] [proxy_fcgi:error] [pid 20317:tid 140562560624384] [client...
  4. G

    Uploaded files not in /files/xx/xxxxxxxx location as per database

    So found out the issue. I had configured an FTP file server and made it active so the files were sitting on the FTP server elsewhere. Although in Site Configuration settings ->File Uploads -> Default File server was set to "Local Default" which I though meant don't use any other service to...
  5. G

    Uploaded files not in /files/xx/xxxxxxxx location as per database

    So uploading a file appears to work OK. I see it in the file manager, I can click it, get properties of it, look at it via the image viewer plugin, download it etc. However, it is not where the database says it should be. e.g. database says the "localFilePath" =...
  6. G

    Access to Files Directory from a script

    Hi, The "files" folder permissions are set to be internal access only, but I would like to reference files directly from a script generated by PHP. In this example I am generating an XML file which includes the path to jpg images, e.g. img="f5/f5435f505e0c4567dfe4e427c6d1d1f0". Any ideas how...