Hi,
While installing akeeba latest version from CLI using Joomla 4 CLI we got some warnings.
PHP Warning: is_file(): open_basedir restriction in effect. File(administrator/components/com_akeebabackup/engine/Postproc/idrivesync.json) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_file(): open_basedir restriction in effect. File(administrator/components/com_akeebabackup/engine/Postproc/Idrivesync.php) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_file(): open_basedir restriction in effect. File(administrator/components/com_akeebabackup/engine/Postproc/Connector/Idrivesync.php) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_file(): open_basedir restriction in effect. File(media/com_akeebabackup/js/piecon.js) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_file(): open_basedir restriction in effect. File(media/com_akeebabackup/js/piecon.min.js) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_file(): open_basedir restriction in effect. File(media/com_akeebabackup/js/piecon.min.js.map) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 670
PHP Warning: is_dir(): open_basedir restriction in effect. File(administrator/components/com_akeebabackup/pkatform/Joomla/Finalization) is not within the allowed path(s): (/path/to/site/) in /path/to/site/administrator/components/com_akeebabackup/src/Model/UpgradeModel.php on line 724
For what we can tell, the question seems to be in /administrator/components/com_akeebabackup/src/Model/UpgradeModel.php - some files in const REMOVE_FROM_ALL_VERSIONS not having the fullpath.
Thanks and best reggards