I recently upgraded my site from Joomla 3.10 to 4.4.1 and now it is returning the following error messages that seem related to JSN Framework Plugin :
Code: Select all
Copy
Call to undefined method JoomlaICMS\Application\SiteApplication::isSite()
- File: plugins/system/jsnframework/jsnframework.defines.php (line 60)
It seems the isSite() method is no longer available in Joomla 4. Was it replaced by another method, such as isClient('site')? How can I modify the plugin’s code to resolve this?
Database Error:
Copy
Unknown column 'm.publish_up' in 'WHERE'
- File: libraries/src/Menu/SiteMenu.php (line 166)