IP-1639: Hosting Plans: php.ini parameters are reset to some defaults

  • Reporter Michael Rhyner (mikerhyner) Michael Rhyner (mikerhyner)
    Created Oct 7, 2016 11:11:22 AM
    Updated Oct 7, 2016 11:11:33 AM
    Priority Normal
    Type Bug
    State Submitted
    Assignee Laurent Declercq (nuxwin)
    Subsystem No subsystem
    Affected versions 1.3.5
    Milestone 1.3.6
    Severity No severity

    Within hosting plans, after changing PHP configuration options post_max_size & upload_max size higher than values above 127 MiB (when memory_limit is 512 MiB), they first will be accepted from the gui, and even written correctly to the database table hosting_plans. But then, if I enter again to the PHP Settings of the hosting plan, values seem to be resetted to 8 (post_max_size) and 2 (upload_max_size) MiB. Of course, if I submit the plan again, the values are then even wrong within "hosting_plans" database table, and thus applied wrongly to customers.

    Question: Where are the max limits that seem to be allowed defined (reseller has way more higher values defined, I have set 2048, 1024 and 1022 for memory_limit, post_max_size and upload_max_filesize). And where I could at least change the automatically set default values of "8" and "2" (which are wee too low) to something higher and thus more usable.

    Source: https://youtrack.i-mscp.net/issue/IP-1639