upload_max_filesize problem
Posted: Mon Jan 22, 2007 5:24 pm
Hi ,
I m PHP 5.2.0 / Apache
and I can't access php.ini
I try to update .htaccess
and added
>From the log file , i can see the error msg
No Error msg, but nothing change.
then I searched again ....
updated php code - ini_set()
which I got the same "2M" from the php code
anyone have any idea where should I go ? is this php5 problem ?
or i did something wrong ?
m3mn0n | Be sure to use BB code tags for code posted! Thanks!
I m PHP 5.2.0 / Apache
and I can't access php.ini
I try to update .htaccess
and added
However it will give me "Internal Server Error"php_value upload_max_filesize "25M"
php_value post_max_size "25M"
>From the log file , i can see the error msg
so I searched on web and try again.. and update the .htaccess[Mon Jan 22 14:57:57 2007] [alert] [client 127.0.0.1]
C:/work/www/Joomla-1.0.11_eCommerceEdition_VM-1.0.7/.htaccess: Invalid
command 'php_value', perhaps mis-spelled or defined by a module not
included in the server configuration, referer:
http://joomla/administrator/index2.php? ... ion=config
Code: Select all
<IfModule mod_php5.c>
php_value max_execution_time "60"
php_value upload_max_filesize "25M"
php_value post_max_size "25M"
</IfModule>then I searched again ....
updated php code - ini_set()
Code: Select all
print "b4 ".ini_get('upload_max_filesize');
ini_set("upload_max_filesize" , "10M");
print "<br/>after ".ini_get('upload_max_filesize');anyone have any idea where should I go ? is this php5 problem ?
or i did something wrong ?
m3mn0n | Be sure to use BB code tags for code posted! Thanks!