Hi, you can delete unused links and reffering links in the component (purge - it will delete all the unused links), you can set in parameters that the link will be not more saved too. but no idea why you get such problem becasue in admin the items are listed with pagination (e.g. only 20 items are listed from database) and in frontend it only select only one item to get information if it is saved or not?
But the problem is on line 76:
Code: Select all
function isError(& $object)
{
if (!is_object($object)) {
return false;
}
// supports PHP 5 exception handling
return is_a($object, 'JException') || is_a($object, 'JError') || is_a($object, 'Exception');
}
and this doesn't have any connection to Phoca SEF ???
Phoca SEF documentation
https://www.phoca.cz/documents/42-phoca- ... -phoca-sef
Auf Deutsch:
http://www.joomlanews.ch/lesestoff/14-t ... utzen.html
Jan