I want to change php ini settings

Discussion in 'Installation/Configuration' started by JULINT, Feb 26, 2024.

  1. JULINT

    JULINT Member

    Hi,

    I want to change php ini settings, but i always got this error : invalid_custom_php_ini_settings_txt

    Here is my php custom setting:

    max_execution_time = 1500
    max_input_time = 900
    memory limit = 512M
    post_max_size = 128
    upload_max_filesize = 512M
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Code:
    memory limit = 512M
    Missing underscore character?
     
    till likes this.
  3. JULINT

    JULINT Member

    Hi ,
    Thanks for your help
     

Share This Page