PHP 8.2.30
Preview: notes.txt Size: 1.29 KB
/var/softaculous/cake/notes.txt

1. PHP REQUIREMENT LINK: https://book.cakephp.org/5/en/installation.html and also check /vendor/composer/platform_check.php(Since 5.3.0, PHP requirement mentioned in the file is 8.4.0, hence we have kept the same in info.xml as, following error is thrown below PHP 8.4 i.e Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.4.0")(changed to php 8.2.0 in 5.3.2, as file mentions the same)
2. Set "DEBUG" true in  "config/app.php"
3. We have copied logs folder from older version inside our package. As it throws error.(Log folder added in version 4.0.2)
4. We have added database settings in app.php file explicitly in version 4.0.0 i.e,
'host' => '[[softdbhost]]',
'username' => '[[softbuser]]',
'password' => '[[softdbpass]]',
'database' => '[[softdb]]',
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.)
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)

Directory Contents

Dirs: 6 × Files: 10

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
php53 DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
php56 DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
php71 DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
php81 DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
php82 DIR
- drwxr-xr-x 2026-03-20 21:02:59
Edit Download
2.82 KB lrw-r--r-- 2025-06-24 10:56:08
Edit Download
12.86 MB lrw-r--r-- 2026-03-20 07:55:04
Edit Download
194 B lrw-r--r-- 2023-09-11 11:39:04
Edit Download
5.14 KB lrw-r--r-- 2026-03-20 08:08:08
Edit Download
3.09 KB lrw-r--r-- 2026-03-20 07:55:04
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.66 KB lrw-r--r-- 2026-03-20 08:08:08
Edit Download
214 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.57 KB lrw-r--r-- 2026-03-20 08:08:08
Edit Download
1.29 KB lrw-r--r-- 2026-02-26 12:12:04
Edit Download

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