Jean Hins
Just got the same error on another site. It happens on blog view.
Here is the screenshot of the error:
https://drive.google.com/file/d/1AdttXiMblbReai7DsPXmdxjOT5G1v91U/view?usp=share_link
FatalError HTTP 500 Whoops, looks like something went wrong.
Compile Error: Declaration of RegularLabs\Plugin\SystemArticlesAnywhere Helpers\DB::get(Sdatabase_name =
") must be compatible with RegularLabs Library\DB::get): Joomla Database\DatabaseDriver
Symfony|ComponentErrorHandlerError
FatalError
- in /home/customer/www/belesco.be/public_html/plugins/system/articlesanywhere/src/Helpers/DB.php (line 36)
31. /**
32. * @param string §database_name
33. *
34. * @return Database
35. */
36. public static function get($database_name = '')
37. {
38. §cache = new RL_Cache([__METHOD__, §database_name]);
39.
40. if ($cache->exists())
41. {