trying to install 1.7 - fails on checksum

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
davout
Forum Members
Forum Members
Posts: 41
Joined: Wed Oct 28, 2009 9:46 pm

Re: trying to install 1.7 - fails on checksum

Post 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.
davout
Forum Members
Forum Members
Posts: 41
Joined: Wed Oct 28, 2009 9:46 pm

Re: trying to install 1.7 - fails on checksum

Post by davout »

... or setting this value to...

Code: Select all

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

Return to “[locked] Installation, Setup and Upgrade”