Page 45 of 85 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 847
  1. #441
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I had the same issue and have fixed it. What I noticed was that when I opened the unzipped files there was a YOUR_ADMIN file which I uploaded to the appropriate location. That's when I got the errors. What I did not do was upload all the files that were not in that folder. Once I uploaded them to my public_html folder, all worked well. Good Luck!

  2. #442
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    I am getting the following error. Can any one help.

    Warning: filesize() [function.filesize]: stat failed for sitemapezpages.xml in .\googlesitemap.php on line 218

    Thanks

    MG

  3. #443
    Join Date
    Jul 2006
    Location
    Washington State
    Posts
    77
    Plugin Contributions
    0

    Idea or Suggestion Call-time pass-by-reference has been deprecated

    The googlesitemap.php file in your main directory causes this warning when run and if you run it in your store administration you will come up with a blank page. This is because the page was set up using older versions of PHP. Pretty soon PHP will not support this function at all. If you get this warning..hehe...which you will...here is what to do.

    THE WARNING:

    Warning: Call-time pass-by-reference has been deprecated - argument

    passed by value; If you would like to pass it by reference, modify the

    declaration of fsockopen(). If you would like to enable call-time

    pass-by-reference, you can set allow_call_time_pass_reference to true

    in your INI file. However, future versions may not support this any

    longer. in /your server/htdocs or whatever/folder or folders your PHP file is

    in//the PHP file on line whatever

    TO FIX THIS:

    The & creates a call by reference so maybe try removing these to pass

    by value.

    EXAMPLE USING googlesitemap.php on line 398:

    WAS:

    $fsoc = fsockopen($url["host"], $url["port"], &$errno, &$errstr, 30);

    SHOULD BE:

    $fsoc = fsockopen($url["host"], $url["port"], $errno, $errstr, 30);

    When I ran it through admin it now opens the page perfectly with no errors in the server fastcgi log. Hope this helps others.

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

    Default Re: Google SitemapAdmin

    hehe... May be help, but why you talk about it in this thread?
    Google SitemapAdmin does not use fsockopen.

  5. #445
    Join Date
    Jul 2006
    Location
    Washington State
    Posts
    77
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    LOL, the code is from googlesitemap.php itself. Yes it DOES use fsockopen. Until I changed the code as stated above the create sitemap page that opens came up as a blank page. After the change the page opened fine showing stats on all the XML sitemaps.

  6. #446
    Join Date
    Jul 2006
    Location
    Washington State
    Posts
    77
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    AND there are no more warnings in the servers fastcgi log.
    Using PHP 5.2.4
    MySQL 5.0.45

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

    Default Re: Google SitemapAdmin

    Ok. Google SitemapAdmin from DL-area does not use fsockopen.
    May be you talk about another script or use very old version.

  8. #448
    Join Date
    Jul 2006
    Location
    Washington State
    Posts
    77
    Plugin Contributions
    0

    Default Re: Google SitemapAdmin

    You are correct A_Berizin! I am using what I thought was the last version but see that you have taken up the ball on it a renewed it! I will install your newest mod as I see it does more with the SE's now ect;. Veryyy sorry for the misunderstanding and yes it is older versions that use fsockopen. Glad you are using the newest PHP methods.
    Best!

  9. #449
    Join Date
    Oct 2007
    Posts
    19
    Plugin Contributions
    0

    Default odd error

    MOsr recent DL today: running for the first time, I get this

    Fatal error: Call to undefined function: zen_get_info_page() in /home/my directories.........com/admin/googlesitemap.php on line 298

    here is line 298:
    $link = zen_href_link(zen_get_info_page($products->fields['products_id']), 'products_id=' . $products->fields['products_id'] . $product_url_add, 'NONSSL', false);

    any idea why this is a fatal error?

  10. #450
    Join Date
    Oct 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: odd error

    Quote Originally Posted by Cliffrock View Post
    MOsr recent DL today: running for the first time, I get this

    Fatal error: Call to undefined function: zen_get_info_page() in /home/my directories.........com/admin/googlesitemap.php on line 298

    here is line 298:
    $link = zen_href_link(zen_get_info_page($products->fields['products_id']), 'products_id=' . $products->fields['products_id'] . $product_url_add, 'NONSSL', false);

    any idea why this is a fatal error?

    I AM REINSTALLING IN THE MEANTIME..........

 

 
Page 45 of 85 FirstFirst ... 35434445464755 ... 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