Page 54 of 85 FirstFirst ... 444525354555664 ... LastLast
Results 531 to 540 of 847
  1. #531
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    v 1.3.18 15.04.2008 15:20
    1. Bug fix in ez-pages links
    2. Add skipping 1-prod categories (if 'Skip 1-prod Categories' setting to 'True').
    I just installed Google Sitemap for Zen Cart Version 1.3.8 on a new and running ZenCart 1.3.8a site. The Google Sitemap version is v 1.3.18 added in the ZenCart Downloads section yesterday (April 15, 2008).

    The install.sql code was cut and pasted into the admin-> tools -> Install SQL Patches window as instructed.

    Google Sitemap Configuration does not appear in admin-> configuration as stated in the instructions and Google XML Sitemap appears in admin-> configuration when it should appear in admin-> tools.

    I'm a bit baffled by the SQL code provided. Could you take a look and see if it is correct?

    Thanks, Ron

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

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

    Default Re: Google SitemapAdmin

    Quote Originally Posted by ronlee67 View Post
    Google Sitemap Configuration does not appear in admin-> configuration as stated in the instructions and Google XML Sitemap appears in admin-> configuration when it should appear in admin-> tools.
    Admin Profile?

  3. #533
    Join Date
    Apr 2005
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Hey all,

    First, thx for Googlesitemaps tool.
    I've just installed googlesitemaps v1.3.18 on a zencart v1.3.8a.
    I ran the sql patches and did the config.
    After, I went to Admin->Tools>Google XML Sitemap and click on "Here" link. There were two problems:

    The first one: "File "robots.txt" not found in save path..". For this one, I've added a file called robots.txt in which I wrote: "Sitemap: http://www.tlsystems.co.uk/sitemapindex.xml". After I've done this, the message "File "robots.txt" not found in save path.." disapeared. Was it the right way to fix it ?

    The second one: it is written "Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0" on the bottom of the popup which appears when I clicked on "Here" or on "send" button from the page "Google XML Sitemap Admin"

    Thx.
    Fab.

  4. #534
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    Quote Originally Posted by a_berezin View Post
    Admin Profile?
    I'm sorry Andrew, I don't understand your question.

    I have sucessfully installed earlier versions of your Google Sitemaps on other websites and praise your fine work.

    The only thing I can think of is that the SQL install didn't go right. Perhaps when I did the copy and paste I missed a portion of the script. I would be happy to re-copy and paste and run the script but not confident whether that would mess things up further. What is your opinion? Is it relatively safe to re-run the SQL?

    Best wishes, Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

  5. #535
    Join Date
    Sep 2006
    Location
    Colorado Springs CO USA
    Posts
    516
    Plugin Contributions
    2

    Default Re: Google SitemapAdmin

    RESOLVED

    Ran uninstall.sql then ran install.sql.
    Realized that when install.sql originally opened in notepad for copy/paste operation that not all of the code was selected for pasting.
    Ron


    Quote Originally Posted by ronlee67 View Post
    I just installed Google Sitemap for Zen Cart Version 1.3.8 on a new and running ZenCart 1.3.8a site. The Google Sitemap version is v 1.3.18 added in the ZenCart Downloads section yesterday (April 15, 2008).

    The install.sql code was cut and pasted into the admin-> tools -> Install SQL Patches window as instructed.

    Google Sitemap Configuration does not appear in admin-> configuration as stated in the instructions and Google XML Sitemap appears in admin-> configuration when it should appear in admin-> tools.

    I'm a bit baffled by the SQL code provided. Could you take a look and see if it is correct?

    Thanks, Ron

    Ron
    www.aspenshopsonline.com - ZenCart 1.3.9h
    www.wilkssupply.com - ZenCart 1.3.9h
    www.un-du.net - ZenCart 1.3.8a

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

    Default Re: Google SitemapAdmin

    Quote Originally Posted by tlsystems View Post
    The first one: "File "robots.txt" not found in save path..". For this one, I've added a file called robots.txt in which I wrote: "Sitemap: http://www.tlsystems.co.uk/sitemapindex.xml". After I've done this, the message "File "robots.txt" not found in save path.." disapeared. Was it the right way to fix it ?
    Yes.

    Quote Originally Posted by tlsystems View Post
    "Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0"
    zen-cart dev team argues that this is not an error.
    I forgot to delete debugging.
    File googlesitemap.php. Lines 20-21:
    Code:
      @ini_set('display_errors', '1');
      error_reporting(E_ALL);
    replace by
    Code:
    //  @ini_set('display_errors', '1');
    //  error_reporting(E_ALL);

  7. #537
    Join Date
    Apr 2005
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Ok, Thx very much for this quick answer.

  8. #538
    Join Date
    Apr 2005
    Posts
    4
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    Unfortunately, I've got 2 other troubles.

    My sitemapindex.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="gss.xsl"?>
    <sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
    http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    </sitemapindex>

    Inside the sitemapindex tag, I suppose I should find links to the other sitemaps i.e. categories, ezpages and products ?


    For info: sitemapcategories.xml and sitemapproducts.xml are fine.


    In Google webmaster Tools, I went to add a sitemap, then I chose "add a general web sitemap" and then put "googlesitemap.php?inline=yes" inside the box.
    Now the status of this is "errors" and it is written in the details "empty sitemap". Is it because google was waiting for a xml file and not a php file ? Or is it because my sitemapindex sitemap is empty ?


    Thx.
    Fab.

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

    Default Re: Google SitemapAdmin

    2tlsystems
    It is because your sitemapindex sitemap is empty. But why this happens, I do not understand :-(

  10. #540
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    hi all can anyone shed some light on this issue i am having within google webmaster tools, i get this error message:

    Sitemap errors and warnings



    Line Status Details - URLs not followed
    When we tested a sample of the URLs from your Sitemap, we found that some URLs were not accessible to Googlebot because they contained too many redirects. Please change the URLs in your Sitemap that redirect and replace them with the destination URL (the redirect target). All valid URLs will still be submitted.



    Details



    just found this in google help pages but i am still non the wiser :

    302 (Moved temporarily) The server is currently responding to the request with a page from a different location, but the requestor should continue to use the original location for future requests. This code is similar to a 301 in that for a GET or HEAD request, it automatically forwards the requestor to a different location, but you shouldn't use it to tell the Googlebot that a page or site has moved because Googlebot will continue to crawl and index the original location.


    any ideas on what to do anyone!!!

    HTTP Error:
    URL:
    Found: 302 (Moved temporarily)
    http://www.xxxxxxxx.co.uk/index.php?main_page=account
    Apr 20, 2008



    whats a redirect and how can i solve this warning???


    Egg
    Last edited by eggrush; 21 Apr 2008 at 02:42 PM.

 

 
Page 54 of 85 FirstFirst ... 444525354555664 ... 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