slide countdown e highlist modulo aggiornato 5 v

This commit is contained in:
2025-01-03 18:30:52 +01:00
parent 8779fa0b74
commit 024ea6956d
37 changed files with 1965 additions and 282 deletions

View File

@ -11,7 +11,8 @@
onchange="this.form.submit();">
<option value="">JOPTION_SELECT_PUBLISHED</option>
</field>
<field name="etichetta" type="sql" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_ETICHETTA" query="SELECT `nome` AS `nome`, `nome` AS val FROM `#__highlights_etichetta`" header="COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA_FILTER" key_field="nome" value_field="val" class="inputbox" onchange="this.form.submit()" translate="true"/>
</fields>

View File

@ -17,13 +17,35 @@
<field name="titolo" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TITOLO" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_TITOLO" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TITOLO"/>
<field name="sottotitolo" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_SOTTOTITOLO" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_SOTTOTITOLO" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_SOTTOTITOLO"/>
<field name="descrizione" editor="|" buttons="false" filter="JComponentHelper::filterText" type="editor" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DESCRIZIONE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DESCRIZIONE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DESCRIZIONE"/>
<field name="lingua" client="administrator" type="language" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINGUA" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA"/>
<field name="link_pulsante" validate="url" type="url" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PULSANTE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE"/>
<field name="lingua" type="contentlanguage" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINGUA" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA">
<option value="*">JALL</option>
</field>
<field name="link_pulsante" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PULSANTE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE"/>
<field name="link_pdf" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PDF" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PDF" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PDF"/>
<field name="testo_pulsante" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TESTO_PULSANTE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_TESTO_PULSANTE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TESTO_PULSANTE"/>
<field name="data" class="inputbox" format="%Y-%m-%d" timeformat="12" filter="server_utc" translateformat="false" showtime="false" singleheader="false" todaybutton="false" weeknumbers="false" filltable="false" type="calendar" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA"/>
<field name="classe" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE"/>
<field name="data"
class="inputbox"
format="%Y-%m-%d %H:%M"
timeformat="24"
filter="server_utc"
translateformat="false"
showtime="true"
singleheader="false"
todaybutton="true"
weeknumbers="false"
filltable="false"
type="calendar"
label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA"
description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA"
hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA"/>
<field name="immagine_main" directory="" type="media" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_MAIN" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_MAIN" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_MAIN"/>
<field name="immagine_secondaria" directory="" type="media" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_SECONDARIA" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_SECONDARIA" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_SECONDARIA"/>
<field name="classe" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE"/>
<field name="colore_testo" default="00000" format="hex" type="color" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO"/>
<field name="colore_sfondo" default="00000" format="hex" type="color" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO"/>
<field name="opacita" filter="safehtml" type="text" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_OPACITA" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_OPACITA" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_OPACITA"/>
<field name="colore_sfondo_bottone" default="00000" format="hex" type="color" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO_BOTTONE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO_BOTTONE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO_BOTTONE"/>
<field name="colore_testo_bottone" default="00000" format="hex" type="color" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO_BOTTONE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO_BOTTONE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO_BOTTONE"/>
<field name="data_inizio_pubblicazione" class="inputbox" format="%Y-%m-%d" timeformat="12" filter="server_utc" translateformat="false" showtime="false" singleheader="false" todaybutton="false" weeknumbers="false" filltable="false" type="calendar" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE"/>
<field name="data_fine_pubblicazione" class="inputbox" format="%Y-%m-%d" timeformat="12" filter="server_utc" translateformat="false" showtime="false" singleheader="false" todaybutton="false" weeknumbers="false" filltable="false" type="calendar" label="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_FINE_PUBBLICAZIONE" description="COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA_FINE_PUBBLICAZIONE" hint="COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_FINE_PUBBLICAZIONE"/>
<field name="version_note" type="text" label="JGLOBAL_FIELD_VERSION_NOTE_LABEL" description="JGLOBAL_FIELD_VERSION_NOTE_DESC" class="inputbox" size="45" labelclass="control-label"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="4.0" method="upgrade">
<name>com_highlights</name>
<creationDate>2024-12-31</creationDate>
<creationDate>2025-01-03</creationDate>
<copyright>2024 Eddy Prosperi</copyright>
<license>GNU General Public License versione 2 o successiva; vedi LICENSE.txt</license>
<author>Eddy Prosperi</author>

View File

@ -11,13 +11,19 @@ CREATE TABLE IF NOT EXISTS `#__highlights_` (
`titolo` VARCHAR(255) NULL DEFAULT "",
`sottotitolo` VARCHAR(255) NULL DEFAULT "",
`descrizione` TEXT NULL ,
`lingua` VARCHAR(5) NULL DEFAULT "",
`lingua` VARCHAR(255) NULL DEFAULT "",
`link_pulsante` VARCHAR(255) NULL DEFAULT "",
`link_pdf` VARCHAR(255) NULL DEFAULT "",
`testo_pulsante` VARCHAR(255) NULL DEFAULT "",
`data` DATETIME NULL DEFAULT NULL ,
`classe` VARCHAR(255) NULL DEFAULT "",
`immagine_main` TEXT NULL ,
`immagine_secondaria` TEXT NULL ,
`classe` VARCHAR(255) NULL DEFAULT "",
`colore_testo` VARCHAR(22) NULL DEFAULT "00000",
`colore_sfondo` VARCHAR(22) NULL DEFAULT "00000",
`opacita` VARCHAR(255) NULL DEFAULT "",
`colore_sfondo_bottone` VARCHAR(22) NULL DEFAULT "00000",
`colore_testo_bottone` VARCHAR(22) NULL DEFAULT "00000",
`data_inizio_pubblicazione` DATETIME NULL DEFAULT NULL ,
`data_fine_pubblicazione` DATETIME NULL DEFAULT NULL ,
PRIMARY KEY (`id`)
@ -27,8 +33,6 @@ PRIMARY KEY (`id`)
,KEY `idx_modified_by` (`modified_by`)
) DEFAULT COLLATE=utf8mb4_unicode_ci;
CREATE INDEX `#__highlights__etichetta` ON `#__highlights_`(`etichetta`);
CREATE TABLE IF NOT EXISTS `#__highlights_etichetta` (
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,

View File

@ -51,11 +51,17 @@ class HighlightsModel extends ListModel
'descrizione', 'a.descrizione',
'lingua', 'a.lingua',
'link_pulsante', 'a.link_pulsante',
'link_pdf', 'a.link_pdf',
'testo_pulsante', 'a.testo_pulsante',
'data', 'a.data',
'classe', 'a.classe',
'immagine_main', 'a.immagine_main',
'immagine_secondaria', 'a.immagine_secondaria',
'classe', 'a.classe',
'colore_testo', 'a.colore_testo',
'colore_sfondo', 'a.colore_sfondo',
'opacita', 'a.opacita',
'colore_sfondo_bottone', 'a.colore_sfondo_bottone',
'colore_testo_bottone', 'a.colore_testo_bottone',
'data_inizio_pubblicazione', 'a.data_inizio_pubblicazione',
'data_fine_pubblicazione', 'a.data_fine_pubblicazione',
);
@ -193,6 +199,14 @@ class HighlightsModel extends ListModel
}
}
// Filtering etichetta
$filter_etichetta = $this->state->get("filter.etichetta");
if ($filter_etichetta !== null && !empty($filter_etichetta))
{
$query->where("a.`etichetta` = '".$db->escape($filter_etichetta)."'");
}
// Add the list ordering clause.
$orderCol = $this->state->get('list.ordering', 'id');
$orderDirn = $this->state->get('list.direction', 'ASC');

View File

@ -39,9 +39,9 @@ HTMLHelper::_('bootstrap.tooltip');
<?php echo $this->form->renderField('descrizione'); ?>
<?php echo $this->form->renderField('lingua'); ?>
<?php echo $this->form->renderField('link_pulsante'); ?>
<?php echo $this->form->renderField('link_pdf'); ?>
<?php echo $this->form->renderField('testo_pulsante'); ?>
<?php echo $this->form->renderField('data'); ?>
<?php echo $this->form->renderField('classe'); ?>
</fieldset>
</div>
</div>
@ -57,6 +57,21 @@ HTMLHelper::_('bootstrap.tooltip');
</div>
</div>
<?php echo HTMLHelper::_('uitab.endTab'); ?>
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'Stile', Text::_('COM_HIGHLIGHTS_TAB_STILE', true)); ?>
<div class="row-fluid">
<div class="col-md-12 form-horizontal">
<fieldset class="adminform">
<legend><?php echo Text::_('COM_HIGHLIGHTS_FIELDSET_STILE'); ?></legend>
<?php echo $this->form->renderField('classe'); ?>
<?php echo $this->form->renderField('colore_testo'); ?>
<?php echo $this->form->renderField('colore_sfondo'); ?>
<?php echo $this->form->renderField('opacita'); ?>
<?php echo $this->form->renderField('colore_sfondo_bottone'); ?>
<?php echo $this->form->renderField('colore_testo_bottone'); ?>
</fieldset>
</div>
</div>
<?php echo HTMLHelper::_('uitab.endTab'); ?>
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'Pubblicazione', Text::_('COM_HIGHLIGHTS_TAB_PUBBLICAZIONE', true)); ?>
<div class="row-fluid">
<div class="col-md-12 form-horizontal">

View File

@ -1,4 +1,5 @@
<?php
/**
* @version CVS: 1.0.0
* @package Com_Highlights
@ -25,7 +26,7 @@ HTMLHelper::_('behavior.multiselect');
// Import CSS
$wa = $this->document->getWebAssetManager();
$wa->useStyle('com_highlights.admin')
->useScript('com_highlights.admin');
->useScript('com_highlights.admin');
$user = Factory::getApplication()->getIdentity();
$userId = $user->get('id');
@ -35,8 +36,7 @@ $canOrder = $user->authorise('core.edit.state', 'com_highlights');
$saveOrder = $listOrder == 'a.ordering';
if (!empty($saveOrder))
{
if (!empty($saveOrder)) {
$saveOrderingUrl = 'index.php?option=com_highlights&task=highlights.saveOrderAjax&tmpl=component&' . Session::getFormToken() . '=1';
HTMLHelper::_('draggablelist.draggable');
}
@ -44,129 +44,121 @@ if (!empty($saveOrder))
?>
<form action="<?php echo Route::_('index.php?option=com_highlights&view=highlights'); ?>" method="post"
name="adminForm" id="adminForm">
name="adminForm" id="adminForm">
<div class="row">
<div class="col-md-12">
<div id="j-main-container" class="j-main-container">
<?php echo LayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<?php echo LayoutHelper::render('joomla.searchtools.default', array('view' => $this)); ?>
<div class="clearfix"></div>
<table class="table table-striped" id="highlightList">
<thead>
<tr>
<th class="w-1 text-center">
<input type="checkbox" autocomplete="off" class="form-check-input" name="checkall-toggle" value=""
title="<?php echo Text::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)"/>
</th>
<?php if (isset($this->items[0]->ordering)): ?>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<tr>
<th class="w-1 text-center">
<input type="checkbox" autocomplete="off" class="form-check-input" name="checkall-toggle" value=""
title="<?php echo Text::_('JGLOBAL_CHECK_ALL'); ?>" onclick="Joomla.checkAll(this)" />
</th>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<?php if (isset($this->items[0]->ordering)): ?>
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
</th>
<?php endif; ?>
<?php echo HTMLHelper::_('searchtools.sort', '', 'a.ordering', $listDirn, $listOrder, null, 'asc', 'JGRID_HEADING_ORDERING', 'icon-menu-2'); ?>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
</th>
<th class='left'>
<?php echo HTMLHelper::_('searchtools.sort', 'COM_HIGHLIGHTS_HIGHLIGHTS_TITOLO', 'a.titolo', $listDirn, $listOrder); ?>
</th>
<th class='left'>
<?php echo HTMLHelper::_('searchtools.sort', 'COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA', 'a.etichetta', $listDirn, $listOrder); ?>
</th>
<th scope="col" class="w-3 d-none d-lg-table-cell" >
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ID', 'a.id', $listDirn, $listOrder); ?> </th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="<?php echo isset($this->items[0]) ? count(get_object_vars($this->items[0])) : 10; ?>">
<?php echo $this->pagination->getListFooter(); ?>
</td>
</tr>
</tfoot>
<tbody <?php if (!empty($saveOrder)) :?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>" <?php endif; ?>>
<?php foreach ($this->items as $i => $item) :
$ordering = ($listOrder == 'a.ordering');
$canCreate = $user->authorise('core.create', 'com_highlights');
$canEdit = $user->authorise('core.edit', 'com_highlights');
$canCheckin = $user->authorise('core.manage', 'com_highlights');
$canChange = $user->authorise('core.edit.state', 'com_highlights');
?>
<tr class="row<?php echo $i % 2; ?>" data-draggable-group='1' data-transition>
<td class="text-center">
<?php echo HTMLHelper::_('grid.id', $i, $item->id); ?>
</td>
<?php if (isset($this->items[0]->ordering)) : ?>
<td class="text-center d-none d-md-table-cell">
<?php
$iconClass = '';
if (!$canChange)
{
$iconClass = ' inactive';
}
elseif (!$saveOrder)
{
$iconClass = ' inactive" title="' . Text::_('JORDERINGDISABLED');
} ?> <span class="sortable-handler<?php echo $iconClass ?>">
<span class="icon-ellipsis-v" aria-hidden="true"></span>
</span>
<?php if ($canChange && $saveOrder) : ?>
<input type="text" name="order[]" size="5" value="<?php echo $item->ordering; ?>" class="width-20 text-area-order hidden">
<?php endif; ?>
</td>
</th>
<?php endif; ?>
<td class="text-center">
<?php echo HTMLHelper::_('jgrid.published', $item->state, $i, 'highlights.', $canChange, 'cb'); ?>
</td>
<td>
<?php if (isset($item->checked_out) && $item->checked_out && ($canEdit || $canChange)) : ?>
<?php echo HTMLHelper::_('jgrid.checkedout', $i, $item->uEditor, $item->checked_out_time, 'highlights.', $canCheckin); ?>
<?php endif; ?>
<?php if ($canEdit) : ?>
<a href="<?php echo Route::_('index.php?option=com_highlights&task=highlight.edit&id='.(int) $item->id); ?>">
<?php echo $this->escape($item->titolo); ?>
</a>
<?php else : ?>
<?php echo $this->escape($item->titolo); ?>
<?php endif; ?>
</td>
<td>
<?php echo $item->etichetta; ?>
</td>
<td class="d-none d-lg-table-cell">
<?php echo $item->id; ?>
</td>
<th scope="col" class="w-1 text-center">
<?php echo HTMLHelper::_('searchtools.sort', 'JSTATUS', 'a.state', $listDirn, $listOrder); ?>
</th>
<th class='left'>
<?php echo HTMLHelper::_('searchtools.sort', 'COM_HIGHLIGHTS_HIGHLIGHTS_TITOLO', 'a.titolo', $listDirn, $listOrder); ?>
</th>
<th class='left'>
<?php echo HTMLHelper::_('searchtools.sort', 'COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA', 'a.etichetta', $listDirn, $listOrder); ?>
</th>
<th scope="col" class="w-3 d-none d-lg-table-cell">
<?php echo HTMLHelper::_('searchtools.sort', 'JGRID_HEADING_ID', 'a.id', $listDirn, $listOrder); ?> </th>
</tr>
<?php endforeach; ?>
</thead>
<tfoot>
<tr>
<td colspan="<?php echo isset($this->items[0]) ? count(get_object_vars($this->items[0])) : 10; ?>">
<?php echo $this->pagination->getListFooter(); ?>
</td>
</tr>
</tfoot>
<tbody <?php if (!empty($saveOrder)) : ?> class="js-draggable" data-url="<?php echo $saveOrderingUrl; ?>" data-direction="<?php echo strtolower($listDirn); ?>" <?php endif; ?>>
<?php foreach ($this->items as $i => $item) :
$ordering = ($listOrder == 'a.ordering');
$canCreate = $user->authorise('core.create', 'com_highlights');
$canEdit = $user->authorise('core.edit', 'com_highlights');
$canCheckin = $user->authorise('core.manage', 'com_highlights');
$canChange = $user->authorise('core.edit.state', 'com_highlights');
?>
<tr class="row<?php echo $i % 2; ?>" data-draggable-group='1' data-transition>
<td class="text-center">
<?php echo HTMLHelper::_('grid.id', $i, $item->id); ?>
</td>
<?php if (isset($this->items[0]->ordering)) : ?>
<td class="text-center d-none d-md-table-cell">
<?php
$iconClass = '';
if (!$canChange) {
$iconClass = ' inactive';
} elseif (!$saveOrder) {
$iconClass = ' inactive" title="' . Text::_('JORDERINGDISABLED');
} ?> <span class="sortable-handler<?php echo $iconClass ?>">
<span class="icon-ellipsis-v" aria-hidden="true"></span>
</span>
<?php if ($canChange && $saveOrder) : ?>
<input type="text" name="order[]" size="5" value="<?php echo $item->ordering; ?>" class="width-20 text-area-order hidden">
<?php endif; ?>
</td>
<?php endif; ?>
<td class="text-center">
<?php echo HTMLHelper::_('jgrid.published', $item->state, $i, 'highlights.', $canChange, 'cb'); ?>
</td>
<td>
<?php if (isset($item->checked_out) && $item->checked_out && ($canEdit || $canChange)) : ?>
<?php echo HTMLHelper::_('jgrid.checkedout', $i, $item->uEditor, $item->checked_out_time, 'highlights.', $canCheckin); ?>
<?php endif; ?>
<?php if ($canEdit) : ?>
<a href="<?php echo Route::_('index.php?option=com_highlights&task=highlight.edit&id=' . (int) $item->id); ?>">
<?php echo $this->escape($item->titolo); ?>
</a>
<?php else : ?>
<?php echo $this->escape($item->titolo); ?>
<?php endif; ?>
</td>
<td>
<?php echo $item->etichetta; ?>
</td>
<td class="d-none d-lg-table-cell">
<?php if ($canEdit) : ?>
<a href="<?php echo Route::_('index.php?option=com_highlights&task=highlight.edit&id=' . (int) $item->id); ?>">
<?php echo $this->escape($item->id); ?>
</a>
<?php else : ?>
<?php echo $this->escape($item->id); ?>
<?php endif; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<input type="hidden" name="task" value=""/>
<input type="hidden" name="boxchecked" value="0"/>
<input type="hidden" name="list[fullorder]" value="<?php echo $listOrder; ?> <?php echo $listDirn; ?>"/>
<input type="hidden" name="task" value="" />
<input type="hidden" name="boxchecked" value="0" />
<input type="hidden" name="list[fullorder]" value="<?php echo $listOrder; ?> <?php echo $listDirn; ?>" />
<?php echo HTMLHelper::_('form.token'); ?>
</div>
</div>

View File

@ -46,16 +46,24 @@ COM_HIGHLIGHTS_HIGHLIGHTS_CHECKED_OUT_TIME = "N/A"
COM_HIGHLIGHTS_HIGHLIGHTS_CREATED_BY = "Created by"
COM_HIGHLIGHTS_HIGHLIGHTS_MODIFIED_BY = "Modified by"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA = "Etichetta"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA_FILTER = "- Select Etichetta -"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA_FILTER_DEFAULT_OPTION = "- Please select Etichetta"
COM_HIGHLIGHTS_HIGHLIGHTS_TITOLO = "Titolo"
COM_HIGHLIGHTS_HIGHLIGHTS_SOTTOTITOLO = "Sottotitolo"
COM_HIGHLIGHTS_HIGHLIGHTS_DESCRIZIONE = "Descrizione"
COM_HIGHLIGHTS_HIGHLIGHTS_LINGUA = "Lingua"
COM_HIGHLIGHTS_HIGHLIGHTS_LINK_PULSANTE = "Link Pulsante"
COM_HIGHLIGHTS_HIGHLIGHTS_LINK_PDF = "Link Pdf"
COM_HIGHLIGHTS_HIGHLIGHTS_TESTO_PULSANTE = "Testo Pulsante"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA = "Data"
COM_HIGHLIGHTS_HIGHLIGHTS_CLASSE = "Classe"
COM_HIGHLIGHTS_HIGHLIGHTS_IMMAGINE_MAIN = "Immagine Main"
COM_HIGHLIGHTS_HIGHLIGHTS_IMMAGINE_SECONDARIA = "Immagine Secondaria"
COM_HIGHLIGHTS_HIGHLIGHTS_CLASSE = "Classe"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_TESTO = "Colore Testo"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_SFONDO = "Colore Sfondo"
COM_HIGHLIGHTS_HIGHLIGHTS_OPACITA = "Opacita"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_SFONDO_BOTTONE = "Colore Sfondo Bottone"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_TESTO_BOTTONE = "Colore Testo Bottone"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE = "Data Inizio Pubblicazione"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE = "Data Fine Pubblicazione"
COM_HIGHLIGHTS_TITLE_ETICHETTE = "Etichette"
@ -81,11 +89,17 @@ COM_HIGHLIGHTS_SOTTOTITOLO_DESC = "Sottotitolo Descending"
COM_HIGHLIGHTS_DESCRIZIONE_DESC = "Descrizione Descending"
COM_HIGHLIGHTS_LINGUA_DESC = "Lingua Descending"
COM_HIGHLIGHTS_LINK_PULSANTE_DESC = "Link Pulsante Descending"
COM_HIGHLIGHTS_LINK_PDF_DESC = "Link Pdf Descending"
COM_HIGHLIGHTS_TESTO_PULSANTE_DESC = "Testo Pulsante Descending"
COM_HIGHLIGHTS_DATA_DESC = "Data Descending"
COM_HIGHLIGHTS_CLASSE_DESC = "Classe Descending"
COM_HIGHLIGHTS_IMMAGINE_MAIN_DESC = "Immagine Main Descending"
COM_HIGHLIGHTS_IMMAGINE_SECONDARIA_DESC = "Immagine Secondaria Descending"
COM_HIGHLIGHTS_CLASSE_DESC = "Classe Descending"
COM_HIGHLIGHTS_COLORE_TESTO_DESC = "Colore Testo Descending"
COM_HIGHLIGHTS_COLORE_SFONDO_DESC = "Colore Sfondo Descending"
COM_HIGHLIGHTS_OPACITA_DESC = "Opacita Descending"
COM_HIGHLIGHTS_COLORE_SFONDO_BOTTONE_DESC = "Colore Sfondo Bottone Descending"
COM_HIGHLIGHTS_COLORE_TESTO_BOTTONE_DESC = "Colore Testo Bottone Descending"
COM_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE_DESC = "Data Inizio Pubblicazione Descending"
COM_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE_DESC = "Data Fine Pubblicazione Descending"
COM_HIGHLIGHTS_NOME_DESC = "Nome Descending"
@ -102,11 +116,17 @@ COM_HIGHLIGHTS_SOTTOTITOLO_ASC = "Sottotitolo Ascending"
COM_HIGHLIGHTS_DESCRIZIONE_ASC = "Descrizione Ascending"
COM_HIGHLIGHTS_LINGUA_ASC = "Lingua Ascending"
COM_HIGHLIGHTS_LINK_PULSANTE_ASC = "Link Pulsante Ascending"
COM_HIGHLIGHTS_LINK_PDF_ASC = "Link Pdf Ascending"
COM_HIGHLIGHTS_TESTO_PULSANTE_ASC = "Testo Pulsante Ascending"
COM_HIGHLIGHTS_DATA_ASC = "Data Ascending"
COM_HIGHLIGHTS_CLASSE_ASC = "Classe Ascending"
COM_HIGHLIGHTS_IMMAGINE_MAIN_ASC = "Immagine Main Ascending"
COM_HIGHLIGHTS_IMMAGINE_SECONDARIA_ASC = "Immagine Secondaria Ascending"
COM_HIGHLIGHTS_CLASSE_ASC = "Classe Ascending"
COM_HIGHLIGHTS_COLORE_TESTO_ASC = "Colore Testo Ascending"
COM_HIGHLIGHTS_COLORE_SFONDO_ASC = "Colore Sfondo Ascending"
COM_HIGHLIGHTS_OPACITA_ASC = "Opacita Ascending"
COM_HIGHLIGHTS_COLORE_SFONDO_BOTTONE_ASC = "Colore Sfondo Bottone Ascending"
COM_HIGHLIGHTS_COLORE_TESTO_BOTTONE_ASC = "Colore Testo Bottone Ascending"
COM_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE_ASC = "Data Inizio Pubblicazione Ascending"
COM_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE_ASC = "Data Fine Pubblicazione Ascending"
COM_HIGHLIGHTS_NOME_ASC = "Nome Ascending"
@ -141,18 +161,32 @@ COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA = "Lingua"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINGUA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE = "Link Pulsante"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PULSANTE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PDF = "Link Pdf"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PDF = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TESTO_PULSANTE = "Testo Pulsante"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_TESTO_PULSANTE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA = "Data"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE = "Classe"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_MAIN = "Immagine Main"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_MAIN = ""
COM_HIGHLIGHTS_TAB_IMMAGINI = "Immagini"
COM_HIGHLIGHTS_FIELDSET_IMMAGINI = "Immagini"
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_SECONDARIA = "Immagine Secondaria"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_SECONDARIA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE = "Classe"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE = ""
COM_HIGHLIGHTS_TAB_STILE = "Stile"
COM_HIGHLIGHTS_FIELDSET_STILE = "Stile"
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO = "Colore Testo"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO = "Colore Sfondo"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_OPACITA = "Opacita"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_OPACITA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO_BOTTONE = "Colore Sfondo Bottone"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO_BOTTONE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO_BOTTONE = "Colore Testo Bottone"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO_BOTTONE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE = "Data Inizio Pubblicazione"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE = ""
COM_HIGHLIGHTS_TAB_PUBBLICAZIONE = "Pubblicazione"

View File

@ -46,16 +46,24 @@ COM_HIGHLIGHTS_HIGHLIGHTS_CHECKED_OUT_TIME = "N/A"
COM_HIGHLIGHTS_HIGHLIGHTS_CREATED_BY = "Created by"
COM_HIGHLIGHTS_HIGHLIGHTS_MODIFIED_BY = "Modified by"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA = "Etichetta"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA_FILTER = "- Select Etichetta -"
COM_HIGHLIGHTS_HIGHLIGHTS_ETICHETTA_FILTER_DEFAULT_OPTION = "- Please select Etichetta"
COM_HIGHLIGHTS_HIGHLIGHTS_TITOLO = "Titolo"
COM_HIGHLIGHTS_HIGHLIGHTS_SOTTOTITOLO = "Sottotitolo"
COM_HIGHLIGHTS_HIGHLIGHTS_DESCRIZIONE = "Descrizione"
COM_HIGHLIGHTS_HIGHLIGHTS_LINGUA = "Lingua"
COM_HIGHLIGHTS_HIGHLIGHTS_LINK_PULSANTE = "Link Pulsante"
COM_HIGHLIGHTS_HIGHLIGHTS_LINK_PDF = "Link Pdf"
COM_HIGHLIGHTS_HIGHLIGHTS_TESTO_PULSANTE = "Testo Pulsante"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA = "Data"
COM_HIGHLIGHTS_HIGHLIGHTS_CLASSE = "Classe"
COM_HIGHLIGHTS_HIGHLIGHTS_IMMAGINE_MAIN = "Immagine Main"
COM_HIGHLIGHTS_HIGHLIGHTS_IMMAGINE_SECONDARIA = "Immagine Secondaria"
COM_HIGHLIGHTS_HIGHLIGHTS_CLASSE = "Classe"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_TESTO = "Colore Testo"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_SFONDO = "Colore Sfondo"
COM_HIGHLIGHTS_HIGHLIGHTS_OPACITA = "Opacita"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_SFONDO_BOTTONE = "Colore Sfondo Bottone"
COM_HIGHLIGHTS_HIGHLIGHTS_COLORE_TESTO_BOTTONE = "Colore Testo Bottone"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE = "Data Inizio Pubblicazione"
COM_HIGHLIGHTS_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE = "Data Fine Pubblicazione"
COM_HIGHLIGHTS_TITLE_ETICHETTE = "Etichette"
@ -81,11 +89,17 @@ COM_HIGHLIGHTS_SOTTOTITOLO_DESC = "Sottotitolo Descending"
COM_HIGHLIGHTS_DESCRIZIONE_DESC = "Descrizione Descending"
COM_HIGHLIGHTS_LINGUA_DESC = "Lingua Descending"
COM_HIGHLIGHTS_LINK_PULSANTE_DESC = "Link Pulsante Descending"
COM_HIGHLIGHTS_LINK_PDF_DESC = "Link Pdf Descending"
COM_HIGHLIGHTS_TESTO_PULSANTE_DESC = "Testo Pulsante Descending"
COM_HIGHLIGHTS_DATA_DESC = "Data Descending"
COM_HIGHLIGHTS_CLASSE_DESC = "Classe Descending"
COM_HIGHLIGHTS_IMMAGINE_MAIN_DESC = "Immagine Main Descending"
COM_HIGHLIGHTS_IMMAGINE_SECONDARIA_DESC = "Immagine Secondaria Descending"
COM_HIGHLIGHTS_CLASSE_DESC = "Classe Descending"
COM_HIGHLIGHTS_COLORE_TESTO_DESC = "Colore Testo Descending"
COM_HIGHLIGHTS_COLORE_SFONDO_DESC = "Colore Sfondo Descending"
COM_HIGHLIGHTS_OPACITA_DESC = "Opacita Descending"
COM_HIGHLIGHTS_COLORE_SFONDO_BOTTONE_DESC = "Colore Sfondo Bottone Descending"
COM_HIGHLIGHTS_COLORE_TESTO_BOTTONE_DESC = "Colore Testo Bottone Descending"
COM_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE_DESC = "Data Inizio Pubblicazione Descending"
COM_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE_DESC = "Data Fine Pubblicazione Descending"
COM_HIGHLIGHTS_NOME_DESC = "Nome Descending"
@ -102,11 +116,17 @@ COM_HIGHLIGHTS_SOTTOTITOLO_ASC = "Sottotitolo Ascending"
COM_HIGHLIGHTS_DESCRIZIONE_ASC = "Descrizione Ascending"
COM_HIGHLIGHTS_LINGUA_ASC = "Lingua Ascending"
COM_HIGHLIGHTS_LINK_PULSANTE_ASC = "Link Pulsante Ascending"
COM_HIGHLIGHTS_LINK_PDF_ASC = "Link Pdf Ascending"
COM_HIGHLIGHTS_TESTO_PULSANTE_ASC = "Testo Pulsante Ascending"
COM_HIGHLIGHTS_DATA_ASC = "Data Ascending"
COM_HIGHLIGHTS_CLASSE_ASC = "Classe Ascending"
COM_HIGHLIGHTS_IMMAGINE_MAIN_ASC = "Immagine Main Ascending"
COM_HIGHLIGHTS_IMMAGINE_SECONDARIA_ASC = "Immagine Secondaria Ascending"
COM_HIGHLIGHTS_CLASSE_ASC = "Classe Ascending"
COM_HIGHLIGHTS_COLORE_TESTO_ASC = "Colore Testo Ascending"
COM_HIGHLIGHTS_COLORE_SFONDO_ASC = "Colore Sfondo Ascending"
COM_HIGHLIGHTS_OPACITA_ASC = "Opacita Ascending"
COM_HIGHLIGHTS_COLORE_SFONDO_BOTTONE_ASC = "Colore Sfondo Bottone Ascending"
COM_HIGHLIGHTS_COLORE_TESTO_BOTTONE_ASC = "Colore Testo Bottone Ascending"
COM_HIGHLIGHTS_DATA_INIZIO_PUBBLICAZIONE_ASC = "Data Inizio Pubblicazione Ascending"
COM_HIGHLIGHTS_DATA_FINE_PUBBLICAZIONE_ASC = "Data Fine Pubblicazione Ascending"
COM_HIGHLIGHTS_NOME_ASC = "Nome Ascending"
@ -141,18 +161,32 @@ COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINGUA = "Lingua"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINGUA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PULSANTE = "Link Pulsante"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PULSANTE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_LINK_PDF = "Link Pdf"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_LINK_PDF = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_TESTO_PULSANTE = "Testo Pulsante"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_TESTO_PULSANTE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA = "Data"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE = "Classe"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_MAIN = "Immagine Main"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_MAIN = ""
COM_HIGHLIGHTS_TAB_IMMAGINI = "Immagini"
COM_HIGHLIGHTS_FIELDSET_IMMAGINI = "Immagini"
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_IMMAGINE_SECONDARIA = "Immagine Secondaria"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_IMMAGINE_SECONDARIA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_CLASSE = "Classe"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_CLASSE = ""
COM_HIGHLIGHTS_TAB_STILE = "Stile"
COM_HIGHLIGHTS_FIELDSET_STILE = "Stile"
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO = "Colore Testo"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO = "Colore Sfondo"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_OPACITA = "Opacita"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_OPACITA = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_SFONDO_BOTTONE = "Colore Sfondo Bottone"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_SFONDO_BOTTONE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_COLORE_TESTO_BOTTONE = "Colore Testo Bottone"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_COLORE_TESTO_BOTTONE = ""
COM_HIGHLIGHTS_FORM_LBL_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE = "Data Inizio Pubblicazione"
COM_HIGHLIGHTS_FORM_DESC_HIGHLIGHT_DATA_INIZIO_PUBBLICAZIONE = ""
COM_HIGHLIGHTS_TAB_PUBBLICAZIONE = "Pubblicazione"

View File

@ -3134,3 +3134,735 @@ Content-Transfer-Encoding: 8bit
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T06:59:47+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:02:56+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:06:09+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:07:15+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:11:03+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:12:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T07:16:38+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T11:49:00+00:00 INFO 172.21.0.6 task4 Esecuzione attività#04 'Delete Action Logs'.
2025-01-03T11:49:00+00:00 INFO 172.21.0.6 task4 Attività> Delete Logs after 15 days
2025-01-03T11:49:00+00:00 INFO 172.21.0.6 task4 Attività> Delete Logs end
2025-01-03T11:49:00+00:00 INFO 172.21.0.6 task4 Attività terminata con successo#04 in 0.01 (rete 0.01) secondi.
2025-01-03T11:49:11+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T11:49:11+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T11:49:12+00:00 INFO 172.21.0.6 task2 Esecuzione attività#02 'Session GC'.
2025-01-03T11:49:12+00:00 INFO 172.21.0.6 task2 Attività> SessionGC end
2025-01-03T11:49:12+00:00 INFO 172.21.0.6 task2 Attività terminata con successo#02 in 0.01 (rete 0.01) secondi.
2025-01-03T11:49:16+00:00 INFO 172.21.0.6 task3 Esecuzione attività#03 'Update Notification'.
2025-01-03T11:49:17+00:00 INFO 172.21.0.6 task3 Attività terminata con successo#03 in 1.28 (rete 1.28) secondi.
2025-01-03T11:49:17+00:00 INFO 172.21.0.6 updater Loading information from update site #3 with name "Accredited Joomla! Translations" and URL https://update.joomla.org/language/translationlist_5.xml took 0.08 seconds
2025-01-03T11:49:17+00:00 INFO 172.21.0.6 updater Loading information from update site #4 with name "Joomla! Update Component" and URL https://update.joomla.org/core/extensions/com_joomlaupdate.xml took 0.08 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #216 with name "Regular Labs - Conditional Content" and URL https://download.regularlabs.com/updates.xml?e=conditionalcontent&type=.xml took 0.28 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #220 with name "Regular Labs - Articles" and URL https://download.regularlabs.com/updates.xml?e=articlesfield&type=.xml took 0.20 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #223 with name "COM_PHOCADOWNLOAD" and URL https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml took 0.10 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #224 with name "COM_PHOCAGALLERY" and URL https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml took 0.08 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #226 with name "Tabulizer.com" and URL http://www.tabulizer.com/update/tabulizer-update.xml took 0.31 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #233 with name "Akeeba FEF" and URL http://cdn.akeebabackup.com/updates/fef.xml took 0.08 seconds
2025-01-03T11:49:18+00:00 INFO 172.21.0.6 updater Loading information from update site #238 with name "FOF 3.x" and URL http://cdn.akeebabackup.com/updates/fof3.xml took 0.06 seconds
2025-01-03T11:49:19+00:00 INFO 172.21.0.6 updater Loading information from update site #242 with name "JEM Update Site" and URL http://www.joomlaeventmanager.net/updatecheck/update_pkg_jem.xml took 0.12 seconds
2025-01-03T11:49:19+00:00 INFO 172.21.0.6 updater Loading information from update site #243 with name "JL Content Fields Filter" and URL https://joomline.net/update.html?extension_id=5.xml took 0.52 seconds
2025-01-03T11:49:19+00:00 INFO 172.21.0.6 updater Loading information from update site #285 with name "Akeeba FEF" and URL http://cdn.akeeba.com/updates/fef.xml took 0.08 seconds
2025-01-03T11:49:20+00:00 INFO 172.21.0.6 updater Loading information from update site #313 with name "Regular Labs Library" and URL https://download.regularlabs.com/updates.xml?e=library&type=.xml took 0.34 seconds
2025-01-03T11:49:20+00:00 INFO 172.21.0.6 updater Loading information from update site #347 with name "COM_PHOCAMAPS" and URL https://raw.githubusercontent.com/PhocaCz/PhocaMaps/master/manifest.xml took 0.07 seconds
2025-01-03T11:49:20+00:00 INFO 172.21.0.6 updater Loading information from update site #348 with name "PLG_CONTENT_PHOCAMAPS" and URL https://raw.githubusercontent.com/PhocaCz/PhocaMapsPlugin/master/manifest.xml took 0.08 seconds
2025-01-03T11:49:20+00:00 INFO 172.21.0.6 updater Loading information from update site #398 with name "plg_captcha_hcaptcha" and URL https://data2site.com/updates/hcaptcha took 0.29 seconds
2025-01-03T11:49:20+00:00 INFO 172.21.0.6 updater Loading information from update site #404 with name "OSMap Free" and URL https://deploy.ostraining.com/client/update/free/stable/com_osmap took 0.30 seconds
2025-01-03T11:49:21+00:00 INFO 172.21.0.6 updater Loading information from update site #406 with name "Joomlashack Extension Support" and URL https://deploy.ostraining.com/client/update/free/stable/plg_system_osmylicensesmanager took 0.17 seconds
2025-01-03T11:49:21+00:00 INFO 172.21.0.6 updater Loading information from update site #407 with name "Joomlashack Framework" and URL https://deploy.ostraining.com/client/update/free/stable/lib_allediaframework took 0.27 seconds
2025-01-03T11:49:21+00:00 INFO 172.21.0.6 updater Loading information from update site #408 with name "Search Update Site" and URL https://raw.githubusercontent.com/joomla-extensions/search/main/manifest.xml took 0.08 seconds
2025-01-03T11:49:21+00:00 INFO 172.21.0.6 updater Loading information from update site #409 with name "Regular Labs - Conditions" and URL https://download.regularlabs.com/updates.xml?e=conditions&type=.xml took 0.20 seconds
2025-01-03T11:49:21+00:00 INFO 172.21.0.6 updater Loading information from update site #410 with name "JEM Update Site" and URL https://www.joomlaeventmanager.net/updatecheck/update_pkg_jem.xml took 0.15 seconds
2025-01-03T11:49:22+00:00 INFO 172.21.0.6 updater Loading information from update site #411 with name "Multilanguages CK Update" and URL https://update.joomlack.fr/multilanguagesck_light_update.xml took 0.48 seconds
2025-01-03T11:49:22+00:00 INFO 172.21.0.6 updater Loading information from update site #413 with name "Advanced Custom Fields" and URL https://www.tassos.gr/updates/advanced-custom-fields-pro.xml took 0.13 seconds
2025-01-03T11:49:23+00:00 INFO 172.21.0.6 updater Loading information from update site #418 with name "com_highlights" and URL https://www.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzY0NzgtMjEzOTAw took 0.65 seconds
2025-01-03T11:49:23+00:00 INFO 172.21.0.6 updater Loading information from update site #419 with name "com_highlights" and URL https://nocdn.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzY0NzgtMjEzOTAw took 0.40 seconds
2025-01-03T11:49:34+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.6 Array ( [0] => 6 )
2025-01-03T11:49:54+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.6 Array ( )
2025-01-03T13:16:46+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T13:16:46+00:00 WARNING 172.21.0.6 assets No asset found for com_modules.module.557, falling back to com_modules
2025-01-03T13:16:50+00:00 INFO 172.21.0.6 updater Loading information from update site #3 with name "Accredited Joomla! Translations" and URL https://update.joomla.org/language/translationlist_5.xml took 0.10 seconds
2025-01-03T13:16:51+00:00 INFO 172.21.0.6 updater Loading information from update site #4 with name "Joomla! Update Component" and URL https://update.joomla.org/core/extensions/com_joomlaupdate.xml took 0.09 seconds
2025-01-03T13:16:51+00:00 INFO 172.21.0.6 updater Loading information from update site #216 with name "Regular Labs - Conditional Content" and URL https://download.regularlabs.com/updates.xml?e=conditionalcontent&type=.xml took 0.29 seconds
2025-01-03T13:16:51+00:00 INFO 172.21.0.6 updater Loading information from update site #220 with name "Regular Labs - Articles" and URL https://download.regularlabs.com/updates.xml?e=articlesfield&type=.xml took 0.22 seconds
2025-01-03T13:16:51+00:00 INFO 172.21.0.6 updater Loading information from update site #223 with name "COM_PHOCADOWNLOAD" and URL https://raw.githubusercontent.com/PhocaCz/PhocaDownload/master/manifest.xml took 0.10 seconds
2025-01-03T13:16:51+00:00 INFO 172.21.0.6 updater Loading information from update site #224 with name "COM_PHOCAGALLERY" and URL https://raw.githubusercontent.com/PhocaCz/PhocaGallery/master/manifest.xml took 0.08 seconds
2025-01-03T13:16:52+00:00 INFO 172.21.0.6 updater Loading information from update site #226 with name "Tabulizer.com" and URL http://www.tabulizer.com/update/tabulizer-update.xml took 0.24 seconds
2025-01-03T13:16:52+00:00 INFO 172.21.0.6 updater Loading information from update site #233 with name "Akeeba FEF" and URL http://cdn.akeebabackup.com/updates/fef.xml took 0.08 seconds
2025-01-03T13:16:52+00:00 INFO 172.21.0.6 updater Loading information from update site #238 with name "FOF 3.x" and URL http://cdn.akeebabackup.com/updates/fof3.xml took 0.06 seconds
2025-01-03T13:16:52+00:00 INFO 172.21.0.6 updater Loading information from update site #242 with name "JEM Update Site" and URL http://www.joomlaeventmanager.net/updatecheck/update_pkg_jem.xml took 0.13 seconds
2025-01-03T13:16:52+00:00 INFO 172.21.0.6 updater Loading information from update site #243 with name "JL Content Fields Filter" and URL https://joomline.net/update.html?extension_id=5.xml took 0.44 seconds
2025-01-03T13:16:53+00:00 INFO 172.21.0.6 updater Loading information from update site #285 with name "Akeeba FEF" and URL http://cdn.akeeba.com/updates/fef.xml took 0.08 seconds
2025-01-03T13:16:53+00:00 INFO 172.21.0.6 updater Loading information from update site #313 with name "Regular Labs Library" and URL https://download.regularlabs.com/updates.xml?e=library&type=.xml took 0.22 seconds
2025-01-03T13:16:53+00:00 INFO 172.21.0.6 updater Loading information from update site #347 with name "COM_PHOCAMAPS" and URL https://raw.githubusercontent.com/PhocaCz/PhocaMaps/master/manifest.xml took 0.08 seconds
2025-01-03T13:16:53+00:00 INFO 172.21.0.6 updater Loading information from update site #348 with name "PLG_CONTENT_PHOCAMAPS" and URL https://raw.githubusercontent.com/PhocaCz/PhocaMapsPlugin/master/manifest.xml took 0.09 seconds
2025-01-03T13:16:53+00:00 INFO 172.21.0.6 updater Loading information from update site #398 with name "plg_captcha_hcaptcha" and URL https://data2site.com/updates/hcaptcha took 0.28 seconds
2025-01-03T13:16:54+00:00 INFO 172.21.0.6 updater Loading information from update site #404 with name "OSMap Free" and URL https://deploy.ostraining.com/client/update/free/stable/com_osmap took 0.36 seconds
2025-01-03T13:16:54+00:00 INFO 172.21.0.6 updater Loading information from update site #406 with name "Joomlashack Extension Support" and URL https://deploy.ostraining.com/client/update/free/stable/plg_system_osmylicensesmanager took 0.28 seconds
2025-01-03T13:16:54+00:00 INFO 172.21.0.6 updater Loading information from update site #407 with name "Joomlashack Framework" and URL https://deploy.ostraining.com/client/update/free/stable/lib_allediaframework took 0.19 seconds
2025-01-03T13:16:54+00:00 INFO 172.21.0.6 updater Loading information from update site #408 with name "Search Update Site" and URL https://raw.githubusercontent.com/joomla-extensions/search/main/manifest.xml took 0.08 seconds
2025-01-03T13:16:55+00:00 INFO 172.21.0.6 updater Loading information from update site #409 with name "Regular Labs - Conditions" and URL https://download.regularlabs.com/updates.xml?e=conditions&type=.xml took 0.21 seconds
2025-01-03T13:16:55+00:00 INFO 172.21.0.6 updater Loading information from update site #410 with name "JEM Update Site" and URL https://www.joomlaeventmanager.net/updatecheck/update_pkg_jem.xml took 0.13 seconds
2025-01-03T13:16:55+00:00 INFO 172.21.0.6 updater Loading information from update site #411 with name "Multilanguages CK Update" and URL https://update.joomlack.fr/multilanguagesck_light_update.xml took 0.44 seconds
2025-01-03T13:16:55+00:00 INFO 172.21.0.6 updater Loading information from update site #413 with name "Advanced Custom Fields" and URL https://www.tassos.gr/updates/advanced-custom-fields-pro.xml took 0.15 seconds
2025-01-03T13:16:56+00:00 INFO 172.21.0.6 updater Loading information from update site #418 with name "com_highlights" and URL https://www.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzY0NzgtMjEzOTAw took 0.77 seconds
2025-01-03T13:16:57+00:00 INFO 172.21.0.6 updater Loading information from update site #419 with name "com_highlights" and URL https://nocdn.component-creator.com/index.php?task=builder.preupdatecheckhook&option=com_combuilder&component=NzY0NzgtMjEzOTAw took 0.45 seconds
2025-01-03T13:17:58+00:00 INFO 172.21.0.6 update Inizio degli aggiornamenti SQL.
2025-01-03T13:17:58+00:00 INFO 172.21.0.6 update La versione attuale del database (schema) è 1.0.0.
2025-01-03T13:17:58+00:00 INFO 172.21.0.6 update Fine degli aggiornamenti SQL.
2025-01-03T13:20:51+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.3 Array ( [0] => 3 )
2025-01-03T13:22:55+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.3 Array ( )
2025-01-03T13:23:02+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:24:20+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:26:05+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:26:30+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:26:31+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.5 Array ( [0] => 5 )
2025-01-03T13:26:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:27:50+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.5 Array ( )
2025-01-03T13:29:41+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:31:00+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:36:02+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:36:42+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:38:12+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:39:02+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:39:37+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:39:53+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:40:40+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:42:43+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:43:09+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:43:26+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:43:41+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:44:04+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:44:05+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:44:19+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:44:33+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:44:59+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:55:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:55:58+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:56:12+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:56:19+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:56:38+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:56:46+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:57:35+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:58:05+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:58:52+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:59:07+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:59:19+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:59:23+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T13:59:48+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:00:15+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:01:12+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:01:37+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:08:40+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:08:58+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:09:38+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:09:59+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:11:20+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:12:30+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:12:43+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:15:56+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:16:02+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:16:11+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:16:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:17:58+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:18:18+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:19:06+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:19:53+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:19:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:20:26+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:20+00:00 DEBUG 172.21.0.6 jem forced: 0, now: 1735914080, last update: 1735826968, running update: 0, delay: 1200, tz-offset: 0
2025-01-03T14:21:20+00:00 DEBUG 172.21.0.6 jem do cleanup...
2025-01-03T14:21:20+00:00 DEBUG 172.21.0.6 jem finished.
2025-01-03T14:21:20+00:00 WARNING 172.21.0.6 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:21:22+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:31+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:34+00:00 WARNING 172.21.0.6 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:21:36+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:38+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:45+00:00 WARNING 172.21.0.6 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:21:46+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:21:50+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:22:45+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:23:13+00:00 WARNING 172.21.0.6 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:24:30+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:32:30+00:00 WARNING 172.20.0.1 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:32:32+00:00 WARNING 172.21.0.6 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:32:37+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:32:58+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:33:43+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:34:00+00:00 WARNING 172.20.0.1 assets No asset found for com_jem.category.2, falling back to com_jem
2025-01-03T14:34:07+00:00 CRITICAL 172.20.0.1 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:44:52+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:47:45+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:47:49+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:47:59+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:48:15+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:48:18+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:48:24+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:49:49+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:50:05+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:05+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:08+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:08+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:36+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:37+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:45+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:50:52+00:00 INFO 172.21.0.6 controller Releasing edit ID com_modules.edit.module.583 Array ( )
2025-01-03T14:52:24+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:52:29+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T14:52:53+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:52:53+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:53:05+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:53:05+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:53:10+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:02:36+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:04:08+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:06:46+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:07:15+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:40:06+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:40:09+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:41:58+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:42:30+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:50:14+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type ParseError thrown with message "syntax error, unexpected token "echo"". Stack trace: #0 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(52): include()
#1 [ROOT]/libraries/src/Dispatcher/ModuleDispatcher.php(55): Joomla\CMS\Dispatcher\ModuleDispatcher::Joomla\CMS\Dispatcher\{closure}('[ROOT]/m...', NULL)
#2 [ROOT]/libraries/src/Helper/ModuleHelper.php(289): Joomla\CMS\Dispatcher\ModuleDispatcher->dispatch()
#3 [ROOT]/libraries/src/Helper/ModuleHelper.php(160): Joomla\CMS\Helper\ModuleHelper::renderRawModule(Object(stdClass), Object(Joomla\Registry\Registry), Array)
#4 [ROOT]/libraries/src/Document/Renderer/Html/ModuleRenderer.php(99): Joomla\CMS\Helper\ModuleHelper::renderModule(Object(stdClass), Array)
#5 [ROOT]/libraries/src/Document/Renderer/Html/ModulesRenderer.php(51): Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render(Object(stdClass), Array, NULL)
#6 [ROOT]/libraries/src/Document/HtmlDocument.php(575): Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render('above', Array, NULL)
#7 [ROOT]/libraries/src/Document/HtmlDocument.php(894): Joomla\CMS\Document\HtmlDocument->getBuffer('modules', 'above', Array)
#8 [ROOT]/libraries/src/Document/HtmlDocument.php(647): Joomla\CMS\Document\HtmlDocument->_renderTemplate()
#9 [ROOT]/libraries/src/Application/CMSApplication.php(1073): Joomla\CMS\Document\HtmlDocument->render(false, Array)
#10 [ROOT]/libraries/src/Application/SiteApplication.php(732): Joomla\CMS\Application\CMSApplication->render()
#11 [ROOT]/libraries/src/Application/CMSApplication.php(311): Joomla\CMS\Application\SiteApplication->render()
#12 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#13 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#14 {main}
2025-01-03T15:50:24+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:51:49+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:52:04+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:52:54+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:53:41+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:53:55+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:54:33+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:54:55+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T15:56:04+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T16:08:00+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T16:08:43+00:00 INFO 172.21.0.6 controller Releasing edit ID com_modules.edit.module.583 Array ( )
2025-01-03T16:08:57+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T16:10:19+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T16:28:55+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T16:29:50+00:00 CRITICAL 172.21.0.6 error Uncaught Throwable of type Joomla\CMS\Router\Exception\RouteNotFoundException thrown with message "Pagina non trovata". Stack trace: #0 [ROOT]/libraries/src/Application/SiteApplication.php(754): Joomla\CMS\Router\Router->parse(Object(Joomla\CMS\Uri\Uri), true)
#1 [ROOT]/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->route()
#2 [ROOT]/libraries/src/Application/CMSApplication.php(306): Joomla\CMS\Application\SiteApplication->doExecute()
#3 [ROOT]/includes/app.php(58): Joomla\CMS\Application\CMSApplication->execute()
#4 [ROOT]/index.php(32): require_once('[ROOT]/i...')
#5 {main}
2025-01-03T17:24:10+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T17:24:47+00:00 INFO 172.21.0.6 update Inizio degli aggiornamenti SQL.
2025-01-03T17:24:47+00:00 INFO 172.21.0.6 update La versione attuale del database (schema) è 1.0.0.
2025-01-03T17:24:47+00:00 INFO 172.21.0.6 update Fine degli aggiornamenti SQL.
2025-01-03T17:25:06+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:50+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:53+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )

View File

@ -361,3 +361,33 @@
2025-01-02T17:19:17+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.5 Array ( [0] => 5 )
2025-01-02T17:19:26+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.5 Array ( [0] => 5 )
2025-01-02T17:30:58+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.5 Array ( )
2025-01-03T11:49:34+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.6 Array ( [0] => 6 )
2025-01-03T11:49:54+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.6 Array ( )
2025-01-03T13:20:51+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.3 Array ( [0] => 3 )
2025-01-03T13:22:55+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.3 Array ( )
2025-01-03T13:26:31+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.5 Array ( [0] => 5 )
2025-01-03T13:27:50+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.5 Array ( )
2025-01-03T14:47:45+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:47:49+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:47:59+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:48:15+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:48:18+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T14:48:24+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T14:50:05+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:05+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:08+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:08+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:36+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:50:37+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:50:52+00:00 INFO 172.21.0.6 controller Releasing edit ID com_modules.edit.module.583 Array ( )
2025-01-03T14:52:53+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:52:53+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T14:53:05+00:00 INFO 172.21.0.6 controller Holding edit ID com_modules.edit.module.583 Array ( [0] => 583 )
2025-01-03T14:53:05+00:00 INFO 172.21.0.6 controller Checking edit ID com_modules.edit.module.583: 1 Array ( [0] => 583 )
2025-01-03T16:08:43+00:00 INFO 172.21.0.6 controller Releasing edit ID com_modules.edit.module.583 Array ( )
2025-01-03T16:08:57+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T16:10:19+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:24:10+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )
2025-01-03T17:25:06+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:50+00:00 INFO 172.21.0.6 controller Holding edit ID com_highlights.edit.highlight.8 Array ( [0] => 8 )
2025-01-03T17:25:53+00:00 INFO 172.21.0.6 controller Releasing edit ID com_highlights.edit.highlight.8 Array ( )

View File

@ -41,3 +41,12 @@
2025-01-02 11:31:59 INFO Attività terminata con successo#02 in 0.01 (rete 0.01) secondi.
2025-01-02 11:32:09 INFO Esecuzione attività#03 'Update Notification'.
2025-01-02 11:32:09 INFO Attività terminata con successo#03 in 0.41 (rete 0.41) secondi.
2025-01-03 11:49:00 INFO Esecuzione attività#04 'Delete Action Logs'.
2025-01-03 11:49:00 INFO Attività> Delete Logs after 15 days
2025-01-03 11:49:00 INFO Attività> Delete Logs end
2025-01-03 11:49:00 INFO Attività terminata con successo#04 in 0.01 (rete 0.01) secondi.
2025-01-03 11:49:12 INFO Esecuzione attività#02 'Session GC'.
2025-01-03 11:49:12 INFO Attività> SessionGC end
2025-01-03 11:49:12 INFO Attività terminata con successo#02 in 0.01 (rete 0.01) secondi.
2025-01-03 11:49:16 INFO Esecuzione attività#03 'Update Notification'.
2025-01-03 11:49:17 INFO Attività terminata con successo#03 in 1.28 (rete 1.28) secondi.