EXTREMELY IMPORTANT: Please attach a ZIP file containing your Akeeba Backup log file in order for us to help you with any backup or restoration issue. If the file is over 10MiB, please upload it on your server and post a link to it.
Hi, I have a script which is running as a cronjob to backup my site automatically. The script still working on another hoster company (hosteurope.com), but not on my joomla installations on all-inkl. com
This is the script
#<?php
exec("/usr/bin/php /www/htdocs/w012c22d/venture-royale-club.de/cli/joomla.php akeeba:backup:take 2>&1", $out, $result);
echo "Returncode: " .$result ."<br>";
echo "Ausgabe des Scripts: " ."<br>";
echo "<pre>"; print_r($out);
?>
and this is the error code I get
Returncode: 255
Ausgabe des Scripts:
Array ( [0] => ParseError {#466 [1] => #message: "syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)" [2] => #code: 0 [3] => #file: "./plugins/system/admintools/src/Feature/DoNoCreateNewAdmins.php" [4] => #line: 24 [5] => trace: { [6] => ./plugins/system/admintools/src/Feature/DoNoCreateNewAdmins.php:24 { [7] => Composer\Autoload\includeFile($file) [8] => › /** @var array Groups that are forbidden to have their details modified */ [9] => › protected array $groups_backend = []; [10] => › [11] => } [12] => ./libraries/vendor/composer/ClassLoader.php:344 { …} [13] => ./libraries/src/Autoload/ClassLoader.php:59 { …} [14] => Joomla\CMS\Autoload\ClassLoader->loadClass() {} [15] => spl_autoload_call() {} [16] => ./plugins/system/admintools/src/Extension/AdminTools.php:597 { …} [17] => ./plugins/system/admintools/src/Extension/AdminTools.php:590 { …} [18] => ./plugins/system/admintools/src/Extension/AdminTools.php:168 { …} [19] => ./plugins/system/admintools/services/provider.php:44 { …} [20] => ./libraries/vendor/joomla/di/src/ContainerResource.php:182 { …} [21] => ./libraries/vendor/joomla/di/src/Container.php:96 { …} [22] => ./libraries/src/Extension/ExtensionManagerTrait.php:177 { …} [23] => ./libraries/src/Extension/ExtensionManagerTrait.php:99 { …} [24] => ./libraries/src/Plugin/PluginHelper.php:232 { …} [25] => ./libraries/src/Plugin/PluginHelper.php:192 { …} [26] => ./libraries/src/Application/ConsoleApplication.php:256 { …} [27] => ./cli/joomla.php:76 { …} [28] => } [29] => } )
https://www.venture-royale-club.de/Akeeba Backup Debug Log.txt
Thank you for your help