Mr.Combet Webshell
Your IP :
3.138.170.205
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
softaculous
/
cake
/
Edit File Name :
notes.txt
1. PHP REQUIREMENT LINK: https://book.cakephp.org/5/en/installation.html and also check /vendor/composer/platform_check.php 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)
Save