I got this error today and I really need help.

user error: Out of memory. Restart daemon and try again (needed 32776 bytes)
query: SELECT f.fid, f.title, f.description, f.image, MAX(i.timestamp) AS last FROM aggregator_feed f LEFT JOIN aggregator_item i ON f.fid = i.fid GROUP BY f.fid, f.title, f.description, f.image in /home/skatecof/public_html/words/includes/database.mysql.inc on line 66.

The fact is I can't access to the aggregator/sources page but I can see the single aggregator/sources/ pages and the aggregator/categories page.
I could update manually clicking the sources which should have updated but weren't.

I installed aggregator2 and Drupal 4.65

Any suggestion?

Comments

oziumjinx’s picture

look into your php.ini settings, if your host allows it.

i had a similar issue. there are specific settings labeled max_execution_time, as well as a memory allocation variable right below max_exe... if you have enough RAM on your system, try increasing your memory for php scripts. there are quite a number of threads on this issue on the forums. i'd search for max_execution_time

harry slaughter’s picture

Status: Active » Closed (won't fix)

this is a php.ini configuration issue