Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

FATAL ERROR in ARTIO JoomSEF 4.0.2 please Help
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 4 (Joomla 1.6/1.7/2.5+ compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: FATAL ERROR in ARTIO JoomSEF 4.0.2 please Help

FATAL ERROR in ARTIO JoomSEF 4.0.2 please Help 13 years ago #21753

Hellos Friends

The ERROR is:

Fatal error: Call to undefined function BuildRoute() in /home/******/public_html/components/com_sef/joomsef.php on line 251



// load the plug-in file
require_once($compExt);
 
$app =& JFactory::getApplication();
$menu =& JSite::getMenu();
$route = $uri->getPath();
$query = $uri->getQuery(true);
$component = preg_replace('/[^A-Z0-9_\.-]/i', '', $query['option']);
$tmp = '';
 
$function = substr($component, 4) . 'BuildRoute';
(line 251) $parts = $function($query);
 
$total = count($parts);
for ($i = 0; $i < $total; $i++) {
$parts[$i] = str_replace(':', '-', $parts[$i]);
}
 
$result = implode('/', $parts);
$tmp = ($result != "") ? '/'.$result : '';


PLEASE Help Me
The topic has been locked.

Re: FATAL ERROR in ARTIO JoomSEF 4.0.2 please Help 12 years, 10 months ago #22820

  • fiba
  • OFFLINE
  • Posts: 75
Try to check this page with JoomSEF off, if you have option parameter in URL.
The topic has been locked.
  • Page:
  • 1
User Login Empty