Hi
There is a bug generating a warning with PHP8 in update server, xml file (http://www.chronoengine.com/chrono_joomla_updates/chronoforms7.xml).
Look at this page: https://docs.joomla.org/Deploying_an_Update_Server
Look at this section for client tag:
Warning: As of Joomla! 4.0 only a string is allowed. Using numbers as client has been deprecated in 2012 and got removed in Joomla! 4.0 (Replace 0 with "site" and 1 with "administrator")
So, this line is deprecated:
There is a bug generating a warning with PHP8 in update server, xml file (http://www.chronoengine.com/chrono_joomla_updates/chronoforms7.xml).
Look at this page: https://docs.joomla.org/Deploying_an_Update_Server
Look at this section for client tag:
Warning: As of Joomla! 4.0 only a string is allowed. Using numbers as client has been deprecated in 2012 and got removed in Joomla! 4.0 (Replace 0 with "site" and 1 with "administrator")
So, this line is deprecated:
<client>1</client>Dear webmaster, if you are alive, you have to write…
<client>administrator</client>Bye