Page 33 of 168 FirstFirst ... 2331323334354383133 ... LastLast
Results 321 to 330 of 1674
  1. #321
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by Chargin View Post
    I also have just had the same problem that ndickerson and others have had.
    I have deleted the file config.seo.install.php and the store is working again.
    But what should i do to get this mod to work?
    Remove the version you have installed (files, merges, and database entries) and download the latest from the forums here. Or become a part of the BETA test for the next release of USU (includes a new installation / upgrade script for USU on Zen Cart 1.3.9h).

    This is on a fresh 1.39h with no other mods. Its not an upgrade. I used the 1.39h folder only, not the 1.5 folders. I downloaded the latest release.

    Also I see some french text in the admin for the mod, is that meant to be there?
    Questions:
    1. Where did you download your copy of USU from? The current version downloaded from the plugins section on zen-cart.com only includes ENGLISH language files.
    2. Are you 100% sure no files or database entries from an older version of USU, SSU, or similar were present? The french you posted could be coming from an OLD INSTALL of USU. Also I can state as a fact: With a clean install of USU (not an upgrade) NO SQL calls are made to TABLE_ADMIN_PAGES unless certain Zen Cart 1.5 only functions related to TABLE_ADMIN_PAGES are present.
    3. As noted earlier, the upgrade code does make a single call to TABLE_ADMIN_PAGES under Zen Cart 1.3.9h (which has been fixed in upstream BETA releases). The upgrade code is only triggered when either the "seo_cache" table exists in the database or the USU_VERSION configuration entry exists in the database.
    4. I will NOT release BETA code publicly here on the forums and one of the conditions placed upon BETA testers is no distribution or disclosure related to BETA versions. An updated version is currently in BETA testing and the test is open to anyone willing to adhere to the conditions and send me a PM to such effect.
    Last edited by lhungil; 18 Mar 2013 at 03:09 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

  2. #322
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quote Originally Posted by Chargin View Post
    I also have just had the same problem that ndickerson and others have had.
    1146 Table 'database_name.TABLE_ADMIN_PAGES' doesn't exist etc etc
    I have deleted the file config.seo.install.php and the store is working again.
    But what should i do to get this mod to work?

    This is on a fresh 1.39h with no other mods.
    Its not an upgrade.
    I used the 1.39h folder only, not the 1.5 folders.
    I downloaded the latest release.

    Also I see some french text in the admin for the mod, is that meant to be there?

    Activar las direcciones SEO?
    Filtrar palabras cortas
    Categories as directories
    Restablecer la caché para las direcciones SEO
    Enable manufacturers cache?
    Introduzca las páginas para permitir la reescritura
    This isn't French, but Spanish

  3. #323
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Quick reply, I downloaded it from the link at the top of the official download page.
    Its definitely a fresh 1.39h, although the database is from an old site. That db could be the cause of some problems, I didnt build the old site so Im not sure what was in there, I will investigate and get back.

  4. #324
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Ok, the old site did have this mod installed, I never realised.
    It was a 1.39h site also.
    Looking at the admin area for the mod the entire thing is in spanish... the rest of admin is english.

    So what would you suggest I do here, should I find out what version of the mod was installed and download that version and overwrite all the files Ive uploaded? How do I find the mod version?

    Thanks for your support.

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

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]


    Quote Originally Posted by Chargin View Post
    Ok, the old site did have this mod installed, I never realised.
    It was a 1.39h site also.
    Looking at the admin area for the mod the entire thing is in spanish... the rest of admin is english.

    So what would you suggest I do here, should I find out what version of the mod was installed and download that version and overwrite all the files Ive uploaded? How do I find the mod version?

    Thanks for your support.
    Finding the module version is not easy in the older versions... Usually they did include the version number at the top of the file "/includes/classes/seo.url.php". I'd guess version 2.106 - 2.110 based upon the language being Spanish.

    As you have a partial upgrade, If you want the functionality of USU, the best way to fix things would be to remove the current version, then remove any leftovers from the old version, and finally install the latest version.

    Disclaimer: This method of uninstalling should not be used on versions of USU > 2.150. This is only specific to instances where versions of USU < 2.150 are still installed, you attempt to install the newer version without first removing the old version, and things go wrong.
    1. Backup your website and database. Always a good idea before making changes.
    2. Follow the uninstall instructions for the current version (in the readme).
    3. Remove all files from the current and previous versions. You can see what files were added by looking at the zip files from the current version and version 2.110.
    4. Undo any merges made to files in "affected_files" folders (current version of USU) and "specific-files" folders (old version of USU).
    5. Remove any leftover database entries from the old version of USU.


    You can remove the old database entries using phpmyadmin with:
    Code:
    DELETE FROM `configuration_group` WHERE `configuration_group_title` LIKE '%SEO%';
    DELETE FROM `configuration` WHERE `configuration_key` LIKE '%SEO%';
    DROP TABLE IF EXISTS seo_cache;"
    Note: if your tables have a prefix you need to add the prefix. Also note this will uninstall some of SSU's entries from the database (not an issue if you plan to install the latest version of USU afterwards).

    Once done, you should be able to install the latest version. Once you have everything working, I would strongly suggest another backup of the files and database. Always good to have "known good" backups!

    As per the readme: If you are running a version of this plugin prior to version 2.150 it is recommended you uninstall the old version of the plugin including all database entries prior to installing newer versions.
    Last edited by lhungil; 19 Mar 2013 at 01:56 AM.
    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. #326
    Join Date
    Sep 2011
    Posts
    135
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Thanks so much for taking the time to answer.

    Ok so my database has things in it from an old version then?
    Because all the zencart files are fresh 1.39h with no mods.
    But the database was copied from an old site.

  7. #327
    Join Date
    Jan 2008
    Location
    Switzerland
    Posts
    38
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    Go to "Zen Cart admin" > "Configuration" > "Ultimate SEO". Adjust the settings as follows to match the "original" version of "Ultimate SEO URLs".

    Rewritten URLs end with: .html
    Format of rewritten URLs: original
    Categories as directories: off


    You will not lose any incoming traffic unless you change the product / category / ez-page IDs in the database. Ultimate SEO URLs will still accept URLs coming in with the old format and show the correct page based upon the ID. So as long as the IDs stay the same during your upgrade things should work.

    Additionally, Zen Cart 1.5 (and the newer Ultimate SEO URLs) automatically handles adding what is known as a canonical link to the HTML head of your pages. This lets Search Engines know two pages are the same (does not treat them as duplicate content). You can read more about this here.

    You can also set "Enable automatic redirects?" to true. This will handle automatically issuing a 301 redirect to let Search Engines know the new URL (and update the index link quickly). I'd recommend enabling this option if you change the URL format or sometimes change a product, category, or ez-page title. This will quickly let Search Engines and browsers know the URL has changed. I'd probably just keep the old URL scheme on a well established site rather than take the 1-2% link juice drop caused by a 301 redirect, but still enable this option if you ever update product, category, or ez-page titles.
    Thanks very much lhungil!
    Tracey Haas
    Temporary Tattoos

  8. #328
    Join Date
    Feb 2013
    Posts
    51
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    helpppp!!!!!!

    i got these error on both admin and catalog pages after installed ultimate seo:

    Forbidden

    You don't have permission to access / on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Server at www.carousel301.com Port 80

    then i tried to uninstalled but still found these error...can anyone can help me as i can't login to admin and my page just can't run...

    thanks in advance.

  9. #329
    Join Date
    Feb 2013
    Posts
    51
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by carousel1 View Post
    helpppp!!!!!!

    i got these error on both admin and catalog pages after installed ultimate seo:

    Forbidden

    You don't have permission to access / on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    Server at www.carousel301.com Port 80

    then i tried to uninstalled but still found these error...can anyone can help me as i can't login to admin and my page just can't run...

    thanks in advance.
    oh fixed it finally...thank you

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

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by carousel1 View Post
    i got these error on both admin and catalog pages after installed ultimate seo:

    Forbidden

    You don't have permission to access / on this server.
    A 403 Forbidden is your web server telling you you tried to access something you do not have permission to access... Typical causes include: request to access a protected resource, server misconfiguration of access lists, or specifying the wrong RewriteBase in your .htaccess.

    Quote Originally Posted by carousel1 View Post
    oh fixed it finally...thank you
    Good to hear.
    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

 

 

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