Hi,
1.
I am trying to install fresh CI4, but unable due to error
Please, need advice!
2.
I think Manual installation is not complete in the User Guide. The are no mentions about dependencies like XDebug, Tokenizer extension of PHP and so on.
1.
I am trying to install fresh CI4, but unable due to error
Code:
SYSTEMPATH/ThirdParty/Kint/init.php at line 47
40 \define('KINT_PHP70', (\version_compare(PHP_VERSION, '7.0') >= 0));
41 \define('KINT_PHP72', (\version_compare(PHP_VERSION, '7.2') >= 0));
42 \define('KINT_PHP73', (\version_compare(PHP_VERSION, '7.3') >= 0));
43 \define('KINT_PHP74', (\version_compare(PHP_VERSION, '7.4') >= 0));
44
45 // Dynamic default settings
46 //Kint::$file_link_format = \ini_get('xdebug.file_link_format');
47 Kint::$file_link_format = 'xdebug://%[email protected]%l';
48 if (isset($_SERVER['DOCUMENT_ROOT'])) {
49 Kint::$app_root_dirs = array(
50 $_SERVER['DOCUMENT_ROOT'] => '<ROOT>',
51 \realpath($_SERVER['DOCUMENT_ROOT']) => '<ROOT>',
52 );
53 }
Xdebug already installed and xdebug.file_link_format = xdebug://%[email protected]%l is present in the php_ini.
Please, need advice!
2.
I think Manual installation is not complete in the User Guide. The are no mentions about dependencies like XDebug, Tokenizer extension of PHP and so on.