Page 18 of 85 FirstFirst ... 816171819202868 ... LastLast
Results 171 to 180 of 847
  1. #171
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Ok, I think it's something with the SQL patch. I re-uploaded everything and still noting in Tools. So I tried re-patching the database, and get this message:
    1146 Table 'edgeande_zc2.configuration_group' doesn't exist
    in:
    [SELECT @configuration_group_id:=configuration_group_id FROM configuration_group WHERE configuration_group_title= 'Google XML Sitemap' LIMIT 1;]
    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 ideas? Thanks.

  2. #172
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Can anyone help? I think it's trying to enter it in 'edgeande_zc2.configuration_group' which doesn't exist, but it should be entering it in 'zen_configuration_group' which does exist, but I don't know how to point it there?

  3. #173
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    Can you post the SQL statement(s) you're trying to run here?

  4. #174
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Yes. It's what I found in the SitemapAdmin folder, googlesitemap.sql

    SET @configuration_group_id=0;
    SELECT @configuration_group_id:=configuration_group_id FROM configuration_group WHERE configuration_group_title= 'Google XML Sitemap' LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;

    INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Google XML Sitemap', 'Google XML Sitemap Configuration', '1', '1');
    SET @configuration_group_id=last_insert_id();
    UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;

    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
    (NULL, 'Compress XML File', 'GOOGLE_SITEMAP_COMPRESS', 'false', 'Compress Google XML Sitemap file', @configuration_group_id, 3, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'Products changefreq', 'GOOGLE_SITEMAP_PROD_CHANGE_FREQ', 'weekly', 'How frequently the Product pages page is likely to change.', @configuration_group_id, 3, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'always\', \'hourly\', \'daily\', \'weekly\', \'monthly\', \'yearly\', \'never\'),'),
    (NULL, 'Category changefreq', 'GOOGLE_SITEMAP_CAT_CHANGE_FREQ', 'weekly', 'How frequently the Category pages page is likely to change.', @configuration_group_id, 3, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'always\', \'hourly\', \'daily\', \'weekly\', \'monthly\', \'yearly\', \'never\'),'),
    (NULL, 'Lastmod tag format', 'GOOGLE_SITEMAP_LASTMOD_FORMAT', 'date', 'Lastmod tag format:<br />date - Complete date: YYYY-MM-DD (eg 1997-07-16)<br />full - Complete date plus hours, minutes and seconds: YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00)', @configuration_group_id, 3, NULL, NOW(), NULL, 'zen_cfg_select_option(array(\'date\', \'full\'),'),
    (NULL, 'Category priority', 'GOOGLE_SITEMAP_CAT_CHANGE_PRIOR', '0.5', 'The default priority of the products URL. Valid values range from 0.0 to 1.0.', @configuration_group_id, 3, NULL, NOW(), NULL, NULL),
    (NULL, 'Products priority', 'GOOGLE_SITEMAP_PROD_CHANGE_PRIOR', '0.5', 'The default priority of the products URL. Valid values range from 0.0 to 1.0.', @configuration_group_id, 3, NULL, NOW(), NULL, NULL);

  5. #175
    Join Date
    Mar 2006
    Posts
    919
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    How are you executing this? phpMyAdmin or Zen Cart?

  6. #176
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I tried it in both of them. They both give the same message. btw, I'm using zen 1.3.7.

  7. #177
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I wanted this to work

  8. #178
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    What table prefix do you have set in your configure files?

  9. #179
    Join Date
    Oct 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    The prefix is
    zen_
    in both configure files.

  10. #180
    Join Date
    Jan 2004
    Location
    UK
    Posts
    1,230
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    If you run the SQL through admin->tools->install SQL patches it should add the 'zen_' prefix automatically to the table names in the SQL.

    If it doesn't, then you can manually add the 'zen_' prefix to the table names in the SQL and try running it through phpMyAdmin.

 

 
Page 18 of 85 FirstFirst ... 816171819202868 ... LastLast

Similar Threads

  1. v150 google modudle, shipping costs are no longer being passed to google
    By alcanlove in forum Addon Shipping Modules
    Replies: 2
    Last Post: 10 Sep 2012, 06:46 PM
  2. Google Checkout-anyway to avoid being redirected to Google payment page?
    By acreativepage in forum Addon Payment Modules
    Replies: 6
    Last Post: 23 Jan 2009, 12:50 AM
  3. Google SiteMapAdmin vs. Google XML sitemap
    By distanceDemon in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2007, 03:39 PM
  4. Google Sitemapadmin
    By ghgarcia in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 14 Oct 2007, 08:11 AM
  5. Google SitemapAdmin SQL Error
    By jeanmichel in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Oct 2006, 08:57 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