Ciao a tutti,
ho un sito in joomla 3.10.10 e php 7.4.
Se provo ad impostare php 8.0 o 8.1 ricevo un 404 su tutte le pagine.
Ho attivato il debug massimo e l'errore è questo:
Deprecated: Joomla\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/xxxxxx/xxxxx/libraries/vendor/joomla/input/src/Input.php on line 41
Deprecated: Return type of Joomla\Input\Input::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/xxxxxx/xxxxx/libraries/vendor/joomla/input/src/Input.php on line 170
Deprecated: Joomla\CMS\Input\Input implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/xxxxxx/xxxxx/libraries/src/Input/Input.php on line 31
Warning: session_name(): Session name cannot be changed after headers have already been sent in /home/xxxxxx/xxxxx/libraries/joomla/session/handler/native.php on line 128
Deprecated: Joomla\CMS\Input\Cookie implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/xxxxxx/xxxxx/libraries/src/Input/Cookie.php on line 0
Warning: session_cache_limiter(): Session cache limiter cannot be changed after headers have already been sent in /home/xxxxxx/xxxxx/libraries/joomla/session/handler/native.php on line 235
Error: Failed to start application: Failed to start the session because headers have already been sent by "/home/xxxxxx/xxxxx/libraries/vendor/joomla/input/src/Input.php" at line 41.
Sapete aiutarmi? Ho esaurito le prove...
Grazie