XBackBone icon indicating copy to clipboard operation
XBackBone copied to clipboard

How to increase upload_max_filesize when i can't find php.ini?

Open katfionn opened this issue 1 year ago • 1 comments

System Info

  • PHP Version:8.3.7
  • XBackBone Version:v3.7.0
  • Webserver: Nginx base on the app installed from casaos
  • Database backend: mysql

Describe the bug I deploy on casaos, and used default config of the casaos, now i tried to find the "php.ini" file that doc talked about, but i can't find it anywhere. Here are the places i tried:

  • /DATA/AppData/xbackbone/*
  • login to docker, in /app/*
  • the docs on the github image
  • page on http://mydomain/system

To Reproduce Steps to reproduce the behavior: None

Expected behavior I wish to know what is php.ini looks like and how to understand to config it.

Screenshots

Logs None

katfionn avatar May 25 '24 06:05 katfionn

Not a bug.

If you are using the linuxserver docker image, look at the following documentation to find, where config files located are.

If you are using any different docker image, follow official php documentation and docker documentation to understand, how to locate your config files inside the container and map your custom versions of config files to the docker container and fix your issue.

Manriel avatar May 28 '24 16:05 Manriel