I was having a problem with the page displaying info and errors from both MySQL and PHP. It displays a few things at the bottom of the page too.. I cannot figure out what setting turns this off. So I do not see this on the page? Here is my info
Server
Apache Configuration Version:
2.2.11
PHP Version:
5.3.0
Loaded Extensions:
Corebcmathcalendarcom_dotnetctypedateeregfilterftphashiconvjsonmcryptmysqlndodbcpcreReflectionsessionSPLstandardtokenizerzipzliblibxmldomPDOPharSimpleXMLwddxxmlxmlreaderxmlwriterapache2handlercurlfileinfogdmbstringmysqlmysqlisqlite Version.3.5h
MySQL
Here is the data it includes on the top of the page with lines between them. Sorry I am a noob and searched everywhere I could to locate what it causing this.
(mysql): SELECT s.setting_key, s.input_id, IFNULL(sv.setting_value, s.default_value) AS value FROM s_setting s LEFT JOIN s_setting_to_value sv ON s.id = sv.setting_id WHERE 1 AND s.active = 1 AND s .module_id = 100
(mysql): SELECT id, parent_id, name, sort_order, private FROM s_kb_category c WHERE c.active = 1 ORDER BY name
(mysql): SELECT c.* FROM s_kb_category c WHERE 1 AND c.parent_id = '0 ' AND c.active = 1 AND c.private = 0 AND 1 ORDER BY name
(mysql): SELECT COUNT(*) AS num FROM s_kb_glossary g
(mysql): SELECT e.*, SUBSTRING_INDEhot smileye.body,' ',70) AS body, cat.id AS category_id, cat.name AS category_name, cat.active AS category_active, cat.private AS category_private, cat.commentable, cat.ratingable, r.votes AS votes, (r.rate/r.votes) AS rating, #IFNULL(SUM(c.active), 0) AS comment_num, IF(SUM(c.active) IS NULL, 0, FORMAT(SUM(c.active)/COUNT (DISTINCT cat.id), 0)) AS comment_num, UNIX_TIMESTAMP(e.date_updated) AS ts_updated, UNIX_TIMESTAMP(e.date_posted) AS ts_posted FROM (s_kb_entry e, s_kb_category cat, s_kb_entry_to_category e_to_cat) LEFT JOIN s_kb_comment c ON e.id = c.entry_id LEFT JOIN s_kb_rating r ON e.id = r.entry_id LEFT JOIN s_data_to_user_value du ON e.id = du.data_value AND du.rule_id = '12' WHERE 1 AND e.id = e_to_cat.entry_id AND cat.id = e_to_cat.category_id AND e.active = 1 AND cat.active = 1 AND IF(du.user_value, du.user_value = '',1) AND 1 AND cat.private = 0 AND e.private = 0 AND 1 AND e_to_cat.is_main = 1 GROUP BY e.id ORDER BY hits DESC LIMIT 0.15
Notice: Only variable references should be returned by reference in C:\wamp\www\kb\client\inc\KBClientModel.php on line 616
(mysql): SELECT e.*, SUBSTRING_INDEhot smileye.body,' ',70) AS body, cat.id AS category_id, cat.name AS category_name, cat.active AS category_active, cat.private AS category_private, cat.commentable, cat.ratingable, r.votes AS votes, (r.rate/r.votes) AS rating, #IFNULL(SUM(c.active), 0) AS comment_num, IF(SUM(c.active) IS NULL, 0, FORMAT(SUM(c.active)/COUNT (DISTINCT cat.id), 0)) AS comment_num, UNIX_TIMESTAMP(e.date_updated) AS ts_updated, UNIX_TIMESTAMP(e.date_posted) AS ts_posted FROM (s_kb_entry e, s_kb_category cat, s_kb_entry_to_category e_to_cat) LEFT JOIN s_kb_comment c ON e.id = c.entry_id LEFT JOIN s_kb_rating r ON e.id = r.entry_id LEFT JOIN s_data_to_user_value du ON e.id = du.data_value AND du.rule_id = '12' WHERE 1 AND e.id = e_to_cat.entry_id AND cat.id = e_to_cat.category_id AND e.active = 1 AND cat.active = 1 AND IF(du.user_value, du.user_value = '',1) AND 1 AND cat.private = 0 AND e.private = 0 AND 1 AND e_to_cat.is_main = 1 AND e_to_cat.is_main = 1 GROUP BY e.id ORDER BY date_posted DESC LIMIT 0.15
Notice: Only variable references should be returned by reference in C:\wamp\www\kb\client\inc\KBClientModel.php on line 616
Any help or direction where I can find this would be great. Thanks
Server
Apache Configuration Version:
2.2.11
PHP Version:
5.3.0
Loaded Extensions:
Corebcmathcalendarcom_dotnetctypedateeregfilterftphashiconvjsonmcryptmysqlndodbcpcreReflectionsessionSPLstandardtokenizerzipzliblibxmldomPDOPharSimpleXMLwddxxmlxmlreaderxmlwriterapache2handlercurlfileinfogdmbstringmysqlmysqlisqlite Version.3.5h
MySQL
Here is the data it includes on the top of the page with lines between them. Sorry I am a noob and searched everywhere I could to locate what it causing this.
(mysql): SELECT s.setting_key, s.input_id, IFNULL(sv.setting_value, s.default_value) AS value FROM s_setting s LEFT JOIN s_setting_to_value sv ON s.id = sv.setting_id WHERE 1 AND s.active = 1 AND s .module_id = 100
(mysql): SELECT id, parent_id, name, sort_order, private FROM s_kb_category c WHERE c.active = 1 ORDER BY name
(mysql): SELECT c.* FROM s_kb_category c WHERE 1 AND c.parent_id = '0 ' AND c.active = 1 AND c.private = 0 AND 1 ORDER BY name
(mysql): SELECT COUNT(*) AS num FROM s_kb_glossary g
(mysql): SELECT e.*, SUBSTRING_INDEhot smileye.body,' ',70) AS body, cat.id AS category_id, cat.name AS category_name, cat.active AS category_active, cat.private AS category_private, cat.commentable, cat.ratingable, r.votes AS votes, (r.rate/r.votes) AS rating, #IFNULL(SUM(c.active), 0) AS comment_num, IF(SUM(c.active) IS NULL, 0, FORMAT(SUM(c.active)/COUNT (DISTINCT cat.id), 0)) AS comment_num, UNIX_TIMESTAMP(e.date_updated) AS ts_updated, UNIX_TIMESTAMP(e.date_posted) AS ts_posted FROM (s_kb_entry e, s_kb_category cat, s_kb_entry_to_category e_to_cat) LEFT JOIN s_kb_comment c ON e.id = c.entry_id LEFT JOIN s_kb_rating r ON e.id = r.entry_id LEFT JOIN s_data_to_user_value du ON e.id = du.data_value AND du.rule_id = '12' WHERE 1 AND e.id = e_to_cat.entry_id AND cat.id = e_to_cat.category_id AND e.active = 1 AND cat.active = 1 AND IF(du.user_value, du.user_value = '',1) AND 1 AND cat.private = 0 AND e.private = 0 AND 1 AND e_to_cat.is_main = 1 GROUP BY e.id ORDER BY hits DESC LIMIT 0.15
Notice: Only variable references should be returned by reference in C:\wamp\www\kb\client\inc\KBClientModel.php on line 616
(mysql): SELECT e.*, SUBSTRING_INDEhot smileye.body,' ',70) AS body, cat.id AS category_id, cat.name AS category_name, cat.active AS category_active, cat.private AS category_private, cat.commentable, cat.ratingable, r.votes AS votes, (r.rate/r.votes) AS rating, #IFNULL(SUM(c.active), 0) AS comment_num, IF(SUM(c.active) IS NULL, 0, FORMAT(SUM(c.active)/COUNT (DISTINCT cat.id), 0)) AS comment_num, UNIX_TIMESTAMP(e.date_updated) AS ts_updated, UNIX_TIMESTAMP(e.date_posted) AS ts_posted FROM (s_kb_entry e, s_kb_category cat, s_kb_entry_to_category e_to_cat) LEFT JOIN s_kb_comment c ON e.id = c.entry_id LEFT JOIN s_kb_rating r ON e.id = r.entry_id LEFT JOIN s_data_to_user_value du ON e.id = du.data_value AND du.rule_id = '12' WHERE 1 AND e.id = e_to_cat.entry_id AND cat.id = e_to_cat.category_id AND e.active = 1 AND cat.active = 1 AND IF(du.user_value, du.user_value = '',1) AND 1 AND cat.private = 0 AND e.private = 0 AND 1 AND e_to_cat.is_main = 1 AND e_to_cat.is_main = 1 GROUP BY e.id ORDER BY date_posted DESC LIMIT 0.15
Notice: Only variable references should be returned by reference in C:\wamp\www\kb\client\inc\KBClientModel.php on line 616
Any help or direction where I can find this would be great. Thanks