Page 1 of 1
[BUG]Component don't working with SEF enabled
Posted: 22 Aug 2008, 21:41
by alexispj
Everything is in the title. Just try to enable SEF option, and nothing isn't working any more...
Re: [BUG]Component don't working with SEF enabled
Posted: 23 Aug 2008, 19:06
by Jan
Phoca Download works with SEF without any problems, see:
https://www.phoca.cz/documentation/index.php/download
Jan
BTW: All Phoca Extensions use the standard Joomla!1.5 method JRoute(), so if you have some problems with SEF on your site, then see your server settings or Joomla settings...
Re: [BUG]Component don't working with SEF enabled
Posted: 24 Aug 2008, 22:24
by alexispj
Ok, i should recognize it
could work but i continue to think there is sometimes a problem. By the way, it seem that phoca gallery has the same problem, each time i have a complete white page with:
Code: Select all
404 - Composant non trouvé
Vous ne pouvez pas visiter cette page car :
1. bookmark/favoris périmé
2. Un moteur de recherche possède un listing périmé pour ce site
3. une adresse erronée
4. vous n'avez pas accès à cette page
5. La ressource demandée n'a pas été trouvée
6. Une erreur est survenue pendant l'exécution de la requête.
Veuillez essayer l'une des pages suivantes :
* Page d'accueil
Si les difficultés persistent, merci de contacter l'administrateur de ce site.
Composant non trouvé
Call stack
# Function Location
1 jsite->dispatch() /home.10.22/alexispj/www/index.php:68
2 jcomponenthelper::rendercomponent() /home.10.22/alexispj/www/includes/application.php:124
3 jerror::raiseerror() /home.10.22/alexispj/www/libraries/joomla/application/component/helper.php:95
4 jerror::raise() /home.10.22/alexispj/www/libraries/joomla/error/error.php:173
5 jexception->jobject() /home.10.22/alexispj/www/libraries/joomla/error/error.php:138
6 call_user_func_array() /home.10.22/alexispj/www/libraries/joomla/base/object.php:49
7 jexception->__construct()
Should I have done something wrong? If needed i could give you admin login to check by yourself.
Re: [BUG]Component don't working with SEF enabled
Posted: 25 Aug 2008, 22:13
by thorandre
Hmm.. Well I have the same problem. I installed Phoca Download on a fresh installation of Joomla! 1.5 just to try it out. I run it on my localhost, where I run several sites where I always use the core SEO enabled. This time I installed PDownload, tried it, it worked, and then I swiched on SEO, suddenly a problem. I can not enter the folders(categories) with my files in. When I click folders(categories) nothing happens or if I find my file in the "Most downloaded files in this section" nothing happens when I click that file directly.
It´s like this:
When I open my section
mysect without SEO having this URL:
http://localhost/test/index.php?option= ... t&Itemid=1
It´s no problem. I can click my category folder, and then see the files inside.
When I open my section
mysect with SEO having this URL:
http://localhost/test/index.php/compone ... n/2-mysect
Nothing happens when I klick my category
mycat or my file in the "Most downloaded..." directly.
Re: [BUG]Component don't working with SEF enabled
Posted: 25 Aug 2008, 22:26
by thorandre
But!! I just found out that everything was solved if SEO was enabled before the installation of Phoca Download. Maybe there is a good way to avoid other people having this problem? It should be possible to switch between SEO and no SEO, post installation, right?
Re: [BUG]Component don't working with SEF enabled
Posted: 25 Aug 2008, 23:14
by Jan
As I wrote, the SEO is produced by Joomla framework not by Phoca Download... Phoca Download uses JRoute method for displaying links... Joomla! transfers this JRoute links to SEO
Jan