Page 16 of 168 FirstFirst ... 614151617182666116 ... LastLast
Results 151 to 160 of 1674
  1. #151
    Join Date
    Nov 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Zen Cart v1.5.1 + ultimate_seo_urls_210
    Product details page, Comment Link returns a wrong address
    http://www.domain.com/category-c-1/p...1.html?cpath=1

  2. #152
    Join Date
    Nov 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Have been fixed...

  3. #153
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Status UPDATE for 2.211 BETA

    Hoping to finish off changes sometime tonight and then upload the next version. There are still open BETA test slots for those interested. There have been a number of fixes, changes, and enhancements added by the BETA.

    Redirect Changes
    Version 2.211 includes a re-code of the automatic 301 redirect code (while this is not needed as canonical links are generated some people prefer 301's when the URL changes). This option can be enabled or disabled in the configuration.

    In older versions, when enabled, Zen Cart parameter based URLs (in the list of pages to rewrite) were redirected to the URLs generated by "Ultimate SEO URLs" for the same page.

    In version 2.211, when enabled, when URLs change (for pages in the list of pages to rewrite) the old URLs are redirected to the new URLs. This includes name changes, option changes, and Zen Cart parameter based URLs.

    Some examples
    You change the configuration settings to "URLS end with: ".
    Requests for "/product-name-p-1.html" will generate a 301 Redirect to "/product-name-p-1".

    You change the name of a manufacturer (or category or product).
    Requests for "/old-mfg-name-m-1" will generate a 301 Redirect to "/new-mfg-name-m-1".
    Last edited by lhungil; 20 Nov 2012 at 05:26 PM. Reason: grammer police!
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  4. #154
    Join Date
    Jun 2009
    Location
    Lynnwood, WA, USA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    I have added the newest version of Ultimate Seo to a new 1.51 zen cart and I am getting the following error message in my admin.
    Filesystem Error: Unable to access admin/includes/extra_datafiles/seo.php'. Please make sure you uploaded the file and your webserver has access to read the file!
    Filesystem Error: Unable to access admin/includes/functions/extra_functions/seo.php'. Please make sure you uploaded the file and your webserver has access to read the file!
    Filesystem Error: Unable to access admin/includes/languages/english/extra_definitions/seo.php'. Please make sure you uploaded the file and your webserver has access to read the file!
    Ultimate SEO installation failed!

    I change all the permissions and checked the files and there are loaded fine but the message still stands. The db is as the config file initiated.

    I found that I had to change my admin name back to admin(which I ahd changed to another name) and add the new name to the FS_ADMIN, 'store name/new admin name'. After I change this the program installed correctly and the error message went away.
    With the new 1.5 and 1.51 you should not have to change this config define but when adding this program it was necessary.

  5. #155
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Status UPDATE for 2.211 BETA

    As noted earlier in this thread some bugs did make it past the BETA test of version 2.210. If you need the newest features, you may wish to apply to be a BETA tester. There are instructions earlier in this thread :)

    Quote Originally Posted by mhawkins View Post
    I found that I had to change my admin name back to admin(which I ahd changed to another name) and add the new name to the FS_ADMIN, 'store name/new admin name'. After I change this the program installed correctly and the error message went away.
    With the new 1.5 and 1.51 you should not have to change this config define but when adding this program it was necessary.
    The location of the admin folder is read from the admin configure.php ('DIR_FS_ADMIN') during install / upgrade. If you are running 1.3 or upgrade from 1.3 to 1.5 you should check and make sure this entry in the admin configure.php points to the correct folder. Zen Cart 1.5 does not set this statically.

    This was an issue with your Zen Cart configuration, not this plugin.
    Last edited by lhungil; 20 Nov 2012 at 06:52 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #156
    Join Date
    Jun 2009
    Location
    Lynnwood, WA, USA
    Posts
    40
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    Originally Posted by mhawkins
    I found that I had to change my admin name back to admin(which I ahd changed to another name) and add the new name to the FS_ADMIN, 'store name/new admin name'. After I change this the program installed correctly and the error message went away.
    With the new 1.5 and 1.51 you should not have to change this config define but when adding this program it was necessary.

    I posted the fix so that others with a similiar problem will know where to look. Sometimes we forget to look beyond the new addon.

  7. #157
    Join Date
    Jul 2012
    Posts
    60
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    Help... I did backup before installing and could not get it to install properly and then my site went blank.

    Now when I did restore it; it's still blank and I took out the .htaccess modifications.

    Any ideas?

    heteromorphic.com/zencart

  8. #158
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    Quote Originally Posted by heteromorphic View Post
    Help... I did backup before installing and could not get it to install properly and then my site went blank.

    Now when I did restore it; it's still blank and I took out the .htaccess modifications.

    Any ideas?

    heteromorphic.com/zencart
    Hi,

    You should state what version of zencart your are using and what version of Ultimate SEO you tried to install. I can tell you that this is a very easy, straight-forward plugin to install and it works. The only "tricky" part might be the htacess file, indicating the location of your zencart. For your installation, it looks like it should be the following, since your zencart appears to be in a subfolder named "zencart":

    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /zencart/

    If your zencart is in the top level domain, the installation would be this, with just a single /:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /

    But it sounds like you have way more issues than just a failed Ultimate SEO problem. When you say you backed-up, what does that mean (what did you do)?
    Steve
    prommart.com

  9. #159
    Join Date
    Jul 2012
    Posts
    60
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    Thank you for your prompt response. I am running zen 1.3.9h and did the most recent download for Ultimate SEO from this site.
    I did a "Database Backup Manager - MySQL" backup before installing in case I needed to go back as I'm no zen expert so I always do a backup to be safe.

    When doing the above after I put in /zencart/ the entire site showed blank (as it does now when on the /zencart part) so I "restored" back to my backup and deleted the additions to the .htaccess file and it's still blank which I can't figure out since the entire site was fine before I tried to install this and now it's still blank?

    I would think the restore would take out what I did and it would work again?

  10. #160
    Join Date
    Jul 2012
    Posts
    60
    Plugin Contributions
    0

    Default Re: Status UPDATE for 2.211 BETA

    And I'm not sure I understand this if I try to install again:

    4. Log into the admin side of your Zen Cart installation using a web browser. Yes, log into your admin interface now before continuing. Copy over the file from "4 install/your_admin_folder" to your Zen Cart installation under your admin folder.

    Where do you copy anything from the admin panel? Or is it still via FTP (which is what I did originally).

 

 

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