Menu Content

Support

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

Profile for xxsuna

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 22:12
  • Posts: 2
  • Profile Views: 1733
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hi sorry for my bad english first.
Notice: Undefined variable: task in /data/web/virtuals/_domain_/www/components/com_sef/sef_ext/com_virtuemart.php on line 97

I got this error on every new created url but only once! if i refresh the page all is alright- even for another users on anothers pc's.
Problem is that i have eshop with 8k products in 4 languages. and every page shows this note. (his is realy too much pages :( )

i don't know if is the problem of Virtuemart sef extension for Artio or Artio him sefl.
ty for any help.

in that php line is:
// Handle nonSef variables
$nonSefVars = array();
if (isset($limit)) $nonSefVars['limit'] = $limit;
if (isset($limitstart)) $nonSefVars['limitstart'] = $limitstart;
if (isset($dir)) $nonSefVars['dir'] = $dir;
if (isset($order)) $nonSefVars['order'] = $order;

$newUri = JoomSEF::_sefGetLocation($uri, $title, $task, @$limit, @$limitstart, @$lang, $nonSefVars);

return $newUri;
}
}
}
?>
_____________________________

$newUri = JoomSEF::_sefGetLocation($uri, $title, $task, @$limit, @$limitstart, @$lang, $nonSefVars);
Error:com_virtuemart ...
Category: JoomSEF 3
emo
Hi sorry for my bad english first.
Notice: Undefined variable: task in /data/web/virtuals/_domain_/www/components/com_sef/sef_ext/com_virtuemart.php on line 97

I got this error on every new created url but only once! if i refresh the page all is alright- even for another users on anothers pc's.
Problem is that i have eshop with 8k products in 4 languages.

i don't know if is the problem of Virtuemart sef extension for Artio or Artio him sefl.
ty for any help.

in that php line is:
 
// Handle nonSef variables
$nonSefVars = array();
if (isset($limit)) $nonSefVars['limit'] = $limit;
if (isset($limitstart)) $nonSefVars['limitstart'] = $limitstart;
if (isset($dir)) $nonSefVars['dir'] = $dir;
if (isset($order)) $nonSefVars['order'] = $order;
 
$newUri = JoomSEF::_sefGetLocation($uri, $title, $task, @$limit, @$limitstart, @$lang, $nonSefVars);
 
return $newUri;
}
}
}
?>
 


$newUri = JoomSEF::_sefGetLocation($uri, $title, $task, @$limit, @$limitstart, @$lang, $nonSefVars);
Error:com_virtuemart ...
Category: JoomSEF 3
More
User Login Empty