class.utils.inc.php error in line 102
« on: July 24, 2012, 05:35:54 PM »
Hello everyone, the above error is what the generator is throuwing when i try to access the crawl page. Any insight on what I might be doing wrong? If a memory issue, what is the largest setting for:

Maximum memory usage, MB:
 "0" for default. Note: might not work depending on the server configuration.

Also, what server configuration is needed for the "default" value to work?

Thanks!
Re: class.utils.inc.php error in line 102
« Reply #2 on: July 24, 2012, 07:10:16 PM »
Hello. This is what I get when clicking on the Crawl tab:

Fatal error: Maximum execution time of 30 seconds exceeded in /srv/www/htdocs/generator/pages/class.utils.inc.php on line 102
Re: class.utils.inc.php error in line 102
« Reply #3 on: July 24, 2012, 07:15:06 PM »
Hello,

you'd need to increase max_execution_time setting in php configuration (php.ini file on your server) or contact your hosting support for that.
Re: class.utils.inc.php error in line 102
« Reply #4 on: July 24, 2012, 10:46:17 PM »
Hello,

I adjustedit to 60 seconds to no avail. I then put memory setting to "0" for default setting, and received this error:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 390649423 bytes) in /srv/www/htdocs/generator/pages/class.utils.inc.php on line 102
Re: class.utils.inc.php error in line 102
« Reply #5 on: July 25, 2012, 03:09:54 PM »
You need to increase memory_limit in php configuration (not in generator config)