Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1575

General Questions/New to Joomla! 3.x • Re: Unable to access Administrator Page

$
0
0
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');

Statistics: Posted by Eric4 — Thu Nov 21, 2024 11:57 pm



Viewing all articles
Browse latest Browse all 1575

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>