Hi i hope this is the right place to ask such a question. VPS server connected though SSH I am trying to change the “upload_max_filesize†from 2MB to 20 MB. I found the PHP.ini file path using phpinfo n tht is “/usr/local/lib/php.ini†I had edited it but whatever I do the change is not affecting the phpinfo some lines from php.info Scan this dir for additional .ini files (none) additional .ini files parsed (none)
Hi, Try restarting your web server. Please check if the same php.ini is being used by giving this command. php -i | grep php.ini Have a good day
i had restarted so many times.. but it dint help me .. but ideamines php location finding comannd helped me .. it showed that there is a error in my php.ini file on 232 line. rectified that .. thanks .. now itz working perfectly