Page 128 of 163 FirstFirst ... 2878118126127128129130138 ... LastLast
Results 1,271 to 1,280 of 1622
  1. #1271
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200 [Support Thread]

    USU, Version 3.0.0-beta2 is now available for beta-testing: https://github.com/lat9/usu/releases/tag/v3.0.0-beta2

    This version requires a Zen Cart version 1.5.5 or later for its proper operation, but can continue to operate on Zen Cart versions 1.5.1 through 1.5.4 by following the installation/upgrade instructions in the readme. Other than the supplied .htaccess file, there are no longer any core-file modifications required by USU!

    Please report any issues found in this support thread. Unless something really bad happens, I'll plan on publishing the v3.0.0 release sometime next week.

  2. #1272
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by lat9 View Post
    USU, Version 3.0.0-beta2 is now available for beta-testing: https://github.com/lat9/usu/releases/tag/v3.0.0-beta2

    This version requires a Zen Cart version 1.5.5 or later for its proper operation, but can continue to operate on Zen Cart versions 1.5.1 through 1.5.4 by following the installation/upgrade instructions in the readme. Other than the supplied .htaccess file, there are no longer any core-file modifications required by USU!

    Please report any issues found in this support thread. Unless something really bad happens, I'll plan on publishing the v3.0.0 release sometime next week.
    Sounds great Cindy - I assume this version will take care of the canonical issue with the current version in 1.5.5f ?

    cheers, Mike

  3. #1273
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by shags38 View Post
    Sounds great Cindy - I assume this version will take care of the canonical issue with the current version in 1.5.5f ?

    cheers, Mike
    Mike, while previous versions of USU went out of their way to generate a canonical link, v3.0.0 and later simply allow the base Zen Cart's (plus other modules', if used) zen_href_link calls in /includes/init_includes/init_canonical.php to provide the canonical links.

    My best guess is that the canonical link handling in USU was introduced to support Zen Cart versions prior to 1.3.9 (where the built-in canonical-link handling was introduced) and was never removed.

    Note that the upgrade process from v2 => v3 is going to be a bit of a pain, requiring core-file editing to remove portions automatically added by the prior versions' installation, but once there all should be good.

    Note also that I "discovered" that USU-v2's distribution zip includes an override to the init_canonical.php handling (/includes/init_includes/overrides/init_canonical.php). This override, I believe, could be safely removed from a zc155/zc154 store's file-system to allow USU to simply provide the href-links as requested by other processing ... noting that there are other plugins that also use this form of override.

  4. #1274
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    I loaded a fresh zen cart with numinix google analytics and encrypted master password. It is working fine.
    i loaded a fresh zen cart with numinix google analytics, encrypted master password and the usu 3.0 beta 2. I was unable to login as a customer, logout, unsubscribe, etc. Here are the settings I was using:

    configuration_key configuration_value
    USU_CACHE_CATEGORIES TRUE
    USU_CACHE_EZ_PAGES TRUE
    USU_CACHE_GLOBAL TRUE
    USU_CACHE_MANUFACTURERS TRUE
    USU_CACHE_PRODUCTS TRUE
    USU_CACHE_RESET FALSE
    USU_CATEGORY_DIR off
    USU_CPATH off
    USU_DEBUG FALSE
    USU_ENABLED TRUE
    USU_END .html
    USU_ENGINE rewrite
    USU_FILTER_PAGES index, product_info, product_music_info, document_general_info, document_product_info, product_free_shipping_info, products_new, products_all, shopping_cart, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4
    USU_FILTER_PCRE
    USU_FILTER_SHORT_WORDS 0
    USU_FORMAT original
    USU_REDIRECT TRUE
    USU_REMOVE_CHARS punctuation
    USU_VERSION 3.0.0-beta2

  5. #1275
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by kenaniah View Post
    I loaded a fresh zen cart with numinix google analytics and encrypted master password. It is working fine.
    i loaded a fresh zen cart with numinix google analytics, encrypted master password and the usu 3.0 beta 2. I was unable to login as a customer, logout, unsubscribe, etc. Here are the settings I was using:

    configuration_key configuration_value
    USU_CACHE_CATEGORIES TRUE
    USU_CACHE_EZ_PAGES TRUE
    USU_CACHE_GLOBAL TRUE
    USU_CACHE_MANUFACTURERS TRUE
    USU_CACHE_PRODUCTS TRUE
    USU_CACHE_RESET FALSE
    USU_CATEGORY_DIR off
    USU_CPATH off
    USU_DEBUG FALSE
    USU_ENABLED TRUE
    USU_END .html
    USU_ENGINE rewrite
    USU_FILTER_PAGES index, product_info, product_music_info, document_general_info, document_product_info, product_free_shipping_info, products_new, products_all, shopping_cart, featured_products, specials, contact_us, conditions, privacy, reviews, shippinginfo, faqs_all, site_map, gv_faq, discount_coupon, page, page_2, page_3, page_4
    USU_FILTER_PCRE
    USU_FILTER_SHORT_WORDS 0
    USU_FORMAT original
    USU_REDIRECT TRUE
    USU_REMOVE_CHARS punctuation
    USU_VERSION 3.0.0-beta2
    Is a 'fresh zen cart' version 1.5.6a?
    When you do try to 'login as a customer' what happens? An error logs? How can you log out if you can't log in??

    In order to help, it is helpful to know the steps you took to create the problems you describe and exactly what the problem is.

  6. #1276
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200 [Support Thread]

    @kenaniah, is your site running https-only? If so, would you post the top portion of your /includes/configure.php and /admin/includes/configure.php, in each case up to and including the DIR_WS_HTTPS_CATALOG definition?

    Is your site's .htaccess modified over-and-above that distributed as part of the USU zip-file?

  7. #1277
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    First I had posted this issue as a problem with the encrypted master password. At that point I was able to login from Admin link to login as customer but not from the regular website. From there I was not able to logout on the regular website. What happens is it takes me to a screen that has the correct url but there is nothing there.... like a webpage not found. Right now the website is http and https.

    https://www.XXXXX.com/index.php?main_page=login

    This page isn’t working www.XXXXXXX.com is currently unable to handle this request.
    HTTP ERROR 500

    Same error on both http and https


    [18-Feb-2019 17:18:53 UTC] PHP Fatal error: Call to a member function href_link() on null in /home/xxx/public_html/xxxx/includes/classes/observers/UsuObserver.php on line 52

    [18-Feb-2019 17:18:53 UTC] Request URI: /index.php?main_page=login, IP address: xxx
    --> PHP Fatal error: Call to a member function href_link() on null in /home/xxx/public_html/xxx/includes/classes/observers/UsuObserver.php on line 52.


    configure.php

    define('HTTP_SERVER', 'http://www.xxx.com');
    define('HTTPS_SERVER', 'https://www.xxx.com');
    define('ENABLE_SSL', 'true');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/');
    define('DIR_FS_CATALOG', '/home/xxx/public_html/xxx/');



    Thanks guys for the help!

  8. #1278
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    I am using the USU .htaccess

  9. #1279
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Ultimate SEO 2.200 [Support Thread]

    You've apparently missed a file in the installation: /includes/classes/usu.php.

  10. #1280
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Sorry, I had removed the files and uninstalled.... I will put it back in and see if I get errors to the log

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR