Is this the correct code syntax update for line 143 in plugins/system/jsnframework/libraries/joomlashine/update/helper.php?
Replace this ...
public static function check($products = array(), $requiredJoomlaVersion =
#JSN_FRAMEWORK_REQUIRED_JOOMLA_VER, $latestUpdates = '', $results = '')
with this ...
public static function check($products = array(), $requiredJoomlaVersion =
JSN_FRAMEWORK_REQUIRED_JOOMLA_VER, $latestUpdates = 'true') // FIX
_ _ _
I also removed dead urls in database table #_update_sites per this post:
https://robertwent.com/blog/disabling-j ... xtensions/
https://www.joomlashine.com/versioning/ ... mework.xml
http://www.joomlashine.com/versioning/e ... mework.xml
http://www.joomlashine.com/versioning/e ... bilize.xml
http://www.joomlashine.com/versioning/e ... radmin.xml
http://www.joomlashine.com/versioning/e ... uilder.xml
https://www.joomlashine.com/versioning/ ... ension.xml
https://www.joomlashine.com/versioning/ ... geshow.xml
http://www.joomlashine.com/versioning/e ... geshow.xml
Replace this ...
public static function check($products = array(), $requiredJoomlaVersion =
#JSN_FRAMEWORK_REQUIRED_JOOMLA_VER, $latestUpdates = '', $results = '')
with this ...
public static function check($products = array(), $requiredJoomlaVersion =
JSN_FRAMEWORK_REQUIRED_JOOMLA_VER, $latestUpdates = 'true') // FIX
_ _ _
I also removed dead urls in database table #_update_sites per this post:
https://robertwent.com/blog/disabling-j ... xtensions/
https://www.joomlashine.com/versioning/ ... mework.xml
http://www.joomlashine.com/versioning/e ... mework.xml
http://www.joomlashine.com/versioning/e ... bilize.xml
http://www.joomlashine.com/versioning/e ... radmin.xml
http://www.joomlashine.com/versioning/e ... uilder.xml
https://www.joomlashine.com/versioning/ ... ension.xml
https://www.joomlashine.com/versioning/ ... geshow.xml
http://www.joomlashine.com/versioning/e ... geshow.xml
Statistics: Posted by Eric4 — Fri Nov 08, 2024 4:50 pm