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

Results 3,741 to 3,760 of 5,058
8 Sep 2009, 5:10 AM
#3741
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

hello, Yellow,

Just now re-installed SSU 3.71, new problem occured.

1> no simple seo menu appear under Admin--Config

2, able to visit Extras--Simple SEO manager, the problem is all the dynamic menu does not show auto when mouse hover on.

3> when click Manage Aliases,, it says 1146 Table 'mypopever.links_aliases' doesn't exist
in:
[SELECT * FROM links_aliases]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
.

any further suggestions?:frusty:

8 Sep 2009, 6:50 AM
#3742
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

hello, Yellow,

Just now re-installed SSU 3.71, new problem occured.

1> no simple seo menu appear under Admin--Config

2, able to visit Extras--Simple SEO manager, the problem is all the dynamic menu does not show auto when mouse hover on.

3> when click Manage Aliases,, it says 1146 Table 'mypopever.links_aliases' doesn't exist
in:
[SELECT * FROM links_aliases]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields
.

any further suggestions?:frusty:For whatever reason, you have your SSU SQL patches completely swiped out from DB, you may have to go into the version tracker table using your phpmyadmin and either remove SSU entry in there or set the patch level back to -1

8 Sep 2009, 8:21 AM
#3743
tone2 avatar

tone2

New Zenner

Join Date:
Dec 2008
Location:
New Zealand
Posts:
18
Plugin Contributions:
0

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

CACHE PROBLEM::(

Hi, I have this mod installed ok and working well on one site. But on another site https://www.i-contacts.co.nz the cache is filling up very very fast, to the point where it crashes the site due to lack of disc space every few days. For example yesterday cache grew by 40 MB! (I only have 200MB sever space, but my other site where it is working has 500MB)

I can manually work around this by manually emptying the ssu cache in the admin every day.

Is this normal?

Should the cache empty itself at some point?

Do I just need more server space?

Thanks,
Tony

8 Sep 2009, 11:00 AM
#3744
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

yellow1912:

For whatever reason, you have your SSU SQL patches completely swiped out from DB, you may have to go into the version tracker table using your phpmyadmin and either remove SSU entry in there or set the patch level back to -1

Hi, Yellow,

Rally thanks for your quick answer.

To be frank i am not falimliar with SQL. would you please
advise the SQL code, which can be sent from Admin- install SQL?

thanks again.:smile:

8 Sep 2009, 1:43 PM
#3745
yellow1912 avatar

yellow1912

Totally Zenned

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

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

tone2:

CACHE PROBLEM::(

Hi, I have this mod installed ok and working well on one site. But on another site www.i-contacts.co.nz the cache is filling up very very fast, to the point where it crashes the site due to lack of disc space every few days. For example yesterday cache grew by 40 MB! (I only have 200MB sever space, but my other site where it is working has 500MB)

I can manually work around this by manually emptying the ssu cache in the admin every day.

Is this normal?

Should the cache empty itself at some point?

Do I just need more server space?

Thanks,
Tony
Not normal, clean up your SSU cache and see if it helps. How many products/categories you have? We have a new, in testing module which uses way less cache file, would you like to try it out?

8 Sep 2009, 1:46 PM
#3746
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

Hi, Yellow,

Rally thanks for your quick answer.

To be frank i am not falimliar with SQL. would you please
advise the SQL code, which can be sent from Admin- install SQL?

thanks again.:smile:
If this is the only module you use that coded by me, please run this in your admin sql patch tool
truncate table module_version_tracker;

8 Sep 2009, 2:29 PM
#3747
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

yellow1912:

If this is the only module you use that coded by me, please run this in your admin sql patch tool
truncate table module_version_tracker;

Hi, Yellow,

sent this code through Admin, it works. thanks.

another problem is till exist. it is so strange.
when i clear cache by click following
*
"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"*

it says
cache/ssu/ folder is not writable
cache/ssu/aliases folder is not writable
pc folder is not writable
pages folder is not writable
categories folder is not writable

...

then, when i login to FTP, the SSU folder is missing, very strange.
but i definitely set SSU folder and it's subfolder to 777

why?:smile:

8 Sep 2009, 2:41 PM
#3748
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

Hi, Yellow,

sent this code through Admin, it works. thanks.

another problem is till exist. it is so strange.
when i clear cache by click following
*
"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"*

it says
cache/ssu/ folder is not writable
cache/ssu/aliases folder is not writable
pc folder is not writable
pages folder is not writable
categories folder is not writable

...

then, when i login to FTP, the SSU folder is missing, very strange.
but i definitely set SSU folder and it's subfolder to 777

why?:smile:

Very weird indeed, huhm.

8 Sep 2009, 2:52 PM
#3749
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

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

yellow1912:

Very weird indeed, huhm.

hello, Yellow,

yes, it is Incredible.
Any further suggestion?

One more question, when click Admin----Extras----Simple SEO manager, the dynamic menu does not work, it can not extend automatically.

furthermore, Alias Functions---Manage Aliases does not work, after click, it show nothing in the alia table, just a blank table.

can you please help to check?:blink:

8 Sep 2009, 8:24 PM
#3750
tone2 avatar

tone2

New Zenner

Join Date:
Dec 2008
Location:
New Zealand
Posts:
18
Plugin Contributions:
0

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

yellow1912:

Not normal, clean up your SSU cache and see if it helps. How many products/categories you have? We have a new, in testing module which uses way less cache file, would you like to try it out?

I have to do cache resets every day just to stop the site falling over, and I have tried doing the fix cache option also.

Yes I would be keen to try this new version? How do I get a copy?

Regards,
Tony

9 Sep 2009, 2:29 AM
#3751
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

Yellow I have a little problem that I'm sure you can help me with. I have the back in stock module installed and I have a problem on one of my pages not going to the form that it's suppose to. If you would look here and see what conor has said I would appreciate it a lot. Thank you

9 Sep 2009, 6:32 AM
#3752
yellow1912 avatar

yellow1912

Totally Zenned

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

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

countrycharm:

Yellow I have a little problem that I'm sure you can help me with. I have the back in stock module installed and I have a problem on one of my pages not going to the form that it's suppose to. If you would look here and see what conor has said I would appreciate it a lot. Thank you
What you can do is to exclude the page from being "seo-ed", Im not sure exactly which page that is though since I dont use that module. You will need to check to see exactly which page name is being used there.

9 Sep 2009, 6:34 AM
#3753
yellow1912 avatar

yellow1912

Totally Zenned

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

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

tone2:

I have to do cache resets every day just to stop the site falling over, and I have tried doing the fix cache option also.

Yes I would be keen to try this new version? How do I get a copy?

Regards,
Tony
Tony, the new module is under testing, so if you want to try it out you have to understand the risk associated with that. It's been tested but I cant guarantee anything, so if you are willing to test it out please PM me. Also, you know that SSU has a cron right? You can always set the cron to run once per day so you dont have to clear cache yourself.

9 Sep 2009, 6:35 AM
#3754
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Jerry5763837:

hello, Yellow,

yes, it is Incredible.
Any further suggestion?

One more question, when click Admin----Extras----Simple SEO manager, the dynamic menu does not work, it can not extend automatically.

furthermore, Alias Functions---Manage Aliases does not work, after click, it show nothing in the alia table, just a blank table.

can you please help to check?:blink:If you do not have auto alias on and you also have not manually set any alias then obviously nothing is there.

9 Sep 2009, 7:58 AM
#3755
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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

Hi Raine, I have a question and I'm not sure it's been asked yet or not, if it has please forgive me lol I went back through about a hundred pages and didn't see anything :no:

I have products that are names with apostrophe's, for example A Valentine's Wish Page Kit and SSU renames them to a-valentine-s-wish-page-kit

Is there any way to get rid of the dash the replaces the apostrophe like so: a-valentines-wish-page-kit?

9 Sep 2009, 9:00 AM
#3756
yellow1912 avatar

yellow1912

Totally Zenned

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

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

LissaE:

Hi Raine, I have a question and I'm not sure it's been asked yet or not, if it has please forgive me lol I went back through about a hundred pages and didn't see anything :no:

I have products that are names with apostrophe's, for example A Valentine's Wish Page Kit and SSU renames them to a-valentine-s-wish-page-kit

Is there any way to get rid of the dash the replaces the apostrophe like so: a-valentines-wish-page-kit?
Right now, what you can do is taking advantage of SSU's alias to create a new alias for this specific product/category.

You should **disable **the current alias, then add a new alias, for more info see tutorial here:
http://wiki.rubikintegration.com/zencart/modules/ssu/for_users/link_alias

Also, you should set the new alias as "permanent"

9 Sep 2009, 10:05 AM
#3757
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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

Thanx so much :) I will look into that now, I don't think I have too many named that way in my new store lol

9 Sep 2009, 10:21 AM
#3759
yellow1912 avatar

yellow1912

Totally Zenned

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

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

barricades:

Hi there yellow/anyone else.

Does anyone know if this mod can be made to work with the product filter module addon? http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_52&products_id=760

cheers!I dont know what kind of conflict you experience, but in any case you can just use "exclude pages" if necessary, put in the page that this filter module uses.

9 Sep 2009, 2:56 PM
#3760
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

Hi Raine it's me again. I understand what you are saying about adding the page to the exclude so it will keep the the page from being "seo-ed, but this is the problem. If I go to my categories and then to home and outdoors/Kitchen And Entertainingand go to page 3 you will see the cookware that is out of stock. Now if you click the To be notified when this product is back in stock please click here the page loads just fine to the back in stock form, but if you search for the item with the model number 28518 at the top and click on the To be notified when this product is back in stock please click here the page will not go to the back in stock form, it just goes to the category. This is kind of strange. Do you have any other suggestion for me. Thanks again. I have exclude the back_in_stock_notification_form, but this seems not to work. This is the URL at the top when you click to be notified.
http://www.thegoodshepherdstore.com/index/home-and-outdoor-kitchen-and-entertaining/inc_subcat/0/cookware-set?search_in_description=1&keyword=28518&sort=20a#back_in_stock_notification_form