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,815

Results 3,701 to 3,720 of 5,058
1 Sep 2009, 11:02 PM
#3701
newbie76 avatar

newbie76

Zen Follower

Join Date:
Aug 2009
Posts:
100
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

I got the module install error message too but I found this thread (glad I did), now installed module manager and ssu is working fine, thanks yellow, great addition :)

2 Sep 2009, 6:31 AM
#3702
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

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

Every time I try to clear SSU cache, whether it be alias cache, page cache, etc... I get a OS dialog window that says it's trying to open the file ssu.php. I don't think cache is actually clearing at all... this is a big problem because I can't edit any of my page titles?

Any idea what would be causing this?

2 Sep 2009, 10:34 AM
#3703
yellow1912 avatar

yellow1912

Totally Zenned

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

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

swamyg1:

Every time I try to clear SSU cache, whether it be alias cache, page cache, etc... I get a OS dialog window that says it's trying to open the file ssu.php. I don't think cache is actually clearing at all... this is a big problem because I can't edit any of my page titles?

Any idea what would be causing this?
Huhm, perhaps it is something you should check with your host?

2 Sep 2009, 5:59 PM
#3704
porty777 avatar

porty777

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

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

yellow1912:

It means that for some reason your module has not been installed properly. Im not sure why it happens, but perhaps you can try to run this via tools->sql patches:

TRUNCATE TABLE module_version_tracker;

Now go back to extras->ssu and see if you see some messages telling you that patches are being applied
I ran the SQL patch (and saw messages that they were being applied) and I am still at the same place. I get this, no matter where I go. Can anyone help? Please?

Instruction SSU caches your categories/products names and links in order to reduce the number of sql queries and minimize the performance penalty on your server. That has its drawback, however. If you change your categories/products names, you will need to reset the cache to force SSU reload and update the names.
Cache Functions Check and fix cache(Run this once if you upgrade from any version older than 3.6.5): Click here
Reset all cache: Click here
Reset alias cache: Click here
Reset only products cache: Click here
Reset only categories cache: Click here
Reset only pages cache: Click here
Alias Functions Manage Aliases: Click here

2 Sep 2009, 6:20 PM
#3705
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

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

yellow1912:

Huhm, perhaps it is something you should check with your host?

Thanks Yellow!

I contacted my host and they gave me the following response:
**The issue was that the php memory limit was too low and the page was eating up all of the ram until it hit the limit and died. **

2 Sep 2009, 7:25 PM
#3706
llynix avatar

llynix

Zen Follower

Join Date:
Jul 2009
Location:
Texas
Posts:
210
Plugin Contributions:
0

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

yellow1912:

What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
$link = str_replace('&', '&', $link);

Do it right before
return $link;

Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.

This doesn't seem to solve it on my end. I also tried mprough's trick with no luck.

Anthony

3 Sep 2009, 1:55 AM
#3707
pennylane avatar

pennylane

New Zenner

Join Date:
Aug 2009
Posts:
31
Plugin Contributions:
0

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

Have been testing my site as I go along, and noticed that when I put a product with attributes into my shopping cart and then try to delete it using the "remove" button, it doesn't delete. The only way to remove it is to set the quantity to zero and click "update". When I put a product without attributes into the cart, I can remove it.

Has anyone else had this issue, and if so, can you provide a detailed fix? My site is https://www.pennylanepapersgiftbags.com. The item that I can't remove from the cart is "Birthday Hats Gift Bag".

Thanks in advance for your help!!

3 Sep 2009, 4:10 AM
#3708
yellow1912 avatar

yellow1912

Totally Zenned

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

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

swamyg1:

Thanks Yellow!

I contacted my host and they gave me the following response:
**The issue was that the php memory limit was too low and the page was eating up all of the ram until it hit the limit and died. **
Clear your cache via ftp seems to be the answer for now. In the next version you will see much improvement on this.

3 Sep 2009, 4:12 AM
#3709
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Porty777:

I ran the SQL patch (and saw messages that they were being applied) and I am still at the same place. I get this, no matter where I go. Can anyone help? Please?

Instruction SSU caches your categories/products names and links in order to reduce the number of sql queries and minimize the performance penalty on your server. That has its drawback, however. If you change your categories/products names, you will need to reset the cache to force SSU reload and update the names.
Cache Functions Check and fix cache(Run this once if you upgrade from any version older than 3.6.5): Click here
Reset all cache: Click here
Reset alias cache: Click here
Reset only products cache: Click here
Reset only categories cache: Click here
Reset only pages cache: Click here
Alias Functions Manage Aliases: Click here
Yup, what's wrong? It's how it supposed to be. The config is set via admin-configuration-ssu settings menu

3 Sep 2009, 10:58 AM
#3710
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

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

Works fine on my mostly stock test site. What happens if you switch temporarily back to the Classic template?

3 Sep 2009, 11:42 AM
#3711
porty777 avatar

porty777

New Zenner

Join Date:
Aug 2009
Posts:
8
Plugin Contributions:
0

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

yellow1912:

Yup, what's wrong? It's how it supposed to be. The config is set via admin-configuration-ssu settings menu

I don't know how to set it up. There are instructions on a link you gave me and I have no idea where to go to do that.
http://wiki.rubikintegration.com/zencart/modules/ssu/config

3 Sep 2009, 12:31 PM
#3712
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Porty777:

I don't know how to set it up. There are instructions on a link you gave me and I have no idea where to go to do that.
http://wiki.rubikintegration.com/zencart/modules/ssu/config
Admin→Configuration→Simple SEO URL

In your admin, go to configuration the Simple Seo Url

3 Sep 2009, 3:37 PM
#3713
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

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

Hi Just installed latest version on a new site , all fine , except ..

Whos Online now shows users as accessing :-

/includes/templates/my_template/images/sidebox.gif
and pixel_trans.gif

Has this been answered already ? I did search this massive thread !!

Cheers

4 Sep 2009, 1:29 AM
#3714
pennylane avatar

pennylane

New Zenner

Join Date:
Aug 2009
Posts:
31
Plugin Contributions:
0

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

just tried changing the template back to the classic green template, and the issue still exists. I can't remove the item from the cart using the Delete button. Any suggestions??

4 Sep 2009, 2:53 AM
#3715
pennylane avatar

pennylane

New Zenner

Join Date:
Aug 2009
Posts:
31
Plugin Contributions:
0

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

I should add that I have added some modules. I have a feeling that the Simple SEO module may have something to do with it because when I turn Simple SEO off, I am able to remove all items from the cart.

I will try posting in the Simple SEO support thread.

4 Sep 2009, 5:48 AM
#3716
charleslumpkin avatar

charleslumpkin

New Zenner

Join Date:
Aug 2009
Posts:
2
Plugin Contributions:
0

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

Having some trouble with the install of this. I first installed the older version from the zen-cart site. I got that working.

I was reading through this thread and realized that version was old and that there are been some great updates to the code since then. I installed the new version and reset the cache. But I can't get the new category seperators to work. Seems like everything I do just simply keeps the old structure around.

Thoughts on how to fix this are greatly appreciated!

4 Sep 2009, 9:06 AM
#3717
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

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

I have the same problem as crazycucumber. Now I have Simple SEO installed its all working perfectly apart from when I look at whos online, every real person visiting my site is showing as being on:

/includes/templates/my_template/images/pixel_trans.gif

or

/includes/templates/my_template/images/sidebox.gif

Only Robots and aolproxy are showing he actual pages that they are on??

Please help, i hope there is a fix for this :o)

Phil

4 Sep 2009, 12:12 PM
#3718
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

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

Also I saw a similar post back in this thread and you said to put popup_image in the exclude list, i've done this and its still the same. :wacko:

5 Sep 2009, 8:44 AM
#3719
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

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

I fixed it. Turns out it was showing the image paths for some reason due to my page calling those images when they didn't actually exist on the server! Hope this helps anyone else who might experience the same issue in the future.

Cheers


http://www.fanciedress.co.uk - Online Fancy Dress

5 Sep 2009, 9:19 AM
#3720
urbanfoodie avatar

urbanfoodie

New Zenner

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

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

yellow1912:

The htaccess for the zencart store, in this case, should be add to the htaccess file under the shop folder.

Thank you, thank you. That worked! :clap: