this has been bothering me for ages and after searching loads of answers and trying out suggestions I just can't get php_info() values to change on my localhost setup, or the related phpMyAdmin max file size.
So I have located the php file that phpinfo states is being loaded. I have changed the three parameters:
upload_max_filesize
post_max_size
memory_limit
Saved the file, restart apache and MySQL... reload the phpinfo() page... no changes.
I've also tried putting a .htaccess file in the web root folder with changes to these parameters. This is reflected in phpinfo in the local value (the master value still says 2M for max upload size), and then when i go to phpmyadmin the max upload size is still 2M...
I've looked for a php.ini file in c://windows as this is where phpinfo() states the master value is derived from. But no php.ini file there. So I created one with the values I wanted... no success!
Any ideas?! This is really annoying me!!
Thanks,
Jimme
ini_set()directly in php file. And make sure you are editing right php ini file. - VeeeneXE_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED- FosAvance