User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:install540 [2014/04/06 20:25]
joebordes [Install]
en:install540 [2015/10/24 18:49] (current)
Line 35: Line 35:
 |file_uploads|on| |file_uploads|on|
 |max_execution_time|600| |max_execution_time|600|
 +|max_input_vars|2000|
 +|post_max_size|16M|
 |memory_limit|512M| |memory_limit|512M|
 |log_errors|off| |log_errors|off|
Line 40: Line 42:
 |register_globals|off| |register_globals|off|
  
 +<WRAP center round info 75%>
 +If you have the PHP Suhosin extension installed, this extension adds restrictions to make PHP more secure, but some of these restrictions break coreBOS.
 +
 +To solve this problem you must change two variables in the suhosin config file: (normally: /​etc/​php5/​conf/​suhosin.ini)
 +
 +<​code>​suhosin.post.max_vars = 2000
 +suhosin.request.max_vars = 2000</​code>​
 +
 +After this you must restart your apache server.
 +</​WRAP>​
  
 ==== File Permissions ​ ==== ==== File Permissions ​ ====
Line 99: Line 111:
   * now wait for all the installation work to be done   * now wait for all the installation work to be done
   * if all goes well you should receive a verification page welcoming you to the application   * if all goes well you should receive a verification page welcoming you to the application
-  * press the start button to reach the login page+  * press the **Finish** ​button to reach the login page