Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate SEO v3 (and v2.200) [Support Thread]

Ultimate SEO v3 (and v2.200) [Support Thread]

Views: 427,466

Results 681 to 700 of 1,706
19 Jul 2014, 2:53 PM
#681
su35 avatar

su35

Zen Follower

Join Date:
Oct 2011
Posts:
168
Plugin Contributions:
0

Ultimate SEO v3 (and v2.200) [Support Thread]

Hi lhungil

There are two files included in v212 and disappeared in v215: admin\includes\functions\general.php and \includes\classes\db\mysql\query_factory.php. Do I need delete the codes added by the v212 in those two files?

In readme file, you mentioned "Plugin Manager". What is it and where to get it?

Another suggestion: embedding links in readme file. Example: fix the Numinex changes, without a link, user should go through the thread to make sure to find right info.

19 Jul 2014, 7:47 PM
#682
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

@jsarwar. I do not use those 3rd party "modules". My guess based upon your comments is those 3rd party modules have "standalone" files in the store root and partially load portions of Zen Cart instead of fully integrating with Zen Cart. You may wish to review the other posts in this thread about dealing with 3rd party modules not written as Zen Cart pages which call the internal application_top code in Zen Cart.

19 Jul 2014, 7:49 PM
#683
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

@su35
v2.12 is the latest "stable" release. This thread is for officially supported stable releases only.

19 Jul 2014, 7:52 PM
#684
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lhungil:

@jsarwar. I do not use those 3rd party "modules". My guess based upon your comments is those 3rd party modules have "standalone" files in the store root and partially load portions of Zen Cart instead of fully integrating with Zen Cart. You may wish to review the other posts in this thread about dealing with 3rd party modules not written as Zen Cart pages which call the internal application_top code in Zen Cart.

Hi lhungil,

Why following have index in this?

Enter pages to allow rewrite

index, product_info, products_new, products_all, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4

I removed index from there and it solved my issue. Will this cause any other issue?

19 Jul 2014, 7:58 PM
#685
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

How the "pages to rewrite" setting works is clearly documented in the module and also in this thread. The answer you seek can be found in those materials.

20 Jul 2014, 1:18 AM
#686
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lhungil:

How the "pages to rewrite" setting works is clearly documented in the module and also in this thread. The answer you seek can be found in those materials.

Well, I have been reading through forum all day yesterday and have tried all suggested changes in rewrite rule but it did not work.

I was also getting "Session time out" and page not found error very often. For example if customer change shipping method on checkout they get time out page and if they click on login they get page not found error.

Last night I removed index from that list and it solved both problems. All root files are working and no "Time out/page not found" issue.

But I see now categories does not open with url.html

In .htaccess I have all rules which came with module.

21 Jul 2014, 6:35 AM
#687
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

jsarwar:

Well, I have been reading through forum all day yesterday ...
A Quick Search reveal the following: application_top.php Ultimate URLs.

When you look at a "stock" Zen Cart URL you will notice "?main_page=xxxx" The "xxxx" is the name of the Zen Cart page. So when you tell Ultimate URLs to not modify any URLs for Zen Cart "index" pages... The result is those pages will not have altered URLs (including category, manufacturers, etc).

jsarwar:

... have tried all suggested changes in rewrite rule but it did not work. ... page not found error very often. ...
There were no suggested changes to make to rewrite rules. Any mistakes made while altering the .htaccess file will result in not only 404 / Page Not Found errors, but may also cause other issues.

jsarwar:

... I was also getting "Session time out" ...
Most likely unrelated to anything in this module. This module does not do anything which impacts "sessions".


NOTE: "Order Question" is not listed as compatible with Zen Cart 1.3.9h or Zen Cart 1.5.x. Both the modules you mention call core Zen Cart code (application_top.php) while not fulling integrating as Zen Cart pages (main_page=xxx). Two potential workarounds have been listed more than once in this thread.

21 Jul 2014, 12:10 PM
#688
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lhungil:

A Quick Search reveal the following: application_top.php Ultimate URLs.

When you look at a "stock" Zen Cart URL you will notice "?main_page=xxxx" The "xxxx" is the name of the Zen Cart page. So when you tell Ultimate URLs to not modify any URLs for Zen Cart "index" pages... The result is those pages will not have altered URLs (including category, manufacturers, etc).

There were no suggested changes to make to rewrite rules. Any mistakes made while altering the .htaccess file will result in not only 404 / Page Not Found errors, but may also cause other issues.

Most likely unrelated to anything in this module. This module does not do anything which impacts "sessions".


NOTE: "Order Question" is not listed as compatible with Zen Cart 1.3.9h or Zen Cart 1.5.x. Both the modules you mention call core Zen Cart code (application_top.php) while not fulling integrating as Zen Cart pages (main_page=xxx). Two potential workarounds have been listed more than once in this thread.

Link you post if not working. I tried Product_listing but it did not work for categories pages.

Changes I was referring to are mentioned in forum. e.g. Rewrite rule base etc.

First I removed index which fix all issues except categories url were not in .html format then I worked more and found out everything works fine if I turn off enable redirects...

21 Jul 2014, 3:10 PM
#689
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

jsarwar:

Link you post if not working. I tried Product_listing but it did not work for categories pages. Changes I was referring to are mentioned in forum. e.g. Rewrite rule base etc. ...
There are no places in THIS thread where it says change the rewrite rules to workaround issues with 3rd party modules. And none mentioning making such a change to fix issue with 3rd party code placed in the root (instead of written as a Zen Cart page) which calls application_top.php. And definitely none posted by the current maintainer suggesting such changes would fix the problem at hand.

jsarwar:

... I worked more and found out everything works fine if I turn off enable redirects...Which you would have found had you done a basic search. Disabling "automatic redirects" is one of the two suggested workarounds for handling 3rd party code placed in the root (instead of written as a Zen Cart page) which calls application_top.php.

I am glad you found the correct solution and thank you for letting us know one of the suggested workarounds does in fact correct the issues you were experiencing.

21 Jul 2014, 3:16 PM
#690
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lhungil:

Disabling "automatic redirects" is one of the two suggested workarounds for handling 3rd party code placed in the root (instead of written as a Zen Cart page) which calls application_top.php.

I found one and posted here. Can you post second one here for community?

21 Jul 2014, 3:59 PM
#691
divavocals avatar

divavocals

Totally Zenned

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

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

jsarwar:

I found one and posted here. Can you post second one here for community?

If you search THIS thread for the term "3rd party", you would find the solutions spoken of.. The question and response have been asked pretty frequently..

21 Jul 2014, 4:30 PM
#692
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

DivaVocals:

If you search THIS thread for the term "3rd party", you would find the solutions spoken of.. The question and response have been asked pretty frequently..

Thank you for letting me know about "Thread search" I used search bar on top before but it searched wholesite/forum. I see now how to do "Search Thread" via clickable link on top right.

28 Jul 2014, 10:57 PM
#693
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Has any one used this on the Zen Cart 1.5.3?

28 Jul 2014, 11:13 PM
#694
divavocals avatar

divavocals

Totally Zenned

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

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lhungil:

**This plugin already works in 1.5.3. **I also have an updated version close to release.
hint hint hint posted just a page or two back..

28 Jul 2014, 11:28 PM
#695
kevin205 avatar

kevin205

Totally Zenned

Join Date:
Dec 2012
Posts:
607
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Thanks and sorry I missed that!

4 Aug 2014, 11:55 PM
#696
iqbal007 avatar

iqbal007

New Zenner

Join Date:
Aug 2014
Location:
Indonesia
Posts:
7
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Hi Bro

I got blank page and error after upgrading last update ultimate seo

I get this massage :

PHP Fatal error: Call to undefined function zen_get_ip_address() in /home/busaxcom/public_html/shop/includes/init_includes/init_sessions.php on line 34

what should i do ? :huh:

5 Aug 2014, 12:52 PM
#697
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Check your installation to be sure all files are in the right place. That error usually means a missing file. What version of Zen Cart do you have?

5 Aug 2014, 7:50 PM
#698
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

iqbal007:

... PHP Fatal error: Call to undefined function zen_get_ip_address() in /home/busaxcom/public_html/shop/includes/init_includes/init_sessions.php on line 34 ...
Line 34 of the file "/includes/init_sessions.php" from a stock Zen Cart 1.3.9h+ installation does not call to "zen_get_ip_address()"... Ultimate URLs does not modify this core Zen Cart file either...

Best guesses as to the cause are:

  • You are not running Zen Cart 1.3.9h or newer.
  • Other 3rd party modifications to Zen Cart have broken things (modified init_sessions.php, etc).
  • Files in your Zen Cart installation are corrupt (or from mixed versions of Zen Cart).
  • The installation was not completed correctly / fully (missing files, files placed in the wrong places, "backup" copies of files left in folders, incorrect merges of core files, steps missed, etc).

If replying, please respond with answers to the questions in the "Posting Tips". Also include the previous version of Ultimate SEO URLs you are trying to "upgrade" (and what version you want installed).

6 Aug 2014, 4:25 AM
#699
iqbal007 avatar

iqbal007

New Zenner

Join Date:
Aug 2014
Location:
Indonesia
Posts:
7
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

jeking:

Check your installation to be sure all files are in the right place. That error usually means a missing file. What version of Zen Cart do you have?

Hi Jek, I run zen 1.5.3

and I`m sure all files are in the right place. :huh:

what should i do?

6 Aug 2014, 1:02 PM
#700
divavocals avatar

divavocals

Totally Zenned

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

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

iqbal007:

Hi Jek, I run zen 1.5.3

and I`m sure all files are in the right place. :huh:

what should i do?

Did you see the response from the AUTHOR just a few posts above?????????????????