PHP 8.2.30
Preview: notes.txt Size: 1.12 KB
//proc/thread-self/root/proc/self/root/proc/thread-self/root/proc/self/root/var/softaculous/blesta/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/installation/#system-requirements

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

Directory Contents

Dirs: 6 × Files: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
php53 DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
php56 DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
php71 DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
php81 DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
php82 DIR
- drwxr-xr-x 2026-03-24 21:02:47
Edit Download
62.75 MB lrw-r--r-- 2026-03-24 07:33:44
Edit Download
802 B lrw-r--r-- 2026-03-24 07:33:44
Edit Download
129 B lrw-r--r-- 2023-08-31 09:05:56
Edit Download
19.14 KB lrw-r--r-- 2026-03-24 12:28:42
Edit Download
7.28 KB lrw-r--r-- 2026-03-24 07:33:44
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
14.74 KB lrw-r--r-- 2026-03-24 12:28:42
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
890 B lrw-r--r-- 2026-03-24 12:28:42
Edit Download
1.12 KB lrw-r--r-- 2026-01-07 10:54:08
Edit Download
7.97 KB lrw-r--r-- 2026-03-24 12:28:42
Edit Download
245 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
12.91 KB lrw-r--r-- 2026-01-07 10:54:08
Edit Download

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