generator stops after 44 pages, strange error messages
« on: November 17, 2009, 04:18:43 PM »
Hi

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

Thanks....!

Code: [Select]
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.
Re: generator stops after 44 pages, strange error messages
« Reply #1 on: November 17, 2009, 07:44:59 PM »
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.
Re: generator stops after 44 pages, strange error messages
« Reply #2 on: January 27, 2010, 02:28:59 PM »
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.
Re: generator stops after 44 pages, strange error messages
« Reply #3 on: January 28, 2010, 12:07:00 AM »
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?
Re: generator stops after 44 pages, strange error messages
« Reply #4 on: January 28, 2010, 07:00:16 AM »
Hi Thanks

You got a PM.
(solved): generator stops after 44 pages, strange error messages
« Reply #5 on: February 14, 2010, 02:10:11 PM »
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.