Page 1 of 1

Problem Joomla! 3.10.12

Posted: 04 Aug 2023, 12:20
by tokuehn
Hello all,
I am in preparation of upgrading to Joomla 4. As a first step I did the update to Joomla! 3.10.12 yesterday.
In the backend, Phocadownload now shows the following messages:

Deprecated: Required parameter $currentId follows optional parameter $id in ...
Deprecated: Required parameter $rightUsers follows optional parameter $rightType in ...
Deprecated: Required parameter $link follows optional parameter $view in ...
Deprecated: Required parameter $title follows optional parameter $view in ...
Deprecated: Required parameter $target follows optional parameter $view in ...

The messages appear in the backend not in the control panel, but also every other page. Installed is the version 3.2.3. Before the update of Joomla the message was not present.

What can I do? Glad about a feedback.
Best regards Thore

Re: Problem Joomla! 3.10.12

Posted: 04 Aug 2023, 17:11
by christine
Hi Thore,

Which PHP Version are you using?

Kind regards
Christine

Re: Problem Joomla! 3.10.12

Posted: 04 Aug 2023, 18:07
by tokuehn
Hey Christine,
i'm sorry, I forgot: php 8.0.29

Best regards Thore

Re: Problem Joomla! 3.10.12

Posted: 07 Aug 2023, 15:56
by Jan
Hi, "deprecated" warnings are warnings for developers so they should change their code in future.

There are two options how to solve it:
a) disable such warnings in Joomla Global configuration (so only developers see them not end users)
b) update Joomla and Phoca Download to latest versions so they are fit with new PHP

Jan

Re: Problem Joomla! 3.10.12

Posted: 11 Aug 2023, 09:20
by tokuehn
Thank you very much, the tips are helpful.

Thore