Problem after updating to latest version

8 years 6 months ago #7547 by cortez8591
After updating SEF Advance to the latest version I had to make two changes in site\parse.php file so logout link works properly:
...
function process_nonsef() {
	$sef_adv_url = get_sef_adv_url();
	header("HTTP/1.1 301 Moved Permanently");
	header("Location: " . JUri::base() .$sef_adv_url); //got 404 without adding JUri::base() explicitly 
	exit;
}

function get_sef_adv_url() {
    //$router = JRouter::getInstance('site');
    //$vars = $router->getVars(); //returns an empty array
	$vars = $_GET; //provides real data: array(4) { ["option"]=> string(9) "com_users" ["task"]=> string(11) "user.logout" ["c44343165383aa3138d973dfaacba4e3"]=> string(1) "1" ["return"]=> string(36) "aHR0cDovL2t1cmVrbWF6dXJza2kucGwvCg==" }
	$non_sef_url = 'index.php';
...

Please Log in or Create an account to join the conversation.

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch