melih

*
  • *
  • 23
Help with Fatal Error Message
« on: December 15, 2007, 02:46:46 PM »
Hi,

Anyone come across the following situation?  Not sure what needs to be done to correct the problem.

==============================
Resuming the last session (last updated: 2007-12-08 03:33:24)52341 | -42310 | 520,700.6 | 100:25 | -81:0-11 | 5 | 58,262.9 Kb | 52310 | 30935 | 58262
<h4>Completed</h4>Total pages indexed: 52310<br>Calculating changelog...<br>Creating HTML sitemap...
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in /home/sfdir/public_html/generator/pages/class.html-creator.inc.php(2) : eval()'d code on line 78
Allowed memory size of 134217728 bytes exhausted (tried to allocate 40 bytes)
===============================

Thanks for any feedback.

Melih (\"may-lee\") Oztalay, CEO
SmartFinds Internet Marketing
Re: Help with Fatal Error Message
« Reply #1 on: December 17, 2007, 12:12:02 AM »
Hello,

you should either increase memory_limit setting in your php configuration (php.ini) or just disable "Create html sitemap" option since the error happens on that stage as I see.