Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,791

Results 3,841 to 3,860 of 5,058
18 Sep 2009, 11:31 PM
#3841
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Simple SEO URL (OLD version) [support thread]

I have a similar issue though it's a lot more catastophic for me.. When I update the product notifications I get this error:
**> Warning: urlencode() expects parameter 1 to be string, array given in /home/content/o/v/e/overthehill/html/clients.overthehillweb.com/hairisle/includes/classes/ssu/cores/link.php on line 404

Warning: Cannot modify header information - headers already sent by (output started at /home/content/o/v/e/overthehill/html/clients.overthehillweb.com/hairisle/includes/classes/ssu/cores/link.php:404) in /home/content/o/v/e/overthehill/html/clients.overthehillweb.com/hairisle/includes/classes/ssu/cores/link.php on line 208

Warning: Cannot modify header information - headers already sent by (output started at /home/content/o/v/e/overthehill/html/clients.overthehillweb.com/hairisle/includes/classes/ssu/cores/link.php:404) in /home/content/o/v/e/overthehill/html/clients.overthehillweb.com/hairisle/includes/classes/ssu/cores/link.php on line 209**
mcshane78:

Yellow.. quick question...

with SSU turned off:
when on this page
/index.php?main_page=checkout_success
the user is given the choice to update their 'product status alert' via the update button, this takes them to this page
/index.php?main_page=account_notifications

however, with SSU turned on... when the user clicks the update button at the checkout_success page, the user is just returned to the index page. (/index/notify?action=notify)

I don't know why..

I have added account_notifications,checkout_success, to the excludes list but that has no effect, its simply doesn't write the human readable URLs but stil returns the user to the index page and not the account_notifications page

totally lost....

does anyone else have this problem?

(Im not really that arsed to be honest, if the problem cant be fixed.. can someone tell me how to switch that aspect OFF in the admin for Checkout-success page)

19 Sep 2009, 2:47 PM
#3842
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Simple SEO URL (OLD version) [support thread]

While I still don't know why, I did manage to figure out what SSU was burping on. The URL that my site was being directed to upon login is apparently part of the Flash code found on my WOZ sidebox. The WOZ sidebox I use displays all of my active WordPress widgets on Zen Cart.

Since the sidebox displays all active WP widgets, there are a few that I don't want to display on the Zen Cart side.. So I am using CSS to suppress the display of two of those widgets on the Zen Cart side. So the code is still there if you view the page source.. One of those suppressed WP widgets includes code for a small flash animation which is what SSU is appending to the URL that you are redirected to when logging in..

So that is the what.. I don't know the how.. shrugs:smile: Not sure if this is SSU alone or something that could be fixed with a line or two in the .htaccess file.. shrugs

DivaVocals:

Spoke WAAAAY too soon.. Got up this morning all excited about this working,and found that this :censored: little gremlin just won't go away..:frusty:

This is the ONLY thing that is not working correctly with SSU on..

It keeps burping on my homepage flash and what's weird is that at this point I removed the flash code to help troubleshoot this..

I have removed ALL the flash files from my site. I have removed ALL of the flash code from the main page..

And despite that with SSU turned off the login redirects me to:
http : //clients.overthehillweb . com/hairisle/index.php?main_page=index&/media/hairisleflash2_swf

With SSU turned on the login shows me a page not found error
http : //clients.overthehillweb . com/hairisle/page_not_found/hairisleflash2_swf

But IF I remove the .htaccess file, the login stops trying to redirect me to this NON EXISTENT PAGE.

I have even taken the drastic step of deleting all of the SSU cache folders and copying those over fresh from the install files.. Still no joy..

One thing I did notice (and this may have little or nothing to do with this) but when I look in the module manager at this app, the version says Beta 3.7.1

I am fresh out of ideas..:frusty:

19 Sep 2009, 5:03 PM
#3843
nycgamestore avatar

nycgamestore

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
this is my hta.access file

-FrontPage-

<Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp AuthName yourgameworldo.com IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

BOF SSU

Options +FollowSymLinks
RewriteEngine On

Change "/zencart/ to the correct setting

if your site is located at root folder, then you should have RewriteBase /

Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]

EOF SSU

19 Sep 2009, 8:28 PM
#3844
roooot avatar

roooot

New Zenner

Join Date:
Jun 2009
Posts:
13
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

HI YELLOW
First of all, thank you for your great contri. I appriciate for your effort.
Secondly, I have a little trouble with it. I installed Category Dressing and some other add-on. I set to hide the 1st leverl category in Category Dressing. My issue is when I click on the 1st level category, eveything is fine, but when I choose a 2nd level category, everything is gone in category sidebox.

Could you please tell me how can I fix this problem?

Thank you

My site: www.lixiaoya.com

20 Sep 2009, 4:58 PM
#3845
creamcrackers avatar

creamcrackers

Zen Follower

Join Date:
May 2009
Posts:
228
Plugin Contributions:
1

Re: Simple SEO URL (OLD version) [support thread]

Hi
I just came accross a tool in Google Webmaster Tools that lets me set the site so that Google ignores certain parameters to avoid duplicate content.

To get to this tool log into Google webmaster tools, go to site configuration and then parameter handling.

So im trying to get google to igore the parameters that are still not taken out by SSU

Ive set Google to ignore

cPath
products_id
alpha_filter_id (whats that?)
language
keywords (used when people search the site i assume)
pID
id
zenid
Zenid

Does that sound OK? Have i missed anything?

Fingers crossed this might help my rankings... google says not to worry about dulicate content but many webmasters dont believe it

Thanks!

20 Sep 2009, 9:04 PM
#3846
daves avatar

daves

Zen Follower

Join Date:
Dec 2006
Posts:
102
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

khopek:

I am having a similar problem... Users are not able to remove items from the cart. I cannot remove items either. I need help with this asap

I'm having this same issue. Users can remove cart items by clicking the remove box and then clicking update, but not by clicking the the trashcan icon.

Anyone help on this?

http://www.hairrigs.com

20 Sep 2009, 9:13 PM
#3847
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Me too...

DaveS:

I'm having this same issue. Users can remove cart items by clicking the remove box and then clicking update, but not by clicking the the trashcan icon.

Anyone help on this?

http://www.hairrigs.com

21 Sep 2009, 12:44 AM
#3848
nycgamestore avatar

nycgamestore

New Zenner

Join Date:
Sep 2009
Posts:
6
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Should there be a space between RewriteBase and / on the hta.access file and the configure.php file?

21 Sep 2009, 1:22 AM
#3849
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi,
Has anyone had any problems with this mod and TY Package tracker? http://www.zen-cart.com/forum/showthread.php?t=36126

I am using Simple SEO URL on my site and recently installed TY mod above...when a customer signs into their account and clicks on an order a blank page is displayed.

Please any help would be greatly appreciated.

Thanks,
belaze

21 Sep 2009, 5:39 AM
#3850
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

mcshane78:

Me too...
This was fixed in the current beta version not yet released, however you can fix it easily. Simply edit the file includes/classes/ssu/cores/link.php and REPLACE the 2 instances of urlencode($value) by $value

21 Sep 2009, 5:39 AM
#3851
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

belaze:

Hi,
Has anyone had any problems with this mod and TY Package tracker? http://www.zen-cart.com/forum/showthread.php?t=36126

I am using Simple SEO URL on my site and recently installed TY mod above...when a customer signs into their account and clicks on an order a blank page is displayed.

Please any help would be greatly appreciated.

Thanks,
belaze
You need to debug here https://www.zen-cart.com/tutorials/index.php?article=82

21 Sep 2009, 5:42 AM
#3852
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

nycgamestore:

Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
this is my hta.access file

-FrontPage-

<Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp AuthName yourgameworldo.com IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

BOF SSU

Options +FollowSymLinks
RewriteEngine On

Change "/zencart/ to the correct setting

if your site is located at root folder, then you should have RewriteBase /

Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]

EOF SSU

Which CC module you are using? You can check which "pages" this module is using and EXCLUDE it in the conversion list. Perhaps in the future I will revert SSU behavior so that the store owners will have to specify the "pages" they want to convert to seo links instead. It will be safer that way.

21 Sep 2009, 5:45 AM
#3853
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

roooot:

HI YELLOW
First of all, thank you for your great contri. I appriciate for your effort.
Secondly, I have a little trouble with it. I installed Category Dressing and some other add-on. I set to hide the 1st leverl category in Category Dressing. My issue is when I click on the 1st level category, eveything is fine, but when I choose a 2nd level category, everything is gone in category sidebox.

Could you please tell me how can I fix this problem?

Thank you

My site: www.lixiaoya.com
Errm, you dont seem to have installed the module correctly, why are you having 2 types of link (dynamic/static) working on the same site.

21 Sep 2009, 5:47 AM
#3854
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

creamcrackers:

Hi
I just came accross a tool in Google Webmaster Tools that lets me set the site so that Google ignores certain parameters to avoid duplicate content.

To get to this tool log into Google webmaster tools, go to site configuration and then parameter handling.

So im trying to get google to igore the parameters that are still not taken out by SSU

Ive set Google to ignore

cPath
products_id
alpha_filter_id (whats that?)
language
keywords (used when people search the site i assume)
pID
id
zenid
Zenid

Does that sound OK? Have i missed anything?

Fingers crossed this might help my rankings... google says not to worry about dulicate content but many webmasters dont believe it

Thanks!
Up to you, remember that some of the parameters you listed there should not even appear on your links if you installed SSU correctly

21 Sep 2009, 5:47 AM
#3855
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

nycgamestore:

Should there be a space between RewriteBase and / on the hta.access file and the configure.php file?
Yes, there should be 1 space

21 Sep 2009, 6:03 PM
#3856
creamcrackers avatar

creamcrackers

Zen Follower

Join Date:
May 2009
Posts:
228
Plugin Contributions:
1

Re: Simple SEO URL (OLD version) [support thread]

Hi
Thanks for the GREAT MOD!!!

There is something i cant understand though

Im getting pages indexed like

category1/product1
category2/product1
category3/product1

Thats duplicate content isnt it? Because its exactly the same page.

How can i get rid of this? Although google say dont worry about dulicate content, many webmasters do think its still bad for google

Could i put something in my sitemap (i use XML sitemap mod which is brilliant) and tell the search engines to ONLY index what is in the sitemap? I dont know if you can do that?

Thanks

21 Sep 2009, 11:33 PM
#3857
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello,

Can someone explain the exact process that happens when update your SSU links.

I am having some problems with the link generating process. I go into the admin utility that you fix the problem and when I do and hit the category rest cache link it doesn't reset the links correctly.

I have a C category under Alkalines the link currently reads

/Alkalines--c-104 but should read /Alkalines/C. When I fix the link to reflect that it does not take it the url link should be /Alkalines-c-c-104 but for some reason it chages to the former url link that I mentioned.

http://www.batteriesinaflash.com/rechargeables--c-109

What is th eproblem and how should I fix it.

Side note.. I set the the status to enabled and permanent to yes when editing categories how I want them to always look even after I reset cache. Also I have no set minimum or maximum lengths set for word or names in cofiguration.

Also how come the bread crubs dont reflect the category path correctly?

22 Sep 2009, 9:00 AM
#3858
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I suspect you are using linked product right?
If so, it's how it's supposed to be.

First, dont worry about duplicated content in this, Google says it's okie

Second, if you still worry about it, you can use canonical tag, if you would like to use canonical tag with SSU then perhaps you want to try out the new version, contact me for the package.

creamcrackers:

Hi
Thanks for the GREAT MOD!!!

There is something i cant understand though

Im getting pages indexed like

category1/product1
category2/product1
category3/product1

Thats duplicate content isnt it? Because its exactly the same page.

How can i get rid of this? Although google say dont worry about dulicate content, many webmasters do think its still bad for google

Could i put something in my sitemap (i use XML sitemap mod which is brilliant) and tell the search engines to ONLY index what is in the sitemap? I dont know if you can do that?

Thanks

22 Sep 2009, 9:03 AM
#3859
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

First of all, I recommend you redownload the package from the site under my sig, upload everything again to make sure you get the latest version.

Second, if you are still missing some configuration fields of SSU, let me know, we may need to trigger the re-installation process of ssu database patch.

Third, post a screenshot of your link manager here

batteryman:

Hello,

Can someone explain the exact process that happens when update your SSU links.

I am having some problems with the link generating process. I go into the admin utility that you fix the problem and when I do and hit the category rest cache link it doesn't reset the links correctly.

I have a C category under Alkalines the link currently reads

/Alkalines--c-104 but should read /Alkalines/C. When I fix the link to reflect that it does not take it the url link should be /Alkalines-c-c-104 but for some reason it chages to the former url link that I mentioned.

http://www.batteriesinaflash.com/rechargeables--c-109

What is th eproblem and how should I fix it.

Side note.. I set the the status to enabled and permanent to yes when editing categories how I want them to always look even after I reset cache. Also I have no set minimum or maximum lengths set for word or names in cofiguration.

Also how come the bread crubs dont reflect the category path correctly?