Search results

  1. 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...
  2. 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" =...
  3. 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...