• Welcome to Sitemap Generator Forum.
 

generator stops after 44 pages, strange error messages

Started by hans2, November 17, 2009, 04:18:43 PM

Previous topic - Next topic

hans2

Hi

The generator stops after 44 pages, athough I know that my CMS has much more.
And I get these errors:
Any Idea?

Thanks....!

Warning: set_time_limit(): Cannot set time limit in safe mode in /mydomain//generator/pages/class.grab.inc.php(2) : eval()'d code on line 8
Completed
Total pages indexed: 43
Calculating changelog...
Warning: fopen(/mydomain//ror.xml): failed to open stream: Permission denied in /mydomain//generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 98

Warning: fwrite(): supplied argument is not a valid stream resource in /mydomain//generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 100

Warning: fwrite(): supplied argument is not a valid stream resource in /mydomain//generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 173

Warning: fwrite(): supplied argument is not a valid stream resource in /mydomain//generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 100

Warning: fwrite(): supplied argument is not a valid stream resource in /mydomain//generator/pages/class.xml-creator.inc.php(2) : eval()'d code on line 173

This line (with number 173) repeats after this point 76 times.

XML-Sitemaps Support

Hello,

make sure that you have "Save sitemap to" setting defined correctly. You can PM me your generator URL so that I can check it.

hans2

Ehm I do hope I can come back on this. :-\
The Sitemapgenerator script still has the same errors, but my sitemap.xml does update with the latest changes.
Although the script does not crawl all my pages, because it stops too early.
So, what do I do now to make this thing work?

Thanks.

XML-Sitemaps Support

Hello,

could you please PM me your generator URL and an example URL that is not included in sitemap and how it can be reached starting  from homepage?

hans2


hans2

This answer came from support.

Thanks a lot.  :)

The set_time_limit is a php warning and is related to how php is setup on
your server.

The fopen and fwrite warnings are because you have asked the script to
create a ror.xml file but the file isn't there and doesn't have write
permissions.

If you create a blank file ror.xml and give it write permission (666) as you
would have done the sitemap.xml file this will cure the problem.