Home arrow Forum

Remository Forum

 


<< Start < Previous 1 2 3 Next > End >>
darksoul88

Karma: 0  
SEO & SEF BUG - 2009/06/02 23:14 There is a bug when (in the version 3.5.1) i have enabled mod_rewrite.

Remository dont show the correct url :
is :
http://www.samples-share.com/it/component/remository/
but must be :
www.samples-share.com/download-free-samples-loops-patch-music-vst-plugins-sequencers-sf2.html

The problem is appeared when i enabled mod_rewrite.
Into the remository page, i cant show any module if i dont set the module in all pages!

You can go correct into the 2nd link only if set the joomla menu to remository.
try to go to the homepage.
www.samples-share.com

Post edited by: darksoul88, at: 2009/06/02 23:18
  | | Sorry, you do not currently have permission to write here.
AlCher

Karma: 0  
Re:SEO & SEF BUG - 2009/06/04 19:37 Pls, see
http://remository.com/forum/func,view/id,12815/catid,24/
http://remository.com/forum/func,view/id,12867/catid,24/limit,6/limitstart,12/

This should help you.
  | | Sorry, you do not currently have permission to write here.
darksoul88

Karma: 0  
Re:SEO & SEF BUG - 2009/06/07 08:37 i tried, but if i modify the router.php, site became inaccessible
  | | Sorry, you do not currently have permission to write here.
AlCher

Karma: 0  
Re:SEO & SEF BUG - 2009/06/07 10:49 1. in ../com_remository/remository.interface.php around lines 500-505
Code:

 function setPageTitle ($title) {     $this->getMainFrame();     if (method_exists($this->mainframe'SetPageTitle')) $this->mainframe->SetPageTitle($title);     if (defined('_JOOMLA_15PLUS') AND $this->getCfg('sef')) {         // $this->appendPathway($title, remositoryRepository::getInstance()->RemositoryBasicFunctionURL());     } }


2. in ../com_remository/router.php
Code:

 function remositoryBuildRoute (&amp;$query) {     foreach ($query as $key=>$value) {         $item[] = strtolower($key).'='.$value;         if ('option' != $key AND 'Itemid' != $key) unset ($query[$key]);     }     $sefstring = isset($item) ? sef_remository::create(implode('&amp;'$item)) : '';     return $sefstring explode('/'$sefstring) : array(); }


It is work for me.
Remove amp; from the code - the forum distorts code.

Post edited by: AlCher, at: 2009/06/07 10:54
  | | Sorry, you do not currently have permission to write here.
darksoul88

Karma: 0  
Re:SEO & SEF BUG - 2009/06/08 12:35 Can you upload in a file hositng the two files.?
Like www.zshare.net ?
the router.php and interface.php
Please, im not able to remove amp;
  | | Sorry, you do not currently have permission to write here.
AlCher

Karma: 0  
Re:SEO & SEF BUG - 2009/06/08 19:00 in ../com_remository/router.php

Code:

 function remositoryBuildRoute (&amp;$query) {


must be without amp;, i.e.
function remositoryBuildRoute (&$query) {

Code:

 $sefstring = isset($item) ? sef_remository::create(implode('&amp;'$item)) : '';


without amp;, i.e.
$sefstring = isset($item) ? sef_remository::create(implode('&', $item)) : '';

Post edited by: AlCher, at: 2009/06/08 19:05
  | | Sorry, you do not currently have permission to write here.
<< Start < Previous 1 2 3 Next > End >>

Login

Subscribe to Premium Support

Get priority support for Remository and Glossary, sign up now for a Premium Support monthly subscription:

Your Remository user name

Or purchase a year's support:

Your Remository user name

Recommended SEF

SEF Advance

Who is Online

Remository welcomes guests and visitors

We have 10 guest online