Software Not Working
« on: February 16, 2009, 02:00:46 PM »
I have paid version and when crawling seefido.com i get:

Warning: fopen(/home/seefido/public_html/generator/data/crawl_dump.log) [function.fopen]: failed to open stream: Permission denied in /home/seefido/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 32

Warning: fwrite(): supplied argument is not a valid stream resource in /home/seefido/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 33

Warning: fclose(): supplied argument is not a valid stream resource in /home/seefido/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 34

___________________

How do i fix?
Re: Software Not Working
« Reply #1 on: February 16, 2009, 10:05:35 PM »
Hello,

make sure that you have 0777 permissions set for generator/data/ folder.
Re: Software Not Working
« Reply #2 on: February 17, 2009, 12:04:50 AM »
it is 777 everywhere, yes.  Now i get:

Links depth: 4
Current page: dog-discussion-forum/viewtopic.php?t=9478&start=0&postdays=0&postorder=asc&highlight=
Pages added to sitemap: 9229
Pages scanned: 10120 (447,044.9 KB)
Pages left: 15021 (+ 6484 queued for the next depth level)
Time passed: 6:01
Time left: 8:57
Memory usage: 17,635.5 Kb

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5505121 bytes) in /home/seefido/public_html/generator/pages/class.utils.inc.php(2) : eval()'d code on line 6
Re: Software Not Working
« Reply #3 on: February 17, 2009, 09:22:34 PM »
That's related to a memory_limit setting in PHP configuration, you can increase that setting to resolve the issue.

The first thing I would try though is to optimize crawling options. Looks like you have phpBB forum on your site, please try to define this for "Exclude URLs" option:
Code: [Select]
p=
mode=
mark=
order=
highlight=
profile.php
privmsg.php
posting.php
view=previous
view=next
search.php
and this for "Do not parse":
Code: [Select]
viewtopic.php
view=print

and restart generator from scratch.