UPDATED: Fix Joomla v3.10.12 login timeout problem.
SOLUTION:
Remove dead joomlashine.com URLs in two files.
FILE #1:
public_html/plugins/system/jsntplframework/jsntplframework.defines.php
UPDATED lines 27-30
// Define remote URL for communicating with JoomlaShine server
define('JSN_TPLFRAMEWORK_LIGHTCART_URL', '');
define('JSN_TPLFRAMEWORK_VERSIONING_URL', '');
define('JSN_TPLFRAMEWORK_UPGRADE_DETAILS', '');
define('JSN_TPLFRAMEWORK_POST_CLIENT_INFORMATION_URL', '');
OLD:
// Define remote URL for communicating with JoomlaShine server
define('JSN_TPLFRAMEWORK_LIGHTCART_URL', 'https://www.joomlashine.com/index.php?o ... _lightcart');
define('JSN_TPLFRAMEWORK_VERSIONING_URL', 'https://www.joomlashine.com/versioning/ ... ersion.php');
define('JSN_TPLFRAMEWORK_UPGRADE_DETAILS', 'https://www.joomlashine.com/versioning/ ... pgrade.php');
define('JSN_TPLFRAMEWORK_POST_CLIENT_INFORMATION_URL', 'https://www.joomlashine.com/index.php?o ... clientinfo');
_ _ _ _ _ _ _ _ _ _ _
FILE #2: public_html/plugins/system/jsnframework/jsnframework.defines.php
UPDATED:
// Define necessary constants
define('JSN_EXT_UPGRADE_DETAILS_URL','');
define('JSN_EXT_VERSION_CHECK_URL','');
define('JSN_EXT_DOWNLOAD_UPDATE_URL','');
define('JSN_EXT_POST_CLIENT_INFORMATION_URL','');
define('JSN_EXT_TOKEN_CHECK_URL','');
define('JSN_EXT_GET_TOKEN_URL','');
define('JSN_EXT_GET_BANNER_URL', '');
define('JSN_EXT_DOWNLOAD_UPDATE_URL_V2','');
OLD:
// Define necessary constants
define('JSN_EXT_UPGRADE_DETAILS_URL','https://www.joomlashine.com/versioning/ ... pgrade.php');
define('JSN_EXT_VERSION_CHECK_URL','https://www.joomlashine.com/versioning/ ... _extension');
define('JSN_EXT_DOWNLOAD_UPDATE_URL','https://www.joomlashine.com/index.php?o ... pgrade=yes');
define('JSN_EXT_POST_CLIENT_INFORMATION_URL','https://www.joomlashine.com/index.php?o ... clientinfo');
define('JSN_EXT_TOKEN_CHECK_URL','https://www.joomlashine.com/index.php?o ... ken.verify');
define('JSN_EXT_GET_TOKEN_URL','https://www.joomlashine.com/index.php?o ... n.gettoken');
define('JSN_EXT_GET_BANNER_URL', 'https://www.joomlashine.com/index.php?o ... &type=json');
define('JSN_EXT_DOWNLOAD_UPDATE_URL_V2','https://www.joomlashine.com/index.php?o ... pgrade=yes');
SOLUTION:
Remove dead joomlashine.com URLs in two files.
FILE #1:
public_html/plugins/system/jsntplframework/jsntplframework.defines.php
UPDATED lines 27-30
// Define remote URL for communicating with JoomlaShine server
define('JSN_TPLFRAMEWORK_LIGHTCART_URL', '');
define('JSN_TPLFRAMEWORK_VERSIONING_URL', '');
define('JSN_TPLFRAMEWORK_UPGRADE_DETAILS', '');
define('JSN_TPLFRAMEWORK_POST_CLIENT_INFORMATION_URL', '');
OLD:
// Define remote URL for communicating with JoomlaShine server
define('JSN_TPLFRAMEWORK_LIGHTCART_URL', 'https://www.joomlashine.com/index.php?o ... _lightcart');
define('JSN_TPLFRAMEWORK_VERSIONING_URL', 'https://www.joomlashine.com/versioning/ ... ersion.php');
define('JSN_TPLFRAMEWORK_UPGRADE_DETAILS', 'https://www.joomlashine.com/versioning/ ... pgrade.php');
define('JSN_TPLFRAMEWORK_POST_CLIENT_INFORMATION_URL', 'https://www.joomlashine.com/index.php?o ... clientinfo');
_ _ _ _ _ _ _ _ _ _ _
FILE #2: public_html/plugins/system/jsnframework/jsnframework.defines.php
UPDATED:
// Define necessary constants
define('JSN_EXT_UPGRADE_DETAILS_URL','');
define('JSN_EXT_VERSION_CHECK_URL','');
define('JSN_EXT_DOWNLOAD_UPDATE_URL','');
define('JSN_EXT_POST_CLIENT_INFORMATION_URL','');
define('JSN_EXT_TOKEN_CHECK_URL','');
define('JSN_EXT_GET_TOKEN_URL','');
define('JSN_EXT_GET_BANNER_URL', '');
define('JSN_EXT_DOWNLOAD_UPDATE_URL_V2','');
OLD:
// Define necessary constants
define('JSN_EXT_UPGRADE_DETAILS_URL','https://www.joomlashine.com/versioning/ ... pgrade.php');
define('JSN_EXT_VERSION_CHECK_URL','https://www.joomlashine.com/versioning/ ... _extension');
define('JSN_EXT_DOWNLOAD_UPDATE_URL','https://www.joomlashine.com/index.php?o ... pgrade=yes');
define('JSN_EXT_POST_CLIENT_INFORMATION_URL','https://www.joomlashine.com/index.php?o ... clientinfo');
define('JSN_EXT_TOKEN_CHECK_URL','https://www.joomlashine.com/index.php?o ... ken.verify');
define('JSN_EXT_GET_TOKEN_URL','https://www.joomlashine.com/index.php?o ... n.gettoken');
define('JSN_EXT_GET_BANNER_URL', 'https://www.joomlashine.com/index.php?o ... &type=json');
define('JSN_EXT_DOWNLOAD_UPDATE_URL_V2','https://www.joomlashine.com/index.php?o ... pgrade=yes');
Statistics: Posted by Eric4 — Thu Nov 21, 2024 11:57 pm