Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../blesta
File: notes.txt
1. We add "admin_login::setup" in the below line in _blesta.php in our package.
[0] Fix | Delete
Configure::set("Blesta.csrf_bypass", array("admin_login::setup"));
[1] Fix | Delete
[2] Fix | Delete
2. We have purposely kept one blank line in "blesta_install.input" and in "blesta_install2.input" files because since version 4.8.0 'port' => '{database_port}' has become compulsory input parameter for install and this value may vary from server to server hence we have kept it blank.
[3] Fix | Delete
[4] Fix | Delete
3. Blesta releases Patch for different PHP versions to support ioncube encoding. Kindly check and update in every version.
[5] Fix | Delete
if(sversion_compare(sphpversion(), '7.0', '>=')){
[6] Fix | Delete
if(file_exists($software['path'].'/patch/php7hotfix.zip')){
[7] Fix | Delete
if(!sunzip($software['path'].'/patch/php7hotfix.zip', $__settings['softpath'].'/app/')){
[8] Fix | Delete
$error[] = 'Could not unzip the php7hotfix.zip';
[9] Fix | Delete
}
[10] Fix | Delete
}
[11] Fix | Delete
}
[12] Fix | Delete
*Please note that, Since Blesta 4.6.0 the above patches are needed only if Ioncube version is less than 10.1.0.(We have handled this in install.php)
[13] Fix | Delete
[14] Fix | Delete
4. PHP REQUIREMENT LINK: https://docs.blesta.com/display/user/Requirements
[15] Fix | Delete
[16] Fix | Delete
5. Json extension requirement added because blesta installer needs json_decode function.
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function