cmsms 1.6.6 is generating huge core.#### files
Posted: Fri Sep 10, 2010 4:48 pm
Hi:
My client's server is running
MySQL version 5.0.91-community
Apache version 2.0.63
PHP version 5.2.14
Following a recent crash and OS restore of the server, I've noticed that Huge Core files are re-appearing and eating up space in record time.
I activated the debug function in config and got the following results:
Since the version of php is NOT 5.2.10, can anyone point me in the right direction?
My client's server is running
MySQL version 5.0.91-community
Apache version 2.0.63
PHP version 5.2.14
Following a recent crash and OS restore of the server, I've noticed that Huge Core files are re-appearing and eating up space in record time.
I activated the debug function in config and got the following results:
Code: Select all
Debug: (7.0E-5) - (674548)
loading smarty
Debug: (0.005387) - (949992)
loading adodb
Debug: (0.007439) - (1037508)
loading page functions
Debug: (0.013368) - (1213408)
loading content functions
Debug: (0.016889) - (1412244)
loading pageinfo functions
Debug: (0.017747) - (1445976)
loading translation functions
Debug: (0.018349) - (1463928)
loading events functions
Debug: (0.019949) - (1548104)
loading php4 entity decode functions
Debug: (0.022264) - (1742124)
done loading files
Debug: (0.03739) - (2441172)
<br>
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs<br>
Error (0): <br>
Debug: (0.04333) - (2533136)
<br>
(mysql): SELECT * FROM cms_userplugins<br>
Error (0): <br>
Debug: (0.059862) - (3180976)
<br>
(mysql): SELECT * FROM cms_modules WHERE active = 1 ORDER by module_name<br>
Error (0): <br>
Debug display of 'End of include':(0.085918) - (4817720)
Debug: (0.086061) - (4771208)
Session found. Moving on...
Debug: (0.086131) - (4771452)
Session found. Moving on...
Debug: (0.088384) - (4848508)
<br>
(mysql): SELECT ug.user_id FROM cms_user_groups ug
WHERE ug.user_id = '1' AND ug.group_id = 1<br>
Error (0): <br>
Debug: (0.089565) - (4850060)
<br>
(mysql): SELECT DISTINCT permission_name FROM cms_user_groups ug INNER JOIN cms_group_perms gp ON gp.group_id = ug.group_id INNER JOIN cms_permissions p ON p.permission_id = gp.permission_id INNER JOIN cms_groups gr ON gr.group_id = ug.group_id WHERE ug.user_id = '1' AND gr.active = 1<br>
Error (0): <br>
Debug display of 'Load Content Operations':(0.090823) - (4852196)
Debug display of 'End Load Content Operations':(0.100588) - (5402856)
Debug: (0.941099) - (5426268)
<br>
(mysql): SELECT * FROM cms_templates ORDER BY template_name<br>
Error (0): <br>
Debug: (0.948756) - (5866084)
Session found. Moving on...
Debug: (0.949511) - (5869244)
<br>
(mysql): SELECT preference, value FROM cms_userprefs WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0.949833) - (5868404)
Session found. Moving on...
Debug: (0.961169) - (6212192)
<br>
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0.961708) - (6214548)
<br>
(mysql): SELECT group_id FROM cms_user_groups WHERE user_id = '1'<br>
Error (0): <br>
Debug: (0.962107) - (6214008)
<br>
(mysql): SELECT htmlblob_id FROM cms_additional_htmlblob_users WHERE user_id IN (-1)<br>
Error (0): <br>
Debug: (0.965596) - (6214148)
<br>
(mysql): SELECT content_id FROM cms_content WHERE owner_id = '1'<br>
Error (0): <br>
Debug: (0.966448) - (6218708)
<br>
(mysql): SELECT user_id,content_id FROM cms_additional_users<br>
Error (0): <br>
Debug: (0.966968) - (6221400)
<br>
(mysql): SELECT ug.user_id FROM cms_user_groups ug
WHERE ug.user_id = '1' AND ug.group_id = 2<br>
Error (0): <br>
Debug: (0.975192) - (6278184)
<br>
(mysql): SELECT count(news_id) FROM cms_module_news n
WHERE status != 'published'
AND (( IFNULL(end_time, '1969-12-31 17:00:01') = '1969-12-31 17:00:01') OR (end_time > '2010-09-10 10:13:11')) <br>
Error (0): <br>
Debug: (0.975766) - (6276620)
<br>
(mysql): SELECT version from cms_version<br>
Error (0): <br>
Debug: (0.979051) - (6321236)
<br>
(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template FROM cms_templates WHERE default_template = 1<br>
Error (0): <br>
Debug: (0.980229) - (6322404)
<br>
(mysql): SELECT template_id, template_name, template_content, stylesheet, encoding, active, default_template FROM cms_templates WHERE default_template = 1<br>
Error (0): <br>
Debug: (1.001507) - (7091584)
<br>
(mysql): SELECT eh.tag_name, eh.module_name, e.originator, e.event_name, eh.handler_order, eh.handler_id, eh.removable FROM cms_event_handlers eh
INNER JOIN cms_events e ON e.event_id = eh.event_id
ORDER BY eh.handler_order ASC<br>
Error (0): <br>