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

Chemo's Ultimate URL's

Views: 493,349

Results 501 to 520 of 1,407
1 Mar 2007, 8:45 PM
#501
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Chemo's Ultimate URL's

tvadpro:

I have a bug report ready to go, but before posting it, I want to make sure what I experienced is in fact a bug -- as opposed to my own ignorance of how CHEMO'S works.

My problem started when I changed the Master Category ID of one of my products, then discovered the catalog was still behaving as if the product belonged to its previous master category.

To make the long story short, I learned that turning off SEO URLs fixed the mistaken-master-category problem.

The new problem, of course, is that I'd like very much to turn CHEMO'S back on. Is this a bug, or do I simply need to adjust my settings, reset my SEO URLs cache, etc.?

Thanks in advance,
Sean

Try enabling it and resetting SEO cache and see what happens.. it might fix the problem

1 Mar 2007, 8:52 PM
#502
tvadpro avatar

tvadpro

Zen Follower

Join Date:
Aug 2005
Location:
Cincinnati
Posts:
323
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Bug report -- reproduced in 2 environments
SEO URLs Version: Ultimate_SEO_URLs_v2.103 (both environments)
Zen Cart Version: Zen-Cart version 1.3.7 (both environments)
PHP Version: PHP Version 4.3.11 (Zend: 1.3.0), 4.4.2 (Zend: 1.3.0)
MySQL Version: MySQL 4.1.20-max-log, MySQL 4.1.21-standard
Web Server: Apache (versions unknown)
Server Platform: Linux 2.6.14.7, Linux 2.6.9-34.0.1.ELsmp

Bug Summary: SEO URLs causes incorrect Master Category ID behavior.

Bug Details: With SEO URLs running, I changed a product's master category ID. However, the catalog continued behaving as if the old category were still the master -- until SEO URLs was switched off.

Settings:
Enable SEO URLs? true
Add cPath to product URLs? false
Add category parent to begining of URLs? true
Filter Short Words 3
Output W3C valid URLs (parameter string)? true
Enable SEO cache to save queries? true
Enable product cache? true
Enable categories cache? true
Enable manufacturers cache? true
Enable articles cache? true
Enable information cache? true
Enable automatic redirects? true
Choose URL Rewrite Type Rewrite
Enter special character conversions
Remove all non-alphanumeric characters? true

1 Mar 2007, 8:55 PM
#503
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

tvadpro:

I have a bug report ready to go, but before posting it, I want to make sure what I experienced is in fact a bug

Bug reports for 2.1x are no longer being accepted. I you have a problem, try the version 3 beta, and if the problem still exists, then report the version 3 bug through the proper channels according to the directions in the guide.

Have a nice day.

1 Mar 2007, 9:00 PM
#504
tvadpro avatar

tvadpro

Zen Follower

Join Date:
Aug 2005
Location:
Cincinnati
Posts:
323
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Thanks -- I'll test the beta in the less productive environment and wait for the production release on the other.> dreamscape:

Bug reports for 2.1x are no longer being accepted. I you have a problem, try the version 3 beta, and if the problem still exists, then report the version 3 bug through the proper channels according to the directions in the guide.

Have a nice day.

1 Mar 2007, 9:04 PM
#505
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

birdoasis:

Have you tested it with Google Checkout?

Thanks!

This does not affect Google Checkout. Please keep in mind that it is the responsibility of each user to test this mod with other mods and report back if they have problem. It's unrealistic to expect the mod created to install ALL mods to test against their mod so that they can report back if it works or not.

Best thing to do is for you to install, test it and if it doesn't work report here or better yet, report here to let others know it works as well.

Thanks!

1 Mar 2007, 9:42 PM
#506
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Anybody getting problems installing the beta? I am having a difficult time getting it to work. Seems its the .htaccess that is giving me problems.

1 Mar 2007, 9:50 PM
#507
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Blitz49:

Anybody getting problems installing the beta? I am having a difficult time getting it to work. Seems its the .htaccess that is giving me problems.

What type of problem are you having? Any error messages? Is this an upgrade from V2 or a new V3 Beta install? Are you using Mod Rewrite or Path-Info option?

1 Mar 2007, 9:53 PM
#508
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Are you using Mod Rewrite or Path-Info option?

And if you're using Mod Rewrite, are you rewriting to the PATH_INFO or the query string option?

1 Mar 2007, 9:58 PM
#509
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

When I use Modrewrite i get a server 500 error. I added the following code to my .htaccess

  1. From Ultimate Seo Urls version 2.1 to 3.X

  2. RewriteCond %{REQUEST_FILENAME} !-f
  3. RewriteRule ^(.)-p-(.).html$ index.php?main_page=product_info&products_id=
    $2&%{QUERY_STRING} [L,R=301]
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.)-c-(.).html$ index.php?main_page=index&cPath=$2&%
    {QUERY_STRING} [L,R=301]
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteRule ^(.*)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=
    $2&%{QUERY_STRING} [L,R=301]
  8. RewriteCond %{REQUEST_FILENAME} !-f
  9. RewriteRule ^(.*)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%
    {QUERY_STRING} [L,R=301]
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteRule ^(.*)-pr-([0-9]+).html$ index.php?
    main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L,R=301]
  12. RewriteCond %{REQUEST_FILENAME} !-f
  13. RewriteRule ^(.*)-pri-([0-9]+).html$ index.php?
    main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L,R=301]
  14. RewriteCond %{REQUEST_FILENAME} !-f
  15. RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L,R=301]
1 Mar 2007, 10:03 PM
#510
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

You don't add the line numbers silly.

And why are you adding 2.1 upgrade RewriteRules if you are doing a new install?

1 Mar 2007, 10:06 PM
#511
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Here is my .htaccess file. I get 500 server error with this, and page base to blank.

RewriteEngine On
RewriteBase /

From Ultimate Seo Urls version 2.1 to 3.X

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)-p-(.).html$ index.php?main_page=product_info&products_id=
$2&%{QUERY_STRING} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)-c-(.).html$ index.php?main_page=index&cPath=$2&%
{QUERY_STRING} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=
$2&%{QUERY_STRING} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%
{QUERY_STRING} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)-pr-([0-9]+).html$ index.php?
main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)-pri-([0-9]+).html$ index.php?
main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L,R=301]

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

1 Mar 2007, 10:09 PM
#512
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

make sure each rewrite rule is on a single line.

1 Mar 2007, 10:10 PM
#513
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

When I use the following code in my .htaccess i get "The page isn't redirecting properly"

RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

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

or

Seo Urls version 3.x

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1 [L,QSA]

1 Mar 2007, 10:17 PM
#514
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

dreamscape:

make sure each rewrite rule is on a single line.

that corrected the 500 Server error, but still getting the The page isn't redirecting properly.

The following code in my .htaccess i get "The page isn't redirecting properly" as well.

RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

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

or

Seo Urls version 3.x

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php/$1 [L,QSA]

1 Mar 2007, 10:22 PM
#515
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Please post your .htaccess in its entirety (please use code tags) as well as your Seo Url settings.

The only way I can re-create the problem is if I put in the 2.1x to 3.x upgrade rules and set the default extension to ".html", which is of course a silly thing to do since #1 you aren't changing the extension and do not need the upgrade rules as stated in the guide and #2 it will obviously cause an infinite loop in mod rewrite.

1 Mar 2007, 10:32 PM
#516
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

dreamscape:

Please post your .htaccess in its entirety (please use code tags) as well as your Seo Url settings.

The only way I can re-create the problem is if I put in the 2.1x to 3.x upgrade rules and set the default extension to ".html", which is of course a silly thing to do since #1 you aren't changing the extension and do not need the upgrade rules as stated in the guide and #2 it will obviously cause an infinite loop in mod rewrite.

I changed the html_output.php

/**

  • Seo Urls zen_href_link replacement
    */
    function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL',
    $add_session_id = true, $search_engine_safe = true, $static = false,
    $use_dir_ws_catalog = true) {

return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection,
$add_session_id, $static, $use_dir_ws_catalog);
}
/*

  • The HTML href link wrapper function
    */
    function zen_href_link_stock($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
    global $request_type, $session_started, $http_domain, $https_domain;

Still getting the The page isn't redirecting properly Here is the .htaccess I am using:

RewriteEngine On
RewriteBase /

Seo Urls version 3.x

Don't rewrite real files or directories

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

Admin settings:

Seo Urls Status On
301 Redirection Status On
Page Base index.php (leaving blank gives me the same problem)
Default Extension
Url Plugins
Character Plugins

1 Mar 2007, 10:40 PM
#517
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Use without Mod Rewrite first to make sure your Zen Cart and server are set up correctly. And please use code tags. Things are easier to read when they are not jumbled together ;)

1 Mar 2007, 10:48 PM
#518
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

dreamscape:

Use without Mod Rewrite first to make sure your Zen Cart and server are set up correctly. And please use code tags. Things are easier to read when they are not jumbled together ;)

Sorry, but I do I go about not using Mod Rewrite? When I set my .htaccess to RewriteEngine On
RewriteBase /

I get The page isn't redirecting properly. When I remove that I still get the same problem. I apologize about not using code tags.

1 Mar 2007, 10:53 PM
#519
dreamscape avatar

dreamscape

Totally Zenned

Join Date:
Nov 2003
Posts:
721
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Blitz49:

Sorry, but I do I go about not using Mod Rewrite?

Change RewriteEngine On to RewriteEngine Off

If you get the error message without any rewrite rules, then clearly there is a major problem with your mod_rewrite installation or setup.

1 Mar 2007, 11:18 PM
#520
blitz49 avatar

blitz49

New Zenner

Join Date:
Apr 2005
Posts:
99
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

dreamscape:

Change RewriteEngine On to RewriteEngine Off

If you get the error message without any rewrite rules, then clearly there is a major problem with your mod_rewrite installation or setup.

Okay I set it to off, and I'm still experiencing the same problems. How do I go about on fixing the mod_rewrite?