Can't get max_post_size php variable set in lunar pages.
Posted
by Behrooz Karjooravary
on Stack Overflow
See other posts from Stack Overflow
or by Behrooz Karjooravary
Published on 2010-03-27T12:15:54Z
Indexed on
2010/03/27
12:23 UTC
Read the original article
Hit count: 398
I need to increase max post size and upload size for php to use the audio module of drupal. I read this has to be set in php.ini. However I don't think I have access to that file in lunar pages. I also read it can also be set in .htaccess. However it doesn't change anything.
I tried:
php_value post_max_size "40M"
php_value upload_max_filesize "40M"
i also tried:
php_value post_max_size 40M
php_value upload_max_filesize 40M
On localhost it says restart webserver. But this is not possible on shared host. Could that be the problem?
© Stack Overflow or respective owner