Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../var/softacul.../conc
File: Notes.txt
1) Install twice i.e with and without sampledata and give the name of sql file accordingly.
[0] Fix | Delete
2) Copy the whole application/files folder from manual installed with sampledata and then make data.zip (DONT FORGET TO EMPTY the contents of cache folder)
[1] Fix | Delete
3) Please do not replace timestamp in fileversion table in sql. (There is no timestamp in fileversion table)
[2] Fix | Delete
4) Remove ENVIRONMENT_CACHE from the Config table. Concrete5 generates it.
[3] Fix | Delete
5) We have excluded the file "config/site_theme_paths.php" during upgrade becuase it has the user's customization and should not be overwritten.
[4] Fix | Delete
6) Add folowing line for language in concrete.php
[5] Fix | Delete
"locale" => "[[language]]", and
[6] Fix | Delete
"i18n" => array(
[7] Fix | Delete
"choose_language_login" => null
[8] Fix | Delete
)
[9] Fix | Delete
7) 5.6 to 5.7 Upgarde is not possible at the moment. ( Confimed with vendor ).
[10] Fix | Delete
8) Remove 'seen_introduction' => true from concrete.php
[11] Fix | Delete
9) Include /application/config/doctrine/ from manual with sample data to the zip (Make sure that there is proxies folder and php files inside it)
[12] Fix | Delete
10) If user forgets to login before upgrade then Login can be disabled by adding folliwing code in concrete.php ( This is only for our knowledge)
[13] Fix | Delete
[14] Fix | Delete
return array(
[15] Fix | Delete
'updates' => array(
[16] Fix | Delete
'enable_permissions_protection' => false
[17] Fix | Delete
)
[18] Fix | Delete
);
[19] Fix | Delete
10) PHP REQUIREMENT LINK: https://documentation.concrete5.org/developers/introduction/system-requirements
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function