PHP 8.2.30
Preview: notes.txt Size: 1.12 KB
/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/var/softaculous/blesta4/notes.txt

1. We add "admin_login::setup" in the below line in _blesta.php in our package.
Configure::set("Blesta.csrf_bypass", array("admin_login::setup"));

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. Blesta releases Patch for different PHP versions to support ioncube encoding. Kindly check and update in every version.
	if(sversion_compare(sphpversion(), '7.0', '>=')){
		if(file_exists($software['path'].'/patch/php7hotfix.zip')){
			if(!sunzip($software['path'].'/patch/php7hotfix.zip', $__settings['softpath'].'/app/')){
					$error[] = 'Could not unzip the php7hotfix.zip';
			}
		}
	}
*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)

4. PHP REQUIREMENT LINK: https://docs.blesta.com/display/user/Requirements

5. Json extension requirement added because blesta installer needs json_decode function.

Directory Contents

Dirs: 6 × Files: 16

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
patch DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:33:58
Edit Download
4.96 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
433 B lrw-r--r-- 2022-01-05 09:54:26
Edit Download
38.23 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
101 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
13.10 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
7.17 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
11.47 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
1011 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
246 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
17.36 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
1.12 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
520 B lrw-r--r-- 2022-01-05 09:54:26
Edit Download
9.37 KB lrw-r--r-- 2022-09-21 09:48:30
Edit Download
245 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
11.41 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).