Problem with SEF URL
Posted: 20 Aug 2010, 11:51
Hello,
I use Phocagallery and congratulations ! this s a great plugin !
But, when i activate the SEF url in joomla configuration ,i've this message when i try to go in the gallery:
ERROR_DEFAULT_404
URI:/index.php/component/phocagallery/category/1
I dont know how to do, i modify the file error.php like this:
And i installed the plugin phocagallery SEF, but i don't know how to use this, to fix the problem...
Could you help me please ?
Thanks
Arnaud (sorry for my english, i hope you will understand everything
)
I use Phocagallery and congratulations ! this s a great plugin !
But, when i activate the SEF url in joomla configuration ,i've this message when i try to go in the gallery:
ERROR_DEFAULT_404
URI:/index.php/component/phocagallery/category/1
I dont know how to do, i modify the file error.php like this:
Code: Select all
function & raiseError($code, $msg, $info = null)
{
//PHOCAEDIT
if ($code == '404') {
include_once( JPATH_ADMINISTRATOR.DS.'components'.DS.
'com_phocasef'.DS.'helpers'.DS.'phocasef.php' );
PhocaSefHelper::createUrlEntry();
}
//PHOCAEDIT
$reference = & JError::raise(E_ERROR, $code, $msg, $info, true);
return $reference;
}Could you help me please ?
Thanks
Arnaud (sorry for my english, i hope you will understand everything