cli Cronjobs von Akeeba Backup und Dateiänderungsscanner Joomla 5 Fehler

Hallo,
das hier scheint eine Fehlermeldung einer anderen Erweiterung zu sein.
Code:
/homepages/35/d317320394/htdocs/mtm/plugins/system/edsanimate/edsanimate.php
Wie bereits erwähnt, liegt das an Akeeba und nicht an unserem Plugin.

Please Log in or Create an account to join the conversation.

Richtig, das kommt von einer anderen Erweiterung.
Deaktiviere ich diese funktioniert das Backup.

Danke für die schnelle Lösung Ihrerseits.
Damit wurde das Problem gelöst und das Ticket kann geschlossen werden.
Last Edit:1 year 1 month ago by Kartenladerl
Last edit: 1 year 1 month ago by Kartenladerl.

Please Log in or Create an account to join the conversation.

Da ist noch ein Fehler im Code:

plugins/system/uikit4/src/Extension/Uikit4.php

Rot markierte Stellen. uikit3

<?php
namespace Joomla\Plugin\System\Uikit4\Extension;
use Joomla\CMS\Factory;
use Joomla\CMS\Plugin\CMSPlugin;
// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects


final class Uikit4 extends CMSPlugin
{
function onBeforeCompileHead()
{
//var_dump(__FILE__);
$app = Factory::getApplication();
// only insert the script in the frontend
if ($app->isClient('site')) {
$document = Factory::getDocument();
$document->addStyleSheet('media/uikit3/css/uikit.css',array('version' => 'auto', 'relative' => true), array('defer' => 'defer'));
$document->addScript('media/uikit3/js/uikit.min.js',array('version' => 'auto', 'relative' => true), array('defer' => 'defer'));
$document->addScript('media/uikit3/js/uikit-icons.min.js',array('version' => 'auto', 'relative' => true), array('defer' => 'defer'));
}
}
public function onAfterDispatch()
{
}
}

Please Log in or Create an account to join the conversation.

Hallo, richtig unser Fehler.
Soeben gefixt! Bitte erneut herunterladen!

Please Log in or Create an account to join the conversation.

Installations-Service

Don´t waste your time, we install your purchased Template
with the "Demo Content" within the next 24 hours.

Buy Now - 59€

Joomlaplates/Theme-Point is not affiliated with or endorsed by Open Source Matters or the Joomla! Project

Copyright © 2024 JoomlaPlates | Professional Joomla Templates with Uikit 3

Disclaimer & Privacy | License