Page 3 of 3

Re: trying to install 1.7 - fails on checksum

Posted: Wed Apr 21, 2010 9:20 pm
by davout
I looked at the 'htaccess' file. 

The original entry was...

Code: Select all

    php_value post_max_size 10M
When I change this to....

Code: Select all

    php_value post_max_size 10000000
... I can now get past the test page onto the 'Checking permissions and PHP settings' page.  I'll run the full install tomorrow to confirm that everything works.

Thanks to all those positive contributors.

Re: trying to install 1.7 - fails on checksum

Posted: Wed Apr 21, 2010 9:33 pm
by davout
... or setting this value to...

Code: Select all

    php_value post_max_size "12M"
.  ... also works.