Page 20 of 85 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 847
  1. #191
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    Download last version 1.3.2 and load sql-patch.

  2. #192
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Hi,

    I check my Admin->Configuration->Google Sitemap Configuration and setup all parameters but cant see anything in this box.

    What happen with that box?


  3. #193
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    Download last version 1.3.2 and load sql-patch.
    Hi,When i run SQL update, i found this :
    #1146 - Table 'handicra_shop.configuration_group' doesn't exist

    I check phpadmin and see just have table name handicraconfiguration_group.How to change your SQL update file to use that table?

  4. #194
    Join Date
    Dec 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin-I did these steps to fix the sqlp error.

    Hello,

    I got the similar problem (sql error). Here is what I did:

    1. copy all files to my store directory. I installed zen cart to .../store folder. I also changed the default admin name to my own name (say, abc). So I copied all files except folder admin to .../store. And then copied all the files under admin to .../store/abc. At this point, google xml sitemap showed under 'tool' menu.

    2. use 'tool'--install sql patch-- upload to run googlesitemap.sql. I got error in last statement but when I checked the database table, I saw that the first steps ran successfully. The configuration_group_id is 41 (in configuration_gourp table).

    3. Then I run the last statement manually using phpsqladmin. 2 things need to be changed: 1. the table name configuration need to be zen_configuration. 2. wherever you see @configuration_group_id, change it to 41 (the number you got in table configuration_group. yours maybe different). Below is my final version (at the end of the message). Then I just copy and paste it to phpsqladmin and run it. At this point, the menu item showed under 'configuration' menu. Then I was able to create sitemap successfully: http://hipgirlclips.com/store/sitemapproducts.xml

    The problem is that google told me it must be in highest level, not under ../store folder. I tried to move, copy the files to the upper level but seems the format changed. I think maybe it's using ASCII instead of Binary mode to copy the file. Any way, I didn't get a chance to search for it yet. Could anybody help? Thanks.

    INSERT INTO zen_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', 41, 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.', 41, 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.', 41, 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)', 41, 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.', 41, 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.', 41, 3, NULL, NOW(), NULL, NULL);

    Michelle

    www.hipgirlclips.com
    Last edited by hipgirl; 2 Feb 2007 at 07:51 PM. Reason: add more info

  5. #195
    Join Date
    Sep 2005
    Location
    Aotearoa New Zealand
    Posts
    75
    Plugin Contributions
    0

    help question Re: Google SitemapAdmin

    Hi,

    I installed Google SitemapAdmin and tried to run it, but I got:

    Warning: set_time_limit(): Cannot set time limit in safe mode in /home/httpd/vhosts/oscarflowermerchant.co.nz/httpdocs/shop/admin/googlesitemap.php on line 35
    Google Sitemap Generation v 1.3.2 02.02.2007 15:51 started

    Fatal error: Call to undefined function: zen_get_info_page() in /home/httpd/vhosts/oscarflowermerchant.co.nz/httpdocs/shop/admin/googlesitemap.php on line 332

    any ideas? I think I am running 1.3.0

    sorry, I tried to search the forum to see if this was covered before but I couldn't find anything and no I didn't read through 20 pages of this thread.

  6. #196
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    What Zen Cart version you really use?

  7. #197
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    What Zen Cart version you really use?
    HI,I installed Google Site map and it's work,but in admin-config-google site map i dont see anything to config!
    How to fix that problem?Do you have YIM or AOL NICK?

  8. #198
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    Quote Originally Posted by kimsonvu View Post
    HI,I installed Google Site map and it's work,but in admin-config-google site map i dont see anything to config!
    How to fix that problem?
    Load googlesitemap.sql.
    Quote Originally Posted by kimsonvu View Post
    Do you have YIM or AOL NICK?
    Yes.

  9. #199
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    Load googlesitemap.sql.
    Yes.
    When i load that file, i see this problem:

    1146 Table 'handicra_shop.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.

  10. #200
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google SitemapAdmin

    I can not reproduce this error and so I can't explain this.
    What version of Zen Cart you use?

 

 
Page 20 of 85 FirstFirst ... 1018192021223070 ... 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