sitemap  |  contact

Sakic.Net Forum
28 August 2008, 02:34 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Save money on product bundles: http://www.sakic.net/support/order/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  Products / SEF Advance / Re: SEF Advance 2008 (1.5.7) and Mtree Search Pagination (2.0.8) combo does not work on: 14 August 2008, 09:22
I have emailed access info to you yesterday. I hope you could help find a solution. Thanks in advance.
2  Products / SEF Advance / SEF Advance 2008 (1.5.7) and Mtree Search Pagination (2.0.8) combo does not work on: 12 August 2008, 16:43
I have just installed a fresh Mtree 2.0.8 (latest) on fresh Joomla 1.5.4, and found Mtree Search Pagination does not work with fresh SEF Advance 2008 (latest 1.5.7). It works with Joomla built-in SEO on and SEF Advance 2008 off, so I wonder if this incompatibility problem may be caused/fixed in Mtree or SEF Advance 2008?

Instead of displaying listings, it displays the error:
"Your search does not return any result. Please try again."
3  Products / SEF Advance / SEF Advance2008 1.5.6 on Joomla 1.5.4 on: 25 July 2008, 13:28
1) I was using SEF Advance2008 1.3.1 on Joomla 1.5.3 and decided to upgrade to Joomla 1.5.4 and found that Joomfish 2.0 beta does not translate languages anymore on IE7 (but FF is still ok).

2) I also upgraded SEF Advance2008 to 1.5.6 and found that:
    a) Joomfish now does not translate even on FF.
    b) When I disabled SEF Advance the Joomla Admin auto log me off and I have to login again.
    c) The fronpage page title has missing text when using Joomla SEF Patch extended version for 1.5.4.

3) I have also upgraded Joomfish to 2.0 beta2 Public and found the worst case with SEF 1.5.6: front end of Joomfish always stays with the default language (as set in back end) and selecting other languages has no effect.

I wish I had kept Joomla 1.5.3 (with more imcompatilities between SEF 2008 and Joomfish than the latest versions). Now I will have to restore my Joomla site backup before these upgrades !
4  Products / SEF Advance / Re: URL Replace problems... on: 22 May 2008, 07:42
I have fixed the error by using mtree control panel to retype these characters. They did not work  when I uploaded them through phpMySQL import.
5  Products / SEF Advance / Re: URL Replace problems... on: 20 May 2008, 16:41
I have just noticed that the problem is with mtree (2.0.6) category names: Đ is sometimes replaced but most of the time not.

I would prefer to replace them with 1 instead of 3 letters d (like all other special characters even though it is both way translation) but I get 404 if I replace them with 1 or even with 2 letters d. I wonder why this utf-8 character is so special & different from all other characters.
6  Products / SEF Advance / Re: URL Replace problems... on: 19 May 2008, 07:28
2 unicode (utf8_unicode_ci) characters Đ and đ are not supported by SEF Advance 2008 (version 1.2.5). When included in URL Replace list, they are not replaced at all.

Đ=>DDD
đ=>ddd
7  Products / SEF Advance / Trial SEF Adv 2008 Configuration menu in Admin auto closes it on: 06 May 2008, 09:43
Trial SEF Adv 2008 Configuration menu in Admin automatically closes it after openning for a split of a second, hence I cannot trial it on Joomla 1.5.3. All other menus (Alias & Meta, Redirect, etc) can stay open for edit but give error 404 when saving. I have tried to uninstall & reinstall it without success.

It was downloaded today and might be corrupted or not the full version of 1.2.5 for 5 day trial, and I am not allowed to try downloading again.
8  Products / SEF Advance / SEF Advance 2008 and Joomfish combination gives Error 404 on: 28 April 2008, 06:23
I used Fantastico to auto install a brandname test Joomla 1.5.2 site, then installed SEF Advance 2008 (version 1.2.2) and Joomfish 2.0beta. Each of these 2 extentions/components work ok when only 1 of them is enabled, but when both are enabled I get error "404 - Component not found" when seleting a language using Joomfish language selection.

The same error when I used these 2 extentions/components on Joomla 1.5.1.

I have tried these steps a few times with the same error.
9  Products / SEF Advance / Can only Login from homepage of Joomla 1.5.1 and SEF Advance 2008 on: 30 March 2008, 05:45
I can only Login from website homepage of Joomla 1.5.1 and SEF Advance 2008, but not from any other pages (eg. mtree, recommend, xmap). It might be caused by 3rd party component sef_ext.php, so I have also posted this on mtree forum.
10  Products / SEF Advance / Re: Redirect 301 of the old url on: 01 February 2008, 04:39
The below simple format (put in .htaccess) works but I do not know if there are any hidden disadvantages:

Redirect permanent /olddirectory http://www.domain.com/newdirectory
11  Products / SEF Advance / Re: Redirect 301 of the old url on: 01 February 2008, 03:01
Sorry the last line in each case should have been as follows but still did not work:

RewriteRule ^business/$ http://www.abc.com/directory/ [R=301,L]

RewriteRule ^business/?(.*)$ http://www.abc.com/directory/$1 [R=301,L]
12  Products / SEF Advance / Re: Redirect 301 of the old url on: 01 February 2008, 02:54
I have removed Redirect definations in SEF Advance and used cPanel > Domains > Redirects tool to define permanently (301) and checked redirects with and without www:

abc.com/business => http://www.abc.com/directory

Then used FTP to check .htaccess file that has been inserted automatically by cPanel the last 3 lines at the bottom:

DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php

RewriteCond %{HTTP_HOST} ^abc.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.abc.com$
RewriteRule ^directory/$ http://www.abc.com/business/ [R=301,L]

I then used FireFox browser to visit a valid SEF Advance URL, then replaced in the URL the folder name /business/ with /directory/ and pressed enter (and later refresh button), but I still got error 404: Not Found !!

--
I have tried with the slash / after folder names but got the same error 404:
abc.com/business/ => http://www.abc.com/directory/

I have also tried with the wildcard * after folder name/ but got the same error 404:
abc.com/business/* => http://www.abc.com/directory/*

RewriteCond %{HTTP_HOST} ^abc.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.abc.com$
RewriteRule ^directory/?(.*)$ http://www.abc.com/business/$1 [R=301,L]

Help please !
13  Products / SEF Advance / Re: Redirect 301 of the old url on: 31 January 2008, 17:45
In the Custom component strings I changed from mtree=>business to mtree=>directory
and changed Alias from business to directory

and defined in Redirects:

Source URL: business/
Target URL: directory/
Type: 301 Moved Permanently

How come the old SEF Advanced URLs containing prefix business/ gave me error 404: Not Found instead of replacing them to URLs containing prefix directory/    Huh

I have tried to define the full URL but got the same error, eg business/abc.html and directory/abc.html

I have read SEF Advance Help and this Forum, but do not know what I did wrong or what/where else should I define ? I am using version 5.5.5 and any help would be much appreciated.
14  Products / SEF Advance / Re: SEF Advance kills mtree search built-in/core SEF on: 24 September 2007, 08:58
Thank you Emir for your help!

Zoro
( www.ilist.com.au )
15  Products / SEF Advance / Re: Exclude Mtree Search URLs from SEF Advance on: 19 September 2007, 14:58
Now I prefer Mtree (1.59) Search and Search Fixed Categories link URLs are EXCLUDED from SEF Advance on ALL search RESULT PAGES (ie. from page 2 onwards, if there are many results) like in the case of Joomla built-in Search (internal URLs are displayed even when SEF Advance is activated).

Would anyone know how to achieve this please?
Pages: [1] 2