Mise a jour V5 bloqué a 25%
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
Apres avoit fait une sauvegarde de le BDD et la totalité du site , je decompresse l'archive et transfére tous les fichiers et dossiers contenu dans le dossier phpboost_update sur mon serveur( ovh) dans le même répertoire de la version 4.1.jusqu a la pas de soucis .
Je vais sur le lien de mon site , tous se passe automatiquement : <a href="http://www.atc-am.fr/update/">http://www.atc-am.fr/update/</a>
<img src="/upload/php5.png" alt="" />
<img src="/upload/php51.png" alt="" />
et apres j ai cela :
<img src="/upload/php52.png" alt="" />
encore une fois je suis dans le néant total .
Merci de votre aide .
cdt
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
le guide a bien été suivie ?
Tous les module/menus non officiel désactivé ?
Que donne le fichier de log (cache/error.log et/ou dans le dossier /update) ?
Cordialement, janus57
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
voici mon "error.log" :
2016-01-27 03:14:36
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-27 03:14:36
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 00:00:27
74
invalid query. (ERRNO 1062) Duplicate entry '30-1-2016' for key 'stats_day'<hr />query: INSERT INTO phpboost_stats (stats_year, stats_month, stats_day, nbr, pages, pages_detail) VALUES ('2016', '01', 30, 0, 0, '');<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(54): MySQLQuerier->execute('INSERT INTO php...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(106): MySQLQuerier->inject('INSERT INTO php...', Array)<br />#2 /home/atcamfrtgk/www/stats/phpboost/StatsScheduledJobs.class.php(39): DBQuerier->insert('phpboost_stats', Array)<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(374): StatsScheduledJobs->on_changeday(Object(Date), Object(Date))<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(340): Environment::execute_modules_changedays_tasks()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(330): Environment::perform_changeday()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(98): Environment::process_changeday_tasks_if_needed()<br />#7 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#8 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#9 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#10 /home/atcamfrtgk/www/forum/index.php(28): require_once('/home/atcamfrtg...')<br />#11 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-01-31 15:22:58
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 15:22:58
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-03 14:10:30
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '145450503' at line 10<hr />query: (SELECT 1 AS id_search,<br />articles.id AS id_content,<br />articles.title AS title,<br />(2 * MATCH(articles.title) AGAINST( 'crevette') + (MATCH(articles.contents) AGAINST( 'crevette') +<br />MATCH(articles.description) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../articles/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', articles.id, '-', articles.rewrited_title) AS link<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON articles.id_category = cat.id<br />WHERE ( MATCH(articles.title) AGAINST( 'crevette') OR MATCH(articles.contents) AGAINST( 'crevette') OR MATCH(articles.description) AGAINST( 'crevette') )<br />AND id_category IN()<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '1454505030' AND (publishing_end_date > '1454505030' OR publishing_end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 2 AS id_search,<br />id_event AS id_content,<br />title,<br />( 2 * MATCH(title) AGAINST( 'crevette') + MATCH(contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance,<br />CONCAT('../calendar/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', id_event, '-', event_content.rewrited_title) AS link<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />LEFT JOIN phpboost_calendar_cats cat ON id_category = cat.id<br />WHERE ( MATCH(title) AGAINST( 'crevette') OR MATCH(contents) AGAINST( 'crevette') )<br />AND event_content.approved = 1<br />AND id_category IN()<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 3 AS id_search,<br /> f.id AS id_content,<br /> f.question AS title,<br /> ( 2 * MATCH(f.question) AGAINST( 'crevette') + MATCH(f.answer) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../faq/faq.php?id=' , f.idcat , '&question=' , f.id , '#q' , f.id) AS link<br /> FROM phpboost_faq f<br /> WHERE ( MATCH(f.question) AGAINST( 'crevette') OR MATCH(f.answer) AGAINST( 'crevette') ) AND f.idcat IN (1,2) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 4 AS `id_search`,<br /> MIN(msg.id) AS `id_content`,<br /> t.title AS `title`,<br /> MAX(( 2 * MATCH(t.title) AGAINST( 'crevette') + MATCH(msg.contents) AGAINST( 'crevette') ) / 3) * 1 AS `relevance`,<br /> CONCAT('..' , '/forum/topic.php?id=' , t.id , '#m' , msg.id) AS `link`<br /> FROM phpboost_forum_msg msg<br /> JOIN phpboost_forum_topics t ON t.id = msg.idtopic<br /> JOIN phpboost_forum_cats c ON c.level != 0 AND c.aprob = 1 AND c.id = t.idcat<br /> WHERE ( MATCH(t.title) AGAINST( 'crevette') OR MATCH(msg.contents) AGAINST( 'crevette') ) AND msg.timestamp > '-1137494970'<br /> AND c.id NOT IN (52,53,54,62,63,65,55,56,57,68,58,69,67,70,8,38)<br /> GROUP BY t.id<br /> ORDER BY relevance DESC LIMIT 50 OFFSET 0) UNION (SELECT 5 AS id_search,<br /> f.id AS id_content,<br /> f.name AS title,<br /> ( 2 * MATCH(f.name) AGAINST( 'crevette') + MATCH(f.contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../media/media.php?id=' , f.id , '&cat=' , f.idcat) AS link<br /> FROM phpboost_media f<br /> WHERE ( MATCH(f.name) AGAINST( 'crevette') OR MATCH(f.contents) AGAINST( 'crevette') ) AND f.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 6 AS id_search,<br />n.id AS id_content,<br />n.name AS title,<br />( 2 * MATCH(n.name) AGAINST( 'crevette') + (MATCH(n.contents) AGAINST( 'crevette') +<br />MATCH(n.short_contents) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../news/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', n.id, '-', n.rewrited_name) AS link<br />FROM phpboost_news n<br />LEFT JOIN phpboost_news_cats cat ON n.id_category = cat.id<br />WHERE ( MATCH(n.name) AGAINST( 'crevette') OR MATCH(n.contents) AGAINST( 'crevette') OR MATCH(n.short_contents) AGAINST( 'crevette') )<br />AND id_category IN(0, 3, 2)<br />AND (approbation_type = 1 OR (approbation_type = 2 AND start_date < '1454505030' AND (end_date > '1454505030' OR end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 8 AS `id_search`,<br />q.id AS `id_content`,<br />q.title AS `title`,<br />1 AS `relevance`,<br />CONCAT('../smallads/smallads.php?id=',q.id) AS `link`<br />FROM phpboost_smallads q WHERE 0 AND ((q.title LIKE '%crevette%')<br />OR (q.contents LIKE '%crevette%'))) UNION (SELECT 9 AS id_search,<br /> d.id AS id_content,<br /> d.title AS title,<br /> ( 3 * MATCH(d.title) AGAINST( 'crevette') +<br /> 2 * MATCH(d.short_contents) AGAINST( 'crevette') +<br /> MATCH(d.contents) AGAINST( 'crevette') ) / 6 * 1 AS relevance, CONCAT('../download/download.php?id=' , d.id) AS link<br /> FROM phpboost_download d<br /> WHERE ( MATCH(d.title) AGAINST( 'crevette') OR<br /> MATCH(d.short_contents) AGAINST( 'crevette') OR<br /> MATCH(d.contents) AGAINST( 'crevette') ) AND d.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 10 AS `id_search`,<br /> `id` AS `id_content`,<br /> `title` AS `title`,<br /> ((MATCH(title) AGAINST( 'crevette') )* 1) AS `relevance`,<br /> CONCAT('../wiki/wiki.php?title=',encoded_title) AS `link`<br /> FROM phpboost_wiki_articles<br /> WHERE MATCH(title) AGAINST( 'crevette'))
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /kernel/framework/db/Sql.class.php:548 - DBQuerier->select(string, array, int)<br />[3] /kernel/framework/db/Sql.class.php:164 - Sql->select(string)<br />[4] /search/services/Search.class.php:337 - Sql->query_while(string, int, string)<br />[5] /search/search.inc.php:53 - Search->insert_results(array)<br />[6] /search/search.inc.php:65 - execute_search(Search, array, array, array)<br />[7] /search/search.php:205 - get_search_results(string, array, array, array, array)<br />[URL] /search/search.php
2016-02-04 13:04:25
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-04 13:04:25
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-12 08:37:54
256
Can't open the file for reading : ../cache/CacheManager-stats-config.data
[0] /kernel/framework/io/filesystem/File.class.php:293 - File->check_file_descriptor(string)<br />[1] /kernel/framework/io/filesystem/File.class.php:97 - File->open(int)<br />[2] /kernel/framework/io/data/store/FileSystemDataStore.class.php:65 - File->read()<br />[3] /kernel/framework/io/data/store/FileSystemDataStore.class.php:57 - FileSystemDataStore->get_data(string)<br />[4] /kernel/framework/io/data/cache/CacheManager.class.php:228 - FileSystemDataStore->get(string)<br />[5] /kernel/framework/io/data/cache/CacheManager.class.php:122 - CacheManager::get_file_cached_data(string)<br />[6] /kernel/framework/io/data/config/ConfigManager.class.php:55 - CacheManager::try_load(string, string, string)<br />[7] /stats/phpboost/StatsConfig.class.php:58 - ConfigManager::load(string, string, string)<br />[8] /stats/services/StatsAuthorizationsService.class.php:45 - StatsConfig::load()<br />[9] /stats/services/StatsAuthorizationsService.class.php:40 - StatsAuthorizationsService->get_authorizations(int)<br />[10] /stats/phpboost/StatsHomePageExtensionPoint.class.php:1157 - StatsAuthorizationsService->read()<br />[11] /stats/phpboost/StatsHomePageExtensionPoint.class.php:53 - StatsHomePageExtensionPoint->check_authorizations()<br />[12] /stats/phpboost/StatsHomePageExtensionPoint.class.php:39 - StatsHomePageExtensionPoint->get_view()<br />[13] /stats/stats.php:36 - StatsHomePageExtensionPoint->get_home_page()<br />[URL] /stats/stats-pages.php?d=8&m=1&y=2015
2016-02-12 12:06:23
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/syndication/index.php(29): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:07:59
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/index.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:08:16
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/syndication/index.php(29): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:08:21
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:08:25
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:09:00
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:09:18
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:09:25
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:09:32
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:09:50
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/forum.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:10:28
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:10:31
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:10:33
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:11:32
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:11:37
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:09
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:10
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:11
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:15
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:23
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/admin/admin_begin.php(31): require_once('/home/atcamfrtg...')<br />#10 /home/atcamfrtgk/www/admin/admin_index.php(28): require_once('/home/atcamfrtg...')<br />#11 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:12:34
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:13:09
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/index.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:13:33
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/user/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 12:19:08
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(96): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(59): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(72): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/update/services/UpdateServices.class.php(75): PersistenceContext::get_dbms_utils()<br />#5 /home/atcamfrtgk/www/update/controllers/UpdateServerConfigController.class.php(84): UpdateServices->__construct()<br />#6 /home/atcamfrtgk/www/update/controllers/UpdateServerConfigController.class.php(58): UpdateServerConfigController->handle_form()<br />#7 /home/atcamfrtgk/www/kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php(87): UpdateServerConfigController->execute(Object(HTTPRequestCustom))<br />#8 /home/atcamfrtgk/www/kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php(59): UrlControllerMapper->do_call()<br />#9 /home/atcamfrtgk/www/kernel/framework/mvc/dispatcher/Dispatcher.class.php(67): UrlControllerMapper->call()<br />#10 /home/atcamfrtgk/www/kernel/framework/mvc/dispatcher/DispatchManager.class.php(43): Dispatcher->dispatch()<br />#11 /home/atcamfrtgk/w
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
au vu de cette ligne :
Citation :
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51'
je dirais que le problème n'est pas PHPBoost mais votre hébergeur.
Mais vérifier si dans le fichier /kernel/db/config.php les informations SQL sont correcte, si oui tourner vous vers votre hébergeur.
EDIT :
Sinon oui comme toute les migration les modules officiel doivent de préférence être désactivé avant (bien qu'il me semble que le script de migration de la V5 les désactive par sécurité maintenant).
Cordialement, janus57
Édité par janus57 Le 12/02/2016 à 13h10
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
peut etre un rapport avec mon soucis , c est plus trop ce que c etait OVH , je pense partir ailleurs .
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :

Mais j ai un autre soucis , je n ai plus aucun membres sur le site , il n y a plus que moi ,et quand je veut faire une restauration de la bdd , tout se passe sans probleme ,mais je me retrouve avec un site vide , plus de catégories dans le forum , plus de sujet , plus de news etc etc :
.je pense que je suis dans le caca ....
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
<img src="/upload/ovh_82337.png" alt="" />
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
.résultat :
ftp vide .....
base de donnée vide .... car impossible de mettre a jour celle-ci .
Je suis le boulet du forum
Édité par kpi Le 12/02/2016 à 17h18
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Restaurer vos donnees via le backup OVH cela vous sauvera surement mais avec un rollback de 24h
Cordialement, janus57
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Comme en haut, les logs.
Cordialement, janus57
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
2016-01-27 03:14:36
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-27 03:14:36
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 00:00:27
74
invalid query. (ERRNO 1062) Duplicate entry '30-1-2016' for key 'stats_day'<hr />query: INSERT INTO phpboost_stats (stats_year, stats_month, stats_day, nbr, pages, pages_detail) VALUES ('2016', '01', 30, 0, 0, '');<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(54): MySQLQuerier->execute('INSERT INTO php...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(106): MySQLQuerier->inject('INSERT INTO php...', Array)<br />#2 /home/atcamfrtgk/www/stats/phpboost/StatsScheduledJobs.class.php(39): DBQuerier->insert('phpboost_stats', Array)<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(374): StatsScheduledJobs->on_changeday(Object(Date), Object(Date))<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(340): Environment::execute_modules_changedays_tasks()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(330): Environment::perform_changeday()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(98): Environment::process_changeday_tasks_if_needed()<br />#7 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#8 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#9 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#10 /home/atcamfrtgk/www/forum/index.php(28): require_once('/home/atcamfrtg...')<br />#11 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-01-31 15:22:58
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 15:22:58
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-03 14:10:30
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '145450503' at line 10<hr />query: (SELECT 1 AS id_search,<br />articles.id AS id_content,<br />articles.title AS title,<br />(2 * MATCH(articles.title) AGAINST( 'crevette') + (MATCH(articles.contents) AGAINST( 'crevette') +<br />MATCH(articles.description) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../articles/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', articles.id, '-', articles.rewrited_title) AS link<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON articles.id_category = cat.id<br />WHERE ( MATCH(articles.title) AGAINST( 'crevette') OR MATCH(articles.contents) AGAINST( 'crevette') OR MATCH(articles.description) AGAINST( 'crevette') )<br />AND id_category IN()<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '1454505030' AND (publishing_end_date > '1454505030' OR publishing_end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 2 AS id_search,<br />id_event AS id_content,<br />title,<br />( 2 * MATCH(title) AGAINST( 'crevette') + MATCH(contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance,<br />CONCAT('../calendar/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', id_event, '-', event_content.rewrited_title) AS link<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />LEFT JOIN phpboost_calendar_cats cat ON id_category = cat.id<br />WHERE ( MATCH(title) AGAINST( 'crevette') OR MATCH(contents) AGAINST( 'crevette') )<br />AND event_content.approved = 1<br />AND id_category IN()<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 3 AS id_search,<br /> f.id AS id_content,<br /> f.question AS title,<br /> ( 2 * MATCH(f.question) AGAINST( 'crevette') + MATCH(f.answer) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../faq/faq.php?id=' , f.idcat , '&question=' , f.id , '#q' , f.id) AS link<br /> FROM phpboost_faq f<br /> WHERE ( MATCH(f.question) AGAINST( 'crevette') OR MATCH(f.answer) AGAINST( 'crevette') ) AND f.idcat IN (1,2) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 4 AS `id_search`,<br /> MIN(msg.id) AS `id_content`,<br /> t.title AS `title`,<br /> MAX(( 2 * MATCH(t.title) AGAINST( 'crevette') + MATCH(msg.contents) AGAINST( 'crevette') ) / 3) * 1 AS `relevance`,<br /> CONCAT('..' , '/forum/topic.php?id=' , t.id , '#m' , msg.id) AS `link`<br /> FROM phpboost_forum_msg msg<br /> JOIN phpboost_forum_topics t ON t.id = msg.idtopic<br /> JOIN phpboost_forum_cats c ON c.level != 0 AND c.aprob = 1 AND c.id = t.idcat<br /> WHERE ( MATCH(t.title) AGAINST( 'crevette') OR MATCH(msg.contents) AGAINST( 'crevette') ) AND msg.timestamp > '-1137494970'<br /> AND c.id NOT IN (52,53,54,62,63,65,55,56,57,68,58,69,67,70,8,38)<br /> GROUP BY t.id<br /> ORDER BY relevance DESC LIMIT 50 OFFSET 0) UNION (SELECT 5 AS id_search,<br /> f.id AS id_content,<br /> f.name AS title,<br /> ( 2 * MATCH(f.name) AGAINST( 'crevette') + MATCH(f.contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../media/media.php?id=' , f.id , '&cat=' , f.idcat) AS link<br /> FROM phpboost_media f<br /> WHERE ( MATCH(f.name) AGAINST( 'crevette') OR MATCH(f.contents) AGAINST( 'crevette') ) AND f.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 6 AS id_search,<br />n.id AS id_content,<br />n.name AS title,<br />( 2 * MATCH(n.name) AGAINST( 'crevette') + (MATCH(n.contents) AGAINST( 'crevette') +<br />MATCH(n.short_contents) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../news/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', n.id, '-', n.rewrited_name) AS link<br />FROM phpboost_news n<br />LEFT JOIN phpboost_news_cats cat ON n.id_category = cat.id<br />WHERE ( MATCH(n.name) AGAINST( 'crevette') OR MATCH(n.contents) AGAINST( 'crevette') OR MATCH(n.short_contents) AGAINST( 'crevette') )<br />AND id_category IN(0, 3, 2)<br />AND (approbation_type = 1 OR (approbation_type = 2 AND start_date < '1454505030' AND (end_date > '1454505030' OR end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 8 AS `id_search`,<br />q.id AS `id_content`,<br />q.title AS `title`,<br />1 AS `relevance`,<br />CONCAT('../smallads/smallads.php?id=',q.id) AS `link`<br />FROM phpboost_smallads q WHERE 0 AND ((q.title LIKE '%crevette%')<br />OR (q.contents LIKE '%crevette%'))) UNION (SELECT 9 AS id_search,<br /> d.id AS id_content,<br /> d.title AS title,<br /> ( 3 * MATCH(d.title) AGAINST( 'crevette') +<br /> 2 * MATCH(d.short_contents) AGAINST( 'crevette') +<br /> MATCH(d.contents) AGAINST( 'crevette') ) / 6 * 1 AS relevance, CONCAT('../download/download.php?id=' , d.id) AS link<br /> FROM phpboost_download d<br /> WHERE ( MATCH(d.title) AGAINST( 'crevette') OR<br /> MATCH(d.short_contents) AGAINST( 'crevette') OR<br /> MATCH(d.contents) AGAINST( 'crevette') ) AND d.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 10 AS `id_search`,<br /> `id` AS `id_content`,<br /> `title` AS `title`,<br /> ((MATCH(title) AGAINST( 'crevette') )* 1) AS `relevance`,<br /> CONCAT('../wiki/wiki.php?title=',encoded_title) AS `link`<br /> FROM phpboost_wiki_articles<br /> WHERE MATCH(title) AGAINST( 'crevette'))
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /kernel/framework/db/Sql.class.php:548 - DBQuerier->select(string, array, int)<br />[3] /kernel/framework/db/Sql.class.php:164 - Sql->select(string)<br />[4] /search/services/Search.class.php:337 - Sql->query_while(string, int, string)<br />[5] /search/search.inc.php:53 - Search->insert_results(array)<br />[6] /search/search.inc.php:65 - execute_search(Search, array, array, array)<br />[7] /search/search.php:205 - get_search_results(string, array, array, array, array)<br />[URL] /search/search.php
2016-02-04 13:04:25
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-04 13:04:25
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-12 08:37:54
256
Can't open the file for reading : ../cache/CacheManager-stats-config.data
[0] /kernel/framework/io/filesystem/File.class.php:293 - File->check_file_descriptor(string)<br />[1] /kernel/framework/io/filesystem/File.class.php:97 - File->open(int)<br />[2] /kernel/framework/io/data/store/FileSystemDataStore.class.php:65 - File->read()<br />[3] /kernel/framework/io/data/store/FileSystemDataStore.class.php:57 - FileSystemDataStore->get_data(string)<br />[4] /kernel/framework/io/data/cache/CacheManager.class.php:228 - FileSystemDataStore->get(string)<br />[5] /kernel/framework/io/data/cache/CacheManager.class.php:122 - CacheManager::get_file_cached_data(string)<br />[6] /kernel/framework/io/data/config/ConfigManager.class.php:55 - CacheManager::try_load(string, string, string)<br />[7] /stats/phpboost/StatsConfig.class.php:58 - ConfigManager::load(string, string, string)<br />[8] /stats/services/StatsAuthorizationsService.class.php:45 - StatsConfig::load()<br />[9] /stats/services/StatsAuthorizationsService.class.php:40 - StatsAuthorizationsService->get_authorizations(int)<br />[10] /stats/phpboost/StatsHomePageExtensionPoint.class.php:1157 - StatsAuthorizationsService->read()<br />[11] /stats/phpboost/StatsHomePageExtensionPoint.class.php:53 - StatsHomePageExtensionPoint->check_authorizations()<br />[12] /stats/phpboost/StatsHomePageExtensionPoint.class.php:39 - StatsHomePageExtensionPoint->get_view()<br />[13] /stats/stats.php:36 - StatsHomePageExtensionPoint->get_home_page()<br />[URL] /stats/stats-pages.php?d=8&m=1&y=2015
2016-02-12 18:24:25
74
invalid query. (ERRNO 1054) Unknown column 'modules_parameters' in 'field list'<hr />query: SELECT modules_parameters, user_theme, user_lang<br />FROM phpboost_sessions<br />WHERE user_id = '-1' AND session_id = ''<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(48): MySQLQuerier->execute('SELECT modules_...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(50): MySQLQuerier->select('SELECT modules_...', Array, 1)<br />#2 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(308): DBQuerier->select('SELECT modules_...')<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#6 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#7 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#8 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-02-12 18:25:17
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.11' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:38
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:39
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:40
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:26:51
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:27:26
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:19
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:21
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:22
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:16
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:31
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:35
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:53
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:32:45
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:28
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:29
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:05
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-27 03:14:36
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 00:00:27
74
invalid query. (ERRNO 1062) Duplicate entry '30-1-2016' for key 'stats_day'<hr />query: INSERT INTO phpboost_stats (stats_year, stats_month, stats_day, nbr, pages, pages_detail) VALUES ('2016', '01', 30, 0, 0, '');<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(54): MySQLQuerier->execute('INSERT INTO php...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(106): MySQLQuerier->inject('INSERT INTO php...', Array)<br />#2 /home/atcamfrtgk/www/stats/phpboost/StatsScheduledJobs.class.php(39): DBQuerier->insert('phpboost_stats', Array)<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(374): StatsScheduledJobs->on_changeday(Object(Date), Object(Date))<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(340): Environment::execute_modules_changedays_tasks()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(330): Environment::perform_changeday()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(98): Environment::process_changeday_tasks_if_needed()<br />#7 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#8 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#9 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#10 /home/atcamfrtgk/www/forum/index.php(28): require_once('/home/atcamfrtg...')<br />#11 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-01-31 15:22:58
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-01-31 15:22:58
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-03 14:10:30
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '145450503' at line 10<hr />query: (SELECT 1 AS id_search,<br />articles.id AS id_content,<br />articles.title AS title,<br />(2 * MATCH(articles.title) AGAINST( 'crevette') + (MATCH(articles.contents) AGAINST( 'crevette') +<br />MATCH(articles.description) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../articles/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', articles.id, '-', articles.rewrited_title) AS link<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON articles.id_category = cat.id<br />WHERE ( MATCH(articles.title) AGAINST( 'crevette') OR MATCH(articles.contents) AGAINST( 'crevette') OR MATCH(articles.description) AGAINST( 'crevette') )<br />AND id_category IN()<br />AND (published = 1 OR (published = 2 AND publishing_start_date < '1454505030' AND (publishing_end_date > '1454505030' OR publishing_end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 2 AS id_search,<br />id_event AS id_content,<br />title,<br />( 2 * MATCH(title) AGAINST( 'crevette') + MATCH(contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance,<br />CONCAT('../calendar/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', id_event, '-', event_content.rewrited_title) AS link<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />LEFT JOIN phpboost_calendar_cats cat ON id_category = cat.id<br />WHERE ( MATCH(title) AGAINST( 'crevette') OR MATCH(contents) AGAINST( 'crevette') )<br />AND event_content.approved = 1<br />AND id_category IN()<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 3 AS id_search,<br /> f.id AS id_content,<br /> f.question AS title,<br /> ( 2 * MATCH(f.question) AGAINST( 'crevette') + MATCH(f.answer) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../faq/faq.php?id=' , f.idcat , '&question=' , f.id , '#q' , f.id) AS link<br /> FROM phpboost_faq f<br /> WHERE ( MATCH(f.question) AGAINST( 'crevette') OR MATCH(f.answer) AGAINST( 'crevette') ) AND f.idcat IN (1,2) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 4 AS `id_search`,<br /> MIN(msg.id) AS `id_content`,<br /> t.title AS `title`,<br /> MAX(( 2 * MATCH(t.title) AGAINST( 'crevette') + MATCH(msg.contents) AGAINST( 'crevette') ) / 3) * 1 AS `relevance`,<br /> CONCAT('..' , '/forum/topic.php?id=' , t.id , '#m' , msg.id) AS `link`<br /> FROM phpboost_forum_msg msg<br /> JOIN phpboost_forum_topics t ON t.id = msg.idtopic<br /> JOIN phpboost_forum_cats c ON c.level != 0 AND c.aprob = 1 AND c.id = t.idcat<br /> WHERE ( MATCH(t.title) AGAINST( 'crevette') OR MATCH(msg.contents) AGAINST( 'crevette') ) AND msg.timestamp > '-1137494970'<br /> AND c.id NOT IN (52,53,54,62,63,65,55,56,57,68,58,69,67,70,8,38)<br /> GROUP BY t.id<br /> ORDER BY relevance DESC LIMIT 50 OFFSET 0) UNION (SELECT 5 AS id_search,<br /> f.id AS id_content,<br /> f.name AS title,<br /> ( 2 * MATCH(f.name) AGAINST( 'crevette') + MATCH(f.contents) AGAINST( 'crevette') ) / 3 * 1 AS relevance, CONCAT('../media/media.php?id=' , f.id , '&cat=' , f.idcat) AS link<br /> FROM phpboost_media f<br /> WHERE ( MATCH(f.name) AGAINST( 'crevette') OR MATCH(f.contents) AGAINST( 'crevette') ) AND f.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 6 AS id_search,<br />n.id AS id_content,<br />n.name AS title,<br />( 2 * MATCH(n.name) AGAINST( 'crevette') + (MATCH(n.contents) AGAINST( 'crevette') +<br />MATCH(n.short_contents) AGAINST( 'crevette')) / 2 ) / 3 * 1 AS relevance,<br />CONCAT('../news/index.php?url=/', id_category, '-', IF(id_category != 0, cat.rewrited_name, 'root'), '/', n.id, '-', n.rewrited_name) AS link<br />FROM phpboost_news n<br />LEFT JOIN phpboost_news_cats cat ON n.id_category = cat.id<br />WHERE ( MATCH(n.name) AGAINST( 'crevette') OR MATCH(n.contents) AGAINST( 'crevette') OR MATCH(n.short_contents) AGAINST( 'crevette') )<br />AND id_category IN(0, 3, 2)<br />AND (approbation_type = 1 OR (approbation_type = 2 AND start_date < '1454505030' AND (end_date > '1454505030' OR end_date = 0)))<br />ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 8 AS `id_search`,<br />q.id AS `id_content`,<br />q.title AS `title`,<br />1 AS `relevance`,<br />CONCAT('../smallads/smallads.php?id=',q.id) AS `link`<br />FROM phpboost_smallads q WHERE 0 AND ((q.title LIKE '%crevette%')<br />OR (q.contents LIKE '%crevette%'))) UNION (SELECT 9 AS id_search,<br /> d.id AS id_content,<br /> d.title AS title,<br /> ( 3 * MATCH(d.title) AGAINST( 'crevette') +<br /> 2 * MATCH(d.short_contents) AGAINST( 'crevette') +<br /> MATCH(d.contents) AGAINST( 'crevette') ) / 6 * 1 AS relevance, CONCAT('../download/download.php?id=' , d.id) AS link<br /> FROM phpboost_download d<br /> WHERE ( MATCH(d.title) AGAINST( 'crevette') OR<br /> MATCH(d.short_contents) AGAINST( 'crevette') OR<br /> MATCH(d.contents) AGAINST( 'crevette') ) AND d.idcat IN (1) ORDER BY relevance DESC LIMIT 100 OFFSET 0) UNION (SELECT 10 AS `id_search`,<br /> `id` AS `id_content`,<br /> `title` AS `title`,<br /> ((MATCH(title) AGAINST( 'crevette') )* 1) AS `relevance`,<br /> CONCAT('../wiki/wiki.php?title=',encoded_title) AS `link`<br /> FROM phpboost_wiki_articles<br /> WHERE MATCH(title) AGAINST( 'crevette'))
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /kernel/framework/db/Sql.class.php:548 - DBQuerier->select(string, array, int)<br />[3] /kernel/framework/db/Sql.class.php:164 - Sql->select(string)<br />[4] /search/services/Search.class.php:337 - Sql->query_while(string, int, string)<br />[5] /search/search.inc.php:53 - Search->insert_results(array)<br />[6] /search/search.inc.php:65 - execute_search(Search, array, array, array)<br />[7] /search/search.php:205 - get_search_results(string, array, array, array, array)<br />[URL] /search/search.php
2016-02-04 13:04:25
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-04 13:04:25
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-07 03:33:18
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-09 09:56:53
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
256
invalid query. (ERRNO 1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<br />ORDER BY start_date ASC' at line 11<hr />query: <br />(SELECT member_extended_fields.user_born AS start_date, member_extended_fields.user_born AS end_date, login AS title, 'BIRTHDAY' AS type, 0 AS id_category, 'yearly' AS repeat_type, 100 AS repeat_number<br />FROM phpboost_member member<br />LEFT JOIN phpboost_member_extended_fields member_extended_fields ON member_extended_fields.user_id = member.user_id<br />WHERE member_extended_fields.user_born <> '' AND MONTH(FROM_UNIXTIME(member_extended_fields.user_born)) = 9 AND 2015 > YEAR(FROM_UNIXTIME(member_extended_fields.user_born)))<br />UNION<br />(SELECT start_date, end_date, title, 'EVENT' AS type, id_category, repeat_type, repeat_number<br />FROM phpboost_calendar_events event<br />LEFT JOIN phpboost_calendar_events_content event_content ON event_content.id = event.content_id<br />WHERE approved = 1<br />AND ((start_date BETWEEN 1441058400 AND 1443650399) OR (end_date BETWEEN 1441058400 AND 1443650399) OR (1441058400 BETWEEN start_date AND end_date))<br />AND id_category IN ())<br />ORDER BY start_date ASC
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:50 - MySQLQuerier->select(string, array, int)<br />[2] /calendar/services/CalendarService.class.php:265 - DBQuerier->select(string, array)<br />[3] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:125 - CalendarService::get_all_current_month_events(int, int, int)<br />[4] /calendar/controllers/ajax/CalendarAjaxCalendarController.class.php:59 - CalendarAjaxCalendarController->build_view(HTTPRequestCustom)<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - CalendarAjaxCalendarController->execute(HTTPRequestCustom)<br />[6] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[7] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[8] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[9] /calendar/index.php:60 - DispatchManager::dispatch(array)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-10 23:45:22
8
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-12 08:37:54
256
Can't open the file for reading : ../cache/CacheManager-stats-config.data
[0] /kernel/framework/io/filesystem/File.class.php:293 - File->check_file_descriptor(string)<br />[1] /kernel/framework/io/filesystem/File.class.php:97 - File->open(int)<br />[2] /kernel/framework/io/data/store/FileSystemDataStore.class.php:65 - File->read()<br />[3] /kernel/framework/io/data/store/FileSystemDataStore.class.php:57 - FileSystemDataStore->get_data(string)<br />[4] /kernel/framework/io/data/cache/CacheManager.class.php:228 - FileSystemDataStore->get(string)<br />[5] /kernel/framework/io/data/cache/CacheManager.class.php:122 - CacheManager::get_file_cached_data(string)<br />[6] /kernel/framework/io/data/config/ConfigManager.class.php:55 - CacheManager::try_load(string, string, string)<br />[7] /stats/phpboost/StatsConfig.class.php:58 - ConfigManager::load(string, string, string)<br />[8] /stats/services/StatsAuthorizationsService.class.php:45 - StatsConfig::load()<br />[9] /stats/services/StatsAuthorizationsService.class.php:40 - StatsAuthorizationsService->get_authorizations(int)<br />[10] /stats/phpboost/StatsHomePageExtensionPoint.class.php:1157 - StatsAuthorizationsService->read()<br />[11] /stats/phpboost/StatsHomePageExtensionPoint.class.php:53 - StatsHomePageExtensionPoint->check_authorizations()<br />[12] /stats/phpboost/StatsHomePageExtensionPoint.class.php:39 - StatsHomePageExtensionPoint->get_view()<br />[13] /stats/stats.php:36 - StatsHomePageExtensionPoint->get_home_page()<br />[URL] /stats/stats-pages.php?d=8&m=1&y=2015
2016-02-12 18:24:25
74
invalid query. (ERRNO 1054) Unknown column 'modules_parameters' in 'field list'<hr />query: SELECT modules_parameters, user_theme, user_lang<br />FROM phpboost_sessions<br />WHERE user_id = '-1' AND session_id = ''<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(48): MySQLQuerier->execute('SELECT modules_...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(50): MySQLQuerier->select('SELECT modules_...', Array, 1)<br />#2 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(308): DBQuerier->select('SELECT modules_...')<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#6 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#7 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#8 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-02-12 18:25:17
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.11' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:38
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:39
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:40
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:26:51
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:27:26
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:19
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:21
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:22
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:16
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:31
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:35
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:53
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:32:45
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:28
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:29
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:05
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
par contre dans le kernel/db, j ai du modifié le config.php car les logs de connexion ne correspondais plus ,vus que j ai crée un autre bdd .
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Possible d'editer et mettre juste les logs du jour ?
Car sur mobile c'est trop long.
Cordialement, janus57
kpi Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre kpi
- Inscrit le : 18/04/2012
- Site internet
- Groupes :
ob_end_clean(): failed to delete buffer. No buffer to delete
[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149<br />[0] /kernel/framework/io/http/HTTPResponseCustom.class.php:149 - ob_end_clean()<br />[1] /kernel/framework/core/error/ExceptionHandler.class.php:58 - HTTPResponseCustom->clean_output()<br />[2] /kernel/framework/core/error/ExceptionHandler.class.php:113 - ExceptionHandler->clean_output_buffer()<br />[3] /kernel/framework/core/error/ExceptionHandler.class.php:75 - ExceptionHandler->send_response(ErrorController)<br />[4] /kernel/framework/core/error/ExceptionHandler.class.php:52 - ExceptionHandler->display()<br />[5] Internal: - ExceptionHandler->handle(MySQLQuerierException)<br />[URL] /calendar/ajax_month_calendar/2015/9/1
2016-02-12 08:37:54
256
Can't open the file for reading : ../cache/CacheManager-stats-config.data
[0] /kernel/framework/io/filesystem/File.class.php:293 - File->check_file_descriptor(string)<br />[1] /kernel/framework/io/filesystem/File.class.php:97 - File->open(int)<br />[2] /kernel/framework/io/data/store/FileSystemDataStore.class.php:65 - File->read()<br />[3] /kernel/framework/io/data/store/FileSystemDataStore.class.php:57 - FileSystemDataStore->get_data(string)<br />[4] /kernel/framework/io/data/cache/CacheManager.class.php:228 - FileSystemDataStore->get(string)<br />[5] /kernel/framework/io/data/cache/CacheManager.class.php:122 - CacheManager::get_file_cached_data(string)<br />[6] /kernel/framework/io/data/config/ConfigManager.class.php:55 - CacheManager::try_load(string, string, string)<br />[7] /stats/phpboost/StatsConfig.class.php:58 - ConfigManager::load(string, string, string)<br />[8] /stats/services/StatsAuthorizationsService.class.php:45 - StatsConfig::load()<br />[9] /stats/services/StatsAuthorizationsService.class.php:40 - StatsAuthorizationsService->get_authorizations(int)<br />[10] /stats/phpboost/StatsHomePageExtensionPoint.class.php:1157 - StatsAuthorizationsService->read()<br />[11] /stats/phpboost/StatsHomePageExtensionPoint.class.php:53 - StatsHomePageExtensionPoint->check_authorizations()<br />[12] /stats/phpboost/StatsHomePageExtensionPoint.class.php:39 - StatsHomePageExtensionPoint->get_view()<br />[13] /stats/stats.php:36 - StatsHomePageExtensionPoint->get_home_page()<br />[URL] /stats/stats-pages.php?d=8&m=1&y=2015
2016-02-12 18:24:25
74
invalid query. (ERRNO 1054) Unknown column 'modules_parameters' in 'field list'<hr />query: SELECT modules_parameters, user_theme, user_lang<br />FROM phpboost_sessions<br />WHERE user_id = '-1' AND session_id = ''<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php(48): MySQLQuerier->execute('SELECT modules_...', Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/io/db/DBQuerier.class.php(50): MySQLQuerier->select('SELECT modules_...', Array, 1)<br />#2 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(308): DBQuerier->select('SELECT modules_...')<br />#3 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#6 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#7 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#8 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php
2016-02-12 18:25:17
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.11' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:38
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:39
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:25:40
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:26:51
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:27:26
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:19
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:21
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:28:22
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(286): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:16
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:31
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:35
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:29:53
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/index.php(30): require_once('/home/atcamfrtg...')<br />#9 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:32:45
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:28
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.61.141' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/stats/stats.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:34:29
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:05
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
2016-02-12 18:35:06
71
can't connect to database!. (ERRNO 1045) Access denied for user 'atcamfrtgkdav'@'10.0.27.51' (using password: YES)<br />#0 /home/atcamfrtgk/www/kernel/framework/io/db/factory/DBFactory.class.php(90): MySQLDBConnection->connect(Array)<br />#1 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(124): DBFactory::get_db_connection()<br />#2 /home/atcamfrtgk/www/kernel/framework/core/environment/context/PersistenceContext.class.php(86): PersistenceContext::get_sql_querier()<br />#3 /home/atcamfrtgk/www/kernel/framework/phpboost/member/Session.class.php(306): PersistenceContext::get_querier()<br />#4 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(241): Session->load()<br />#5 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(87): Environment::init_session()<br />#6 /home/atcamfrtgk/www/kernel/framework/core/environment/Environment.class.php(65): Environment::try_init()<br />#7 /home/atcamfrtgk/www/kernel/init.php(37): Environment::init()<br />#8 /home/atcamfrtgk/www/kernel/begin.php(28): require_once('/home/atcamfrtg...')<br />#9 /home/atcamfrtgk/www/forum/topic.php(28): require_once('/home/atcamfrtg...')<br />#10 {main}
/home/atcamfrtgk/www/kernel/framework/io/db/driver/mysql/MySQLDBConnection.class.php
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Pareil que plus haut, accès interdit à la bdd.
Cordialement, janus57
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie