max_input_vars on 1.2.17

  • I'm trying to modify the php.ini master (need to phpmyadmin)and also for a single domain. for this value and does not work
    max_input_vars 5000
    in other versions I had worked in version 1.2.17 but not how.


    I read post:
    https://i-mscp.net/index.php/T…max-input-vars-but-where/


    and
    https://i-mscp.net/index.php/T…Listener-php-confoptions/


    I've searched the forum but can not find a solution, or not see.

  • @Piradoxlanieve



    If you need to modify the max_input_vars directive for PMA, you need to modify the php.ini which belongs to the control panel (/var/www/fcgi/master/php5/php.ini) and once done, restart the imscp_panel service. For your single domain (assuming you're talking about a customer's domain), you must modify the php.ini file which belongs to it and depending on the httpd server implementation you're using, restart the php5-fpm service or the apache2 service.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Piradoxlanieve



    If you need to modify the max_input_vars directive for PMA, you need to modify the php.ini which belongs to the control panel (/var/www/fcgi/master/php5/php.ini) and once done, restart the imscp_panel service. For your single domain (assuming you're talking about a customer's domain), you must modify the php.ini file which belongs to it and depending on the httpd server implementation you're using, restart the php5-fpm service or the apache2 service.

    I had modified the file (/var/www/fcgi/master/php5/php.ini) and had reloaded and restart the apache but not the imscp_panel service. I try thanks :)