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

Chemo's Ultimate URL's

Views: 493,419

Results 1,001 to 1,020 of 1,407
5 Aug 2007, 6:54 PM
#1001
tamya avatar

tamya

Zen Follower

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

Chemo's Ultimate URL's

Merlinpa1969:

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

** No it does not work**,

just signed up for a Linux hosting, moved a site that i had in windows host and it look like it was working until you add an item to your cart, then it will show an empty cart (this is a known bug) and here is a list of known bugs in it- Card details are not passed through checkout, nor emailed in 2 parts

  • With this mod and shared SSL on can not login as an existing customer
  • shopping cart doesn't work
  • Paypal payment problem!if someone got to work with all these these bugs then must spend a ton of time working on it or they are very very good in PHP .

for the average or below average programmer this will take some time and then you find out that you are breaking something else.

I like the contribution and i appreciate the developer effort and time but i will turn it off for now until these issues resolved.

i hope this safe someone else time and frustration.

7 Aug 2007, 2:30 AM
#1002
rxalex avatar

rxalex

Totally Zenned

Join Date:
Feb 2006
Posts:
588
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I am getting a 404 error,The requested URL /zc_install/index.php does not exist . since I installed it on my second shop on server... and doesnt show up in config in admin. My second shop is in a sub directory, I would appreciate some help ... Thanks in advance

7 Aug 2007, 3:34 AM
#1003
rxalex avatar

rxalex

Totally Zenned

Join Date:
Feb 2006
Posts:
588
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

reinstalled again and again finally started working weird but thanks anyways :)

7 Aug 2007, 3:42 AM
#1004
bigjoed avatar

bigjoed

Zen Follower

Join Date:
Apr 2006
Location:
Fort Bragg, North Carolina
Posts:
152
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

I have installed Zencart 1.3.7 using Xaamp. I'm having the following error at the top of my page after installing Chemo's URL Add on:

*Warning: Variable passed to each() is not an array or object in X:\xampp\htdocs\mywebsite\includes\classes\db\mysql\query_factory.php on line 114

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at X:\xampp\htdocs\mywebsite\includes\classes\db\mysql\query_factory.php:114) in X:\xampp\htdocs\mywebsite\includes\functions\sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at X:\xampp\htdocs\mywebsite\includes\classes\db\mysql\query_factory.php:114) in X:\xampp\htdocs\mywebsite\includes\init_includes\init_templates.php on line 78*

at the bottom of the page I get this other error message:

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUC' at line 7
in:
[select p.products_id, pd.products_name, products_date_available as date_expected from products p, products_description pd where p.products_id = pd.products_id and p.products_status = 1 and pd.language_id = '1' and p.products_date_available >=20070806 order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]

Could anybody tell me what this mean and how to fix it?

Thanks

8 Aug 2007, 7:33 PM
#1005
magpie avatar

magpie

New Zenner

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

Re: Chemo's Ultimate URL's

HI

I have the beta 3.0.0.1 seo url mod version and have just read that if you have a shared ssl the mod it will not let you customers log in, is this true.

Thanks

9 Aug 2007, 12:01 AM
#1006
tfortan avatar

tfortan

New Zenner

Join Date:
Aug 2005
Location:
Santa Cruz, CA
Posts:
24
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Does anyone know if there is a way to turn underscores to dashes when creating new defined pages? Ex. (site-map.html instead of site_map.html).

10 Aug 2007, 6:47 AM
#1007
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

Even though i posted a page back that this mod does not work but i am not giving up on it, re reading this thread again it seems that some people got it to work, but where are those people to provide some help for us newbies????

Like i said i got a Linux account and i installed Zen Cart 1.3.7 and then backed up my files and my database from the working site and moved them to the new host, i installed this mod but i can not get items in the cart (always show empty cart) even though products and categories show as .html url.

since some people got it to work for them then i am assuming that i am missing something here, i followed what merlin advice to setup but no success yet.

Any Ideas?

10 Aug 2007, 1:14 PM
#1008
magpie avatar

magpie

New Zenner

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

Re: Chemo's Ultimate URL's

Hi Tam

Have you turned on you url plugins on our admin, I have zen cart v1.3.7
and the beta3.0.0.1 seo url mod version looks to work the best, but still
getting a few problems with customers not being able to log into their acccount.

Mag
:bigups:

10 Aug 2007, 9:34 PM
#1009
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

magpie:

Hi Tam

Have you turned on you url plugins on our admin, I have zen cart v1.3.7
and the beta3.0.0.1 seo url mod version looks to work the best, but still
getting a few problems with customers not being able to log into their account.

Mag
:bigups:

Hi Mag,

Yes i turned all the core page to on as suggested earlier in this thread, i am not sure why isn't working.

My categories and products works great but when you try to add an item to the to the cart it says the cart is empty, i made sure the cache directory is set to 777 (not sure if that has any thing to do with it).

Customer sign up does not write the information to the database thus customer login is not working.

I am suspecting a permission issue or the .htaccess entries, here is my basic htaccess

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]

Do i need more lines in my htaccess?

I will keep playing with it until it works and when it does i will have step-by-step installation instruction, i hate to see others go through what I've been through.

10 Aug 2007, 11:35 PM
#1010
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

tfortan:

Does anyone know if there is a way to turn underscores to dashes when creating new defined pages? Ex. (site-map.html instead of site_map.html).

I don't. But I did do a search the other day on the use of "_", "-" and "+" in urls for SEO. You might want to do the same, including doing searches on terms with the various separators to see if the search listings come up differently.

IMO, dashes are probably best, apparently being universally recognized and used. Some sources indicated it didn't matter, they all act as spaces.

Do test searches. My experience was that the "-" and "+" were very close producing results, the underscore seemed different.

11 Aug 2007, 12:43 AM
#1011
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

TamyA:

Customer sign up does not write the information to the database thus customer login is not working.

I am suspecting a permission issue or the .htaccess entries, here is my basic htaccess

Wondering if this has anything to do with it, from pdf/instructions ChangeLog:

Fixed Bug: #511, Customer login may fail when “Recreate Session” is True and
“Force Cookie Use” is False

I will keep playing with it until it works and when it does i will have step-by-step installation instruction, i hate to see others go through what I've been through.

I know I'm looking forward to that! My last problem: PayPal order does not return to ZC admin.

11 Aug 2007, 1:10 AM
#1012
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

SPH:

Wondering if this has anything to do with it, from pdf/instructions ChangeLog:

Fixed Bug: #511, Customer login may fail when “Recreate Session” is True and
“Force Cookie Use” is False

Yah that was a problem in 2.1 but it suppose to be fixed in the latest version which i am using.

11 Aug 2007, 5:41 PM
#1013
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

Update:

I got passed the shopping cart empy issue, the problem was me :bangin:
I edited the file html_output.php but not the one on the site i am testing this mod with. :frusty:

The issue of new customers being able to create an account and login also was resolved, I am testing without SSL installed so following dreamscape's advice to uncheck **Core: Default: Skip SSL **Skip transforming SSL urls i was able to create a new account and the payment process was taking me through the steps.

About the PayPal Express checkout, currently i am getting the url kind of missed up https://www.mysite.com/ipn_main_handler.php.html?type=ec, as you see i am having an extension addes to the file even though i enabled
**Core: Default Skips **Skip urls with extensions [most likely real files].

I tried to follow dreamscape solution
but i could not even find the function he mentioned in that file

to be honest with you, PayPal Express checkout was a challenge for me even on the my live site, i was never been able to get it to work, every time that button was clicked it show the following error

Return to Merchant

This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow.

and the same error i get when i remove the .html extension and reload the page.

I will keep searching/testing and i will update.

12 Aug 2007, 2:04 AM
#1014
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

TamyA:

Update:

About the PayPal Express checkout, currently i am getting the url kind of missed up www.mysite.com/ipn_main_handler.php.html?type=ec, as you see i am having an extension addes to the file even though i enabled
**Core: Default Skips **Skip urls with extensions [most likely real files].

I tried to follow dreamscape solution
but i could not even find the function he mentioned in that file

I got this problem solved by adding the following lines

           // don't rewrite the paypal IPN notify url
           if ($page == 'ipn_main_handler.php') {
                return $this->buildStockHrefLink($page, $parameters, $connection, $add_session_id, true, $static, $use_dir_ws_catalog);
               }
```to the file includes\classes\seo\seo.url.php right after 
    /**
     * don't rewrite pages we should skip
     */
    if ($this->plugins->skipSeoUrl($page, $parameters, $connection) === true) {
        return $this->buildStockHrefLink($page, $parameters, $connection, $add_session_id, true, $static, $use_dir_ws_catalog);
    }

> to be honest with you, PayPal Express checkout was a challenge for me even on the my live site, i was never been able to get it to work, every time that button was clicked it show the following error
> 
> **Return to Merchant**
> 
> 
> This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow.
> 
> and the same error i get when i remove the .html extension and reload the page.:frusty: This another one of those things, i was able to to pass that by setting the cURL correctly in the admin>configuration>mystore.
12 Aug 2007, 3:46 AM
#1015
jwm931 avatar

jwm931

New Zenner

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

Re: Chemo's Ultimate URL's

What is the first thing to check when getting a 404 error after installing Seo_Url?

https://www.funtasticaltoys.com/toyshop/index.php

Works fine on the admin side, but not working on the cart side.

I had a few other errors, but I worked around all of them.

The one thing I never figured out was that the directions stated to remove the old seo reference in admin/includes/products.php I do not have that file, had product.php but no seo references in it.

12 Aug 2007, 4:00 AM
#1016
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

Jwm931:

What is the first thing to check when getting a 404 error after installing Seo_Url?

Did you enable the core files under admin>configueration>seo.3.0.0-beta1?

12 Aug 2007, 4:07 AM
#1017
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

Jwm931:

What is the first thing to check when getting a 404 error after installing Seo_Url?

the setting should be like this
** Seo Urls Status** On
** 301 Redirection Status** On
** Page Base** (is your cart installed inside the directory /toyshop/? or is it in the root? if it is in the root then this should be blank otherwise it should be /toyshop/

** Default Extension** .html
** Url Plugins** Core: EZ Pages, Core: Product, Core: Default Skips, Core: Product: Reviews: Write, Core: Default: Skip SSL, Core: Advanced Search, Core: Default, Core: Product: Reviews, Core: Advanced Search: Result, Core: Category, Core: Product: Image, Core: Manufacturer, Core: Product: Reviews: Info
** Character Plugins Format**: Strip Invalid

12 Aug 2007, 4:29 AM
#1018
jwm931 avatar

jwm931

New Zenner

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

Re: Chemo's Ultimate URL's

Checked all that, and corrected, still getting the 404.

Here is my htaccess

# $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
#
# This is used with Apache WebServers
# The following blocks direct HTTP requests in this directory recursively
#
# For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
#
# Example:
#
#<Directory "/usr/local/apache/htdocs">
#  AllowOverride Limit
#
# 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
#
# This does not affect PHP include/require functions
#
# Example: http://server/catalog/includes/application_top.php will not work


RewriteEngine On
RewriteBase /toyshop/


# 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]
12 Aug 2007, 4:47 AM
#1019
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

This is my .htaccess file, it looks the same as what you have except for one thing is the + in your last line (I never dealt with htaccess before this.

RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

1 RewriteEngine On
2 RewriteBase /
3
4 # Seo Urls version 3.x
5 # Don't rewrite real files or directories
6 RewriteCond %{REQUEST_FILENAME} !-f
7 RewriteCond %{REQUEST_FILENAME} !-d
8 RewriteRule ^(. )$ index.php?seo_url=$1&%{QUERY_STRING} [L]

12 Aug 2007, 4:51 AM
#1020
tamya avatar

tamya

Zen Follower

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

Re: Chemo's Ultimate URL's

Never mind the last post, it has a + but it does not show in view only when i open the file for edit.:oops:

Did you put the htaccess in the root or in /toyshop/?