Forums
This topic is locked
Google Sitemap Extension with Dreamweaver 8.0.1
Posted 08 Apr 2006 10:51:47
1
has voted
08 Apr 2006 10:51:47 Eric Baudelet posted:
Hi George,I have the Dreamweaver Messages (I put the French messages and the translation after)
- L'ouverture du document a échoué (Open document failed)
Then i can only push the OK button
And other following messages
- La ou les erreur(s) JavaScript suivantes se sont produites lors de l'exécution de onClick:
A la ligne 96 du fichier "D:\Internet\Dreamweawer\Dreamweaver 8\Configuration\commands\GoogleSitemap.htm;
Le fichier E:\Mes Sites Web\..........\fic\xxxxx.zip est introuvable
A la ligne 96 du fichier "D:\Internet\Dreamweawer\Dreamweaver 8\Configuration\commands\GoogleSitemap.htm;
getDocumentDOM : le numéro d'argument 1 est invalide
- The following JavaScript error arrived during the onClick execution
At the line 96 of the file "D:\Internet\Dreamweawer\Dreamweaver 8\Configuration\commands\GoogleSitemap.htm;
The file E:\Mes Sites Web\..........\fic\xxxxx.zip est introuvable (real path of my local web site of an existing file)
At the line 96 of the file "D:\Internet\Dreamweawer\Dreamweaver 8\Configuration\commands\GoogleSitemap.htm;
getDocumentDOM : the argument number 1 is invalid
*** I have the French version of Dreamweaver 8.0.1 (last upgrade). After CPU stay at 1526592 (half memory) and i need to terminate the process. Before your extension was working, now i am completly blocked. I tried to uninstall the extension (it is the only one).
I can send you more informations if necessary.
Best Regards,
Eric
Replies
Replied 19 Jun 2006 16:07:39
19 Jun 2006 16:07:39 Peter McPhee replied:
Hi Eric,
Well, while I cannot read French, the error seems familiar at first glance. I found that when the links to my folders excluded the index.html page, the Google Sitemap Generator failed with a similar looking error message with the CPU maxed out also. Is that the case? I.e. do your folder links look like "..somefolder/" in your source code? If so, try changing them to the actual file name "..somfolder/index.html" and see if that helps.
Peter.
Well, while I cannot read French, the error seems familiar at first glance. I found that when the links to my folders excluded the index.html page, the Google Sitemap Generator failed with a similar looking error message with the CPU maxed out also. Is that the case? I.e. do your folder links look like "..somefolder/" in your source code? If so, try changing them to the actual file name "..somfolder/index.html" and see if that helps.
Peter.
Replied 02 Oct 2006 09:52:16
02 Oct 2006 09:52:16 yes maybe replied:
Thanks, I have similar issues.
I changed the forum/ to forum/index.php and the script continued (for a bit).
The next error message reads:
While executing onClick, the following JavaScript error(s) occurred: At line 96 o file \Program Files\..\Dreamweaver 8\Configuration\commands\Googlesitemap.htm
Exception thrown in native function
see the exact error at www.forbiddencityfc.com/images/onclick.jpg
It may be from this coding;
www.forbiddencityfc.com/squad.php
<a href="../popups.php" onclick="MM_openBrWindow('profiles/profile_tenhagen.php','popup','scrollbars=yes,width=315,height=385'); return false" target="_blank">read
his profile <img src="images/more.gif" width="12" height="9" border="0" alt="Read his Profile Popup" /></a>
What is the way around that?
Thanks for any input
p.s the CPU does not freeze forever, DW sorts itself out eventually.
Edited by - yesmaybe on 02 Oct 2006 09:58:50
I changed the forum/ to forum/index.php and the script continued (for a bit).
The next error message reads:
While executing onClick, the following JavaScript error(s) occurred: At line 96 o file \Program Files\..\Dreamweaver 8\Configuration\commands\Googlesitemap.htm
Exception thrown in native function
see the exact error at www.forbiddencityfc.com/images/onclick.jpg
It may be from this coding;
www.forbiddencityfc.com/squad.php
<a href="../popups.php" onclick="MM_openBrWindow('profiles/profile_tenhagen.php','popup','scrollbars=yes,width=315,height=385'); return false" target="_blank">read
his profile <img src="images/more.gif" width="12" height="9" border="0" alt="Read his Profile Popup" /></a>
What is the way around that?
Thanks for any input
p.s the CPU does not freeze forever, DW sorts itself out eventually.
Edited by - yesmaybe on 02 Oct 2006 09:58:50
Replied 02 Oct 2006 13:21:58
02 Oct 2006 13:21:58 Eric Baudelet replied:
Hi,
I never had a solution or a message.
Since i just use my text file and add the differents pages of my web site as the line below
<url><loc>www.baudelet.net/</loc></url>
I tried differents software and today i use notepad... with only url and loc parameters.
Eric
Edited by - Baudelet on 02 Oct 2006 13:24:58
I never had a solution or a message.
Since i just use my text file and add the differents pages of my web site as the line below
<url><loc>www.baudelet.net/</loc></url>
I tried differents software and today i use notepad... with only url and loc parameters.
Eric
Edited by - Baudelet on 02 Oct 2006 13:24:58
Replied 03 Oct 2006 08:53:32
03 Oct 2006 08:53:32 yes maybe replied:
if google sitemeter works, it also includes <lastmod> and <priorty>. It works on smaller sites, but not on my site with forums, galleries, etc, etc.
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="www.google.com/schemas/sitemap/0.84"
xmlns<img src=../images/dmxzone/forum/icon_smile_kisses.gif border=0 align=middle>si="www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="www.google.com/schemas/sitemap/0.84
www.google.com/schemas/sitemap/0.84/sitemap.xsd">
<url>
<loc>www.forbiddencityfc.com/</loc>
<priority>1</priority>
</url>
<url>
<loc>www.forbiddencityfc.com/fcfc.php</loc>
<lastmod>2006-09-25</lastmod>
<priority>0.7</priority>
</url>
</urlset>
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="www.google.com/schemas/sitemap/0.84"
xmlns<img src=../images/dmxzone/forum/icon_smile_kisses.gif border=0 align=middle>si="www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="www.google.com/schemas/sitemap/0.84
www.google.com/schemas/sitemap/0.84/sitemap.xsd">
<url>
<loc>www.forbiddencityfc.com/</loc>
<priority>1</priority>
</url>
<url>
<loc>www.forbiddencityfc.com/fcfc.php</loc>
<lastmod>2006-09-25</lastmod>
<priority>0.7</priority>
</url>
</urlset>