Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../cake
File: notes.txt
1. PHP REQUIREMENT LINK: https://book.cakephp.org/5/en/installation.html and also check /vendor/composer/platform_check.php
[0] Fix | Delete
2. Set "DEBUG" true in "config/app.php"
[1] Fix | Delete
3. We have copied logs folder from older version inside our package. As it throws error.(Log folder added in version 4.0.2)
[2] Fix | Delete
4. We have added database settings in app.php file explicitly in version 4.0.0 i.e,
[3] Fix | Delete
'host' => '[[softdbhost]]',
[4] Fix | Delete
'username' => '[[softbuser]]',
[5] Fix | Delete
'password' => '[[softdbpass]]',
[6] Fix | Delete
'database' => '[[softdb]]',
[7] Fix | Delete
as they were not present in version 4.0.0, and they are needed to connect to database. Please check in next version.(If not present add them below the line 'persistent' => false, under ORM settings in app.php file).(Not needed since 4.0.2 as script now uses app_local.php for configuration and provides way to configure database settings.)
[8] Fix | Delete
5. Use app_local.php and not app.php for configuring database settings in manual installation(As settings in app_local.php override settings in app.php)(Since version 4.0.2)
[9] Fix | Delete
[10] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function