Zen Cart Logo
Forums / All Other Contributions/Addons / Google SitemapAdmin

Google SitemapAdmin

Views: 229,067

Results 441 to 460 of 842
28 Oct 2007, 10:34 PM
#441
golowenow avatar

golowenow

New Zenner

Join Date:
Jul 2006
Location:
Washington State
Posts:
78
Plugin Contributions:
0

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.:blink:

28 Oct 2007, 10:42 PM
#442
golowenow avatar

golowenow

New Zenner

Join Date:
Jul 2006
Location:
Washington State
Posts:
78
Plugin Contributions:
0

Re: Google SitemapAdmin

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

28 Oct 2007, 11:20 PM
#443
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

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.

29 Oct 2007, 12:34 AM
#444
golowenow avatar

golowenow

New Zenner

Join Date:
Jul 2006
Location:
Washington State
Posts:
78
Plugin Contributions:
0

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!:smartalec:

29 Oct 2007, 5:31 PM
#445
cliffrock avatar

cliffrock

New Zenner

Join Date:
Oct 2007
Posts:
14
Plugin Contributions:
0

Re: Google SitemapAdmin

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?

29 Oct 2007, 5:34 PM
#446
cliffrock avatar

cliffrock

New Zenner

Join Date:
Oct 2007
Posts:
14
Plugin Contributions:
0

Re: Google SitemapAdmin

Cliffrock:

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..........

29 Oct 2007, 5:40 PM
#447
cliffrock avatar

cliffrock

New Zenner

Join Date:
Oct 2007
Posts:
14
Plugin Contributions:
0

Re: Google SitemapAdmin

Cliffrock:

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?

Cliffrock:

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

Got it. FIlezilla aint perfect. me neither. Thanks anyway.

30 Oct 2007, 1:48 PM
#448
surf7_net avatar

surf7_net

New Zenner

Join Date:
Aug 2007
Posts:
35
Plugin Contributions:
0

Re: Google SitemapAdmin

Dear developer of this excellent mod,

Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

The effected keys are

PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX

Deletion of above keys will effect the proper functionality of Zen Cart.

30 Oct 2007, 4:25 PM
#449
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google SitemapAdmin

Thanks!
Please execute this sql to restore deleted records:

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, now(), now(), NULL, NULL);
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, now(), now(), NULL, NULL);
3 Nov 2007, 2:16 AM
#450
chadderuski avatar

chadderuski

Totally Zenned

Join Date:
Apr 2006
Location:
Dark Side of the Moon
Posts:
986
Plugin Contributions:
0

Re: Google SitemapAdmin

Andrew,

Was wondering if you might be able to give me some direction.

I am using your dynamic menu, but would like to style it like the menu here:

http://208.112.70>dot<145/

Pardon the >dot< but this is a testing site. I like this style a lot, and it will work better with my menu categories.

Sorry about the thread hijack... :)

-cj

8 Nov 2007, 9:40 PM
#451
bhunted avatar

bhunted

New Zenner

Join Date:
Mar 2007
Location:
NJ
Posts:
68
Plugin Contributions:
0

Re: Google SitemapAdmin

Hello All..

I'm getting these strange errors when trying to upload my sitemap from the control panel. I have this mod installed in other stores and don't have a prob. Just this one store. Any help would be appreciated.

Here is what comes up when trying to submit...

Warning: file(): URL file-access is disabled in the server configuration in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124

Warning: file(http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fadvantageserviceltd.com%2Fsitemapindex.xml%29: failed to open stream: no suitable wrapper could be found in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124

Warning: implode(): Bad arguments. in /home/content/a/v/a/avantageserv/html/googlesitemap.php on line 124

9 Nov 2007, 1:57 AM
#452
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google SitemapAdmin

URL file-access is disabled in the server configuration

9 Nov 2007, 11:58 AM
#453
bhunted avatar

bhunted

New Zenner

Join Date:
Mar 2007
Location:
NJ
Posts:
68
Plugin Contributions:
0

Re: Google SitemapAdmin

I gathered it was something like that, but how do I correct that? I never had to do anything like that before.
Thanks for responding...
:unsure:

10 Nov 2007, 4:10 PM
#454
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Google SitemapAdmin

Nothing. You need to manually ping.

10 Nov 2007, 4:39 PM
#455
bhunted avatar

bhunted

New Zenner

Join Date:
Mar 2007
Location:
NJ
Posts:
68
Plugin Contributions:
0

Re: Google SitemapAdmin

I found out that some providers block this function, but that you can edit your php.ini file from false to true for that setting and that helped. Thanks...

11 Nov 2007, 2:21 PM
#456
alray10 avatar

alray10

New Zenner

Join Date:
Jan 2007
Posts:
96
Plugin Contributions:
0

Re: Google SitemapAdmin

I would like to add Manufacturers pages to my sitemap, anyone have any idea how to do this.

11 Nov 2007, 9:47 PM
#457
kate_1 avatar

kate_1

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
47
Plugin Contributions:
0

Re: Google SitemapAdmin

Have installed this but when I go to admin>tools>google xml sitemap & click "Here" in step 1 I get a popup window saying:-

Not Found
The requested URL /404/ was not found on this server.

How do I fix this??? :mellow:

14 Nov 2007, 9:49 PM
#458
pivey avatar

pivey

Zen Follower

Join Date:
Mar 2006
Posts:
192
Plugin Contributions:
0

Re: Google SitemapAdmin

I installed the v137 sitemaps.
Installation fine....configuration default.
xml files are on root folder (/httpdocs) chmod to 777
When clicking for file generation i just see that message for ....ever
"Google Sitemap Generation (v 1.3.7 19.03.2007 19:14) started
Save path - "C:/Inetpub/vhosts/MYDOMAIN/httpdocs/eu"
Base URL - "http://www.MYDOMAIN/eu/"

NO ERRORS DISPLAYED
Files are blank and 0 KB

Windows server 2003
ZC 1.3.7
PHP Version: 4.4.7
MySQL 5.0.37

Any ideas?...as many other users have the same issue without a clear answer to that

17 Nov 2007, 4:39 PM
#459
cozmic avatar

cozmic

New Zenner

Join Date:
Apr 2006
Location:
Sweden
Posts:
24
Plugin Contributions:
0

Re: Google SitemapAdmin

StoryBook:

Ok, I guess this will be a newbie question, but I've read everything I can find on this mod, and I can't find my answer...

I have v1.3.12 of this mod, and a pretty fresh install of Zen 1.3.7

The install instructions for the Sitemap mod reference, in step #2, a file called googleanalytics.sql. This file does not exist in the mod package.

Am I missing something???

StoryBook

I got the same question myself and I didn't see any answer?

Thanks,
Daniel

18 Nov 2007, 5:32 AM
#460
storybook avatar

storybook

New Zenner

Join Date:
Jun 2007
Location:
Wagener, SC
Posts:
27
Plugin Contributions:
0

Re: Google SitemapAdmin

cozmic:

I got the same question myself and I didn't see any answer?

Thanks,
Daniel

Hi Daniel,

The reference to Google Analytics in the install instructions is bogus. Just skip that step and all will be well.

Maybe someday someone will update the install info for this mod??? :huh:

Kevin