hello,
after update joomsef to the newest version i can not export my virtuemart product joomsef urls anymore.
csvi joomsef function
// Include Joomla files
jimport('joomla.application.router');
require_once(JPATH_ROOT.'/includes/application.php');
// Include JoomSEF
require_once(JPATH_ROOT.'/components/com_sef/sef.router.php');
$shRouter = new JRouterJoomSef();
// Build the SEF URL
$router = JFactory::getApplication()->getRouter();
$nonSef = new JURI($url);
$uri = $shRouter->build($router, $nonSef);
return $uri->toString(array('path'));
Can you help me what i need to change ?
it was work very well before with joomsef 4.5.2