Fatal error: Allowed memory size of 1048576 bytes exhausted (tried to allocate 311296 bytes) in /home/---/public_html/engine/engine.php on line 421
421. Satır : $sql_select = "SELECT SQL_CALC_FOUND_ROWS id, autor, date, short_story, SUBSTRING(full_story, 1, 15) as full_story, xfields, title, category, alt_name, comm_num, allow_comm, allow_rate, rating, vote_num, news_read, flag, editdate, editor, reason, view_edit, tags FROM " . PREFIX . "_post where {$stop_list}date >= '{$year}-{$month}-01'AND date < '{$year}-{$month}-01' + INTERVAL 1 MONTH AND approve = '1'".$where_date." ORDER BY ".$news_sort_by." ".$news_direction_by." LIMIT ".$cstart.",".$config['news_number'];
Fatal Error..
2
●549