Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template PHP8 #432

Open
angiesg79 opened this issue Dec 18, 2021 · 3 comments
Open

Template PHP8 #432

angiesg79 opened this issue Dec 18, 2021 · 3 comments

Comments

@angiesg79
Copy link
Contributor

angiesg79 commented Dec 18, 2021

Steps to reproduce the issue

Utilizzando PHP8 si ottiene errore in alcuni Menu per la visualizzazione degli articoli delle categorie

Immagine 2021-12-18 172032

Expected result

Visualizzazione corretta

Actual result

Errore

System information (as much as possible)

Sarebbe necessario modificare tutti i file che contengono la stringa "$params = &$this->item->params;" in "italiapa\html\com_content" con una nuova stringa:

Old:
$params = &$this->item->params;

New:
$params = null;
if (property_exists($this,"item")){ $params = &$this->item->params; }

Additional comments

@eshiol
Copy link
Collaborator

eshiol commented Dec 18, 2021

Si tratta quasi sicuramente di un bug. Ma non è chiaro quale sia il file interessato. A quale o quali tipi di menu fai riferimento?

@angiesg79
Copy link
Contributor Author

Il problema si presenta sicuramente nei menù "Lista di singola categoria" e "Lista di singola categoria ANAC".

@Knock-Out
Copy link

Problema non riscontrato con voce di menu

  • Articoli » Lista di singola categoria

informazioni di sistema

  • Joomla! 3.10.6
  • Versione PHP 8.0 (ea-php80)
  • pkg_italiapa-3.9.0.22-dev-48911923892164e88b80f3f0b5a8f67df19ca9d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants