Zen Cart Logo
Forums / All Other Contributions/Addons / Chemo's Ultimate URL's

Chemo's Ultimate URL's

Views: 493,422

Results 981 to 1,000 of 1,407
25 Jul 2007, 11:53 PM
#981
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Chemo's Ultimate URL's

I just tried to reinstall it again, it seems to be fine(so far), however I can't actually enable it, I am having the same problem someone else mentioned where I clicking on an option doesn't let me edit it.

The admin page for SEO also shows this error

Fatal error: Class coreadvancedsearchresultseourlplugin: Cannot inherit from undefined class coreadvancedsearchseourlplugin in /home2/goo10000/public_html/includes/classes/seo/seo.url_plugins/__core__/advanced_search_result.php on line 14

I am running PHP form the default settings(mod_php right?) and I haven't altered any permisions from when I uploaded the files.

26 Jul 2007, 5:24 AM
#982
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Ok, its now working, and wonderfully I might say!

26 Jul 2007, 5:38 AM
#983
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Chemo's Ultimate URL's

I replaced ths file with the one from the bug tracker

<?php
/* $Id: advanced_search_result.php 106 2007-03-02 13:11:01Z dreamscape $ */
/**
 * @package SeoUrl
 * @subpackage Plugins
 * @name seo.plugins.url.plugins.core.advanced_search.result
 */

if (!defined('IS_ADMIN_FLAG')) {
	die('Illegal Access');
}


require_once(SEO_URL_BASE_DIR . '/seo.url_plugins/__core__/advanced_search.php');

class CoreAdvancedSearchResultSeoUrlPlugin extends CoreAdvancedSearchSeoUrlPlugin {

	/**
	 * @var string Plugin title
	 */
	var $title = 'Core: Advanced Search: Result';

	/**
	 * @var string Plugin description
	 */
	var $descr = '';

	var $page = FILENAME_ADVANCED_SEARCH_RESULT;

}
26 Jul 2007, 11:22 AM
#984
magpie avatar

magpie

New Zenner

Join Date:
Jun 2007
Posts:
39
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi All

Merlinpa

The problem is that if the SSL box is not ticked, my checkout will not work, I have had a look into patch for paypal but with 12 new files to install and some looking like they had the same name looks a little daunting for a zen cart newbie like me.Not sure what to do, also I noticed even with the mod off on paypal there is no details of the item titles.

Magpie

30 Jul 2007, 8:45 AM
#985
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I am getting 404 page not found, i am using the beta version on 1.3.7 Zen Cart.

If my host does not support mod rewrite does the .htaccess over write that setting? in another way, if i have .htaccess then it does not mater if the server RewriteEngine or mod rewrite is off or on? Thanks for you help.

30 Jul 2007, 8:49 AM
#986
pconlineshop avatar

pconlineshop

New Zenner

Join Date:
Jul 2007
Posts:
2
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hello everyone,

i installed the Ultimate_SEO_URLs_v2.105 version, everything went well. mainpage is viewing without a problem but when i click on a link of a product or other link i get a "page not found 404" error.

the links are correct transformed
example: http://www.laptop-onlineshop.be/targus-essential-backpac-15-154-blue-nylon-p-868.html

I tried it on 2 diferent servers, both have the same problem. can someone help ?

30 Jul 2007, 10:54 AM
#987
pconlineshop avatar

pconlineshop

New Zenner

Join Date:
Jul 2007
Posts:
2
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I found the problem already. it was in my htaccess file, here are my changes:

NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks << I disabled this because else i get a Internal Server Error

RewriteEngine On
RewriteBase / << if i set here my path it wont work, just / is enough

From Ultimate SEO URLs

RewriteRule ^(.)-p-(.).html$ index.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-c-(.).html$ index.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-pr-([0-9]+).html$ index.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pri-([0-9]+).html$ index.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

For Open Operations Info Manager

RewriteRule ^(.*)-i-([0-9]+).html$ index.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

For dreamscape's News & Articles Manager

RewriteRule ^news/?$ index.php?main_page=news&%{QUERY_STRING} [L]
RewriteRule ^news/rss.xml$ index.php?main_page=news_rss&%{QUERY_STRING} [L]
RewriteRule ^news/archive/?$ index.php?main_page=news_archive&%{QUERY_STRING} [L]
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.)-a-([0-9]+)-comments.html$ index.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.
)-a-([0-9]+).html$ index.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

All other pages

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L]

Finally i got it to work after 3 days :clap::clap::clap::clap:

30 Jul 2007, 5:58 PM
#988
motti avatar

motti

Zen Follower

Join Date:
Feb 2007
Location:
Los Angeles
Posts:
348
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi

Can some one please summery this please, or direct me to the where or what is the final thought on this mod.
The are 100s pages in few Threads some say it not good for Google as it will make you loose ranking, also I see the are different version of this mod, which one will suit my Zen cart, I use Zen 1.3.7

P.S when I refresh my page I get better looking url, is that normal ?
Thank you

30 Jul 2007, 6:13 PM
#989
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

TamyA:

I am getting 404 page not found, i am using the beta version on 1.3.7 Zen Cart.

If my host does not support mod rewrite does the .htaccess over write that setting? in another way, if i have .htaccess then it does not mater if the server RewriteEngine or mod rewrite is off or on? Thanks for you help.

Ok maybe understanding the basics for me will be a big help.

I contacted my host about mod rewrite and i was told that my server is Windows not Linux, so my question is

Can this be used on Windows IIS server? do i need the .htaccess for windows or Linux or both?

and the question of the day why i am getting 404.

PS. I was not going to install this untill i saw a post for Merlinpa1969 saying it works, and she was giving help and support on this, so Merlinpa1969 please help.

30 Jul 2007, 7:29 PM
#990
magpie avatar

magpie

New Zenner

Join Date:
Jun 2007
Posts:
39
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

HI

With the seo url mod on my returning customers log in their account then get taken to my host website after clicking log in, which always happens when I have a problem with this mod, this is using the Seo Urls 3.0.0-beta1

Thanks

1 Aug 2007, 12:55 PM
#991
fluffy_bunny avatar

fluffy_bunny

New Zenner

Join Date:
May 2007
Posts:
76
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

motti:

Hi

Can some one please summery this please, or direct me to the where or what is the final thought on this mod.
The are 100s pages in few Threads some say it not good for Google as it will make you loose ranking, also I see the are different version of this mod, which one will suit my Zen cart, I use Zen 1.3.7

P.S when I refresh my page I get better looking url, is that normal ?
Thank you

I am about to do this, but share your feelings, I don't want to do it if its not worth it, I just got on Google today so I don't wanna lose it now.

Why should or should I not use SEO urls?

2 Aug 2007, 2:05 AM
#992
leo_zhao avatar

leo_zhao

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi all,

I am new for zen cart and the SEO URL.
I used the zen cart version 1.3.6, and SEO URL beta1.

This SEO URL does helped me get the seo url for the site. That is good, and thanks about that. However, the shopping cart is not working with the beautiful seo url now.

Does anyone know how to fix this problem, and make the shopping cart working with seo url ?

If the shopping cart is not working, i think the seo url will be useless for us.

Maybe I missed some simple thing, can I have some suggestions?

Cheers.

2 Aug 2007, 2:06 AM
#993
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

What problem are you having with the shopping cart?

When a user adds an item does it just say your shopping cart is empty?

2 Aug 2007, 2:09 AM
#994
leo_zhao avatar

leo_zhao

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

GoodBuyGail:

What problem are you having with the shopping cart?

When a user adds an item does it just say your shopping cart is empty?

Hi man,
yes, your are absolutely right.

Do you know what should i do?
When I turned the seo addon off in the backend, the shopping cart works fine again.

I really appricated for any suggestion.

Thanks a lot.

2 Aug 2007, 2:53 AM
#995
goodbuygail avatar

goodbuygail

New Zenner

Join Date:
Jul 2007
Posts:
77
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I'm not sure, I was having the same problem, but I never really got a chance to look at it because SEO URLs was somehow preventing users from logging in, that problem is being looked at so perhaps they are actually the same problem, right now I have it disabled and I'm not going to play with it until that is cleared up.

2 Aug 2007, 3:07 AM
#996
leo_zhao avatar

leo_zhao

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

GoodBuyGail:

I'm not sure, I was having the same problem, but I never really got a chance to look at it because SEO URLs was somehow preventing users from logging in, that problem is being looked at so perhaps they are actually the same problem, right now I have it disabled and I'm not going to play with it until that is cleared up.

Thanks for your kind reply.
In the previous post, I found
Merlinpa1969 has a site( http://www.york-karate.com/ ), and it is working well with seo url.

Hope he has ideas to solve the problem, that will be great.

Hi, Merlinpa1969, do you know how to solve the shopping cart empty(with the seo url) problem?

Cheers.

2 Aug 2007, 3:19 AM
#997
leo_zhao avatar

leo_zhao

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Merlinpa1969:

The Beta works,
Get it here
you can see it in action at
https://www.york-karate.com

Hi Merlinpa1969 , I found you got a site running well with seo url.

I had a problem with the shopping cart, when i use the seo url.

The problem is that if i switch the seo url on in the backend, the shopping cart is always empty?

Do have any clue to fix this problem?

Waiting for your answer.

Cheers.

2 Aug 2007, 4:11 AM
#998
leo_zhao avatar

leo_zhao

New Zenner

Join Date:
Aug 2007
Posts:
6
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi, all.

I thought the SEO URL is working like redirecting the original url to SEO url.
Therefore, when it does the redirect, we would lose the information from the posted form.
That means all the form such as shopping cart or contact us form would be not working correctly with seo url.

Am I right?
Anyone has got a site working well with this SEO URL?

.

2 Aug 2007, 12:19 PM
#999
zaidis avatar

zaidis

New Zenner

Join Date:
Jul 2007
Posts:
1
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Where can i download SEO 3.0 i can't find this version
Thanks