probleme lors du passage de 4.0 à 4.1
mcshad Membre non connecté
Booster Fronde
-
Booster Fronde
- Voir le profil du membre mcshad
- Inscrit le : 08/05/2015
et meilleurs voeux

Voila je viens de tenter de passer mon site de phpboost 4.0 à 4.1.
Je pense avoir bien suivi le tuto mais apres l'installation j'ai commencer a avoir ce message d'erreur:
Citation:
Sorry, we encountered a problem and we cannot complete your request...
j'ai regarder a gauche a droite pour tenter de trouver d'ou venait le soucis, j'ai donc charger le fichier error.log:
Citation:
[12] /kernel/framework/mvc/response/AdminMenuDisplayResponse.class.php:66 - AbstractResponse->send()<br />[13] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AdminMenuDisplayResponse->send()<br />[14] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[15] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[16] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[17] /admin/config/index.php:38 - DispatchManager::dispatch(array)<br />[URL] /admin/config/?url=/advanced/
2016-01-08 10:51:54
8
Undefined index: rewrited_name
[0] /kernel/framework/content/category/Category.class.php:145<br />[0] /kernel/framework/content/category/RichCategory.class.php:63 - Category->set_properties(array)<br />[1] /kernel/framework/content/category/CategoriesCache.class.php:43 - RichCategory->set_properties(array)<br />[2] /kernel/framework/io/data/cache/CacheManager.class.php:97 - CategoriesCache->synchronize()<br />[3] /kernel/framework/content/category/CategoriesCache.class.php:98 - CacheManager::load(string, string, string)<br />[4] /articles/services/ArticlesService.class.php:91 - CategoriesCache::load()<br />[5] /articles/services/ArticlesAuthorizationsService.class.php:64 - ArticlesService::get_categories_manager()<br />[6] /articles/services/ArticlesAuthorizationsService.class.php:54 - ArticlesAuthorizationsService->is_authorized(int)<br />[7] /articles/phpboost/ArticlesTreeLinks.class.php:55 - ArticlesAuthorizationsService->write()<br />[8] /kernel/framework/phpboost/module/tree-links/ModuleTreeLinksService.class.php:75 - ArticlesTreeLinks->get_actions_tree_links()<br />[9] /kernel/framework/phpboost/environment/AdminDisplayGraphicalEnvironment.class.php:332 - ModuleTreeLinksService::display_admin_actions_menu(Module)<br />[10] /kernel/framework/phpboost/environment/AdminDisplayGraphicalEnvironment.class.php:226 - AdminDisplayGraphicalEnvironment::get_subheader_tpl()<br />[11] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - AdminDisplayGraphicalEnvironment->display(string)<br />[12] /kernel/framework/mvc/response/AdminMenuDisplayResponse.class.php:66 - AbstractResponse->send()<br />[13] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AdminMenuDisplayResponse->send()<br />[14] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[15] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[16] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[17] /admin/config/index.php:38 - DispatchManager::dispatch(array)<br />[URL] /admin/config/?url=/advanced/
2016-01-08 10:51:59
256
invalid query. (ERRNO 1054) Unknown column 'id_category' in 'where clause'<hr />query: SELECT COUNT(*) FROM phpboost_news WHERE id_category IN ('0', '2', '3', '4', '5')<br />AND (approbation_type = 1 OR (approbation_type = 2 AND start_date < 1452246719 AND (end_date > 1452246719 OR end_date = 0)))
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:263 - MySQLQuerier->select(string, array, int)<br />[2] /news/controllers/NewsDisplayCategoryController.class.php:108 - DBQuerier->count(string, string, array)<br />[3] /news/controllers/NewsDisplayCategoryController.class.php:69 - NewsDisplayCategoryController->get_pagination(string, array)<br />[4] /news/controllers/NewsDisplayCategoryController.class.php:182 - NewsDisplayCategoryController->build_view()<br />[5] /news/phpboost/NewsHomePageExtensionPoint.class.php:32 - NewsDisplayCategoryController::get_view()<br />[6] /kernel/framework/phpboost/index/PHPBoostIndexController.class.php:49 - NewsHomePageExtensionPoint->get_home_page()<br />[7] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - PHPBoostIndexController->execute(HTTPRequestCustom)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[9] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[10] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[11] /index.php:35 - DispatchManager::dispatch(array)<br />[URL] /index.php
2016-01-08 10:51:59
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] /index.php
2016-01-08 10:52:34
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246754 AND (publishing_end_date > 1452246754 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /cache/menus.php:94 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:178 - include_once(string)<br />[6] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:84 - SiteDisplayGraphicalEnvironment->display_menus(FileTemplate)<br />[7] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - SiteDisplayGraphicalEnvironment->display(string)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AbstractResponse->send()<br />[9] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[10] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[11] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[12] /user/index.php:52 - DispatchManager::dispatch(array)<br />[URL] /admin/config/general/
2016-01-08 10:52:34
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] /admin/config/general/
2016-01-08 10:53:31
256
Theme "Enigma" desc.ini not found in/Enigma/lang/
[0] /kernel/framework/phpboost/theme/ThemeConfigurationManager.class.php:61 - ThemeConfigurationManager::find_desc_ini_file(string)<br />[1] /kernel/framework/phpboost/theme/ThemeConfigurationManager.class.php:43 - ThemeConfigurationManager::get_theme_configuration(string)<br />[2] /kernel/framework/phpboost/theme/Theme.class.php:100 - ThemeConfigurationManager::get(string)<br />[3] /admin/themes/controllers/AdminThemesInstalledListController.class.php:47 - Theme->get_configuration()<br />[4] /admin/themes/controllers/AdminThemesInstalledListController.class.php:36 - AdminThemesInstalledListController->build_view()<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - AdminThemesInstalledListController->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] /admin/themes/index.php:37 - DispatchManager::dispatch(array)<br />[URL] /admin/themes/?url=/installed/
2016-01-08 10:53:31
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(IOException)<br />[URL] /admin/themes/?url=/installed/
2016-01-08 10:53:39
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246819 AND (publishing_end_date > 1452246819 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /cache/menus.php:94 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:172 - include_once(string)<br />[6] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:84 - SiteDisplayGraphicalEnvironment->display_menus(FileTemplate)<br />[7] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - SiteDisplayGraphicalEnvironment->display(string)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AbstractResponse->send()<br />[9] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[10] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[11] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[12] /user/index.php:52 - DispatchManager::dispatch(array)<br />[URL] /stats/stats-pages.php?d=14&m=11&y=2200
2016-01-08 10:53:39
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] /stats/stats-pages.php?d=14&m=11&y=2200
2016-01-08 10:54:38
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246878 AND (publishing_end_date > 1452246878 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /kernel/framework/phpboost/menu/feed/FeedMenu.class.php:123 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/menu/Menu.class.php:121 - FeedMenu->display()<br />[6] /admin/menus/menus.php:249 - Menu->admin_display()<br />[URL] /admin/menus/menus.php
2016-01-08 10:51:54
8
Undefined index: rewrited_name
[0] /kernel/framework/content/category/Category.class.php:145<br />[0] /kernel/framework/content/category/RichCategory.class.php:63 - Category->set_properties(array)<br />[1] /kernel/framework/content/category/CategoriesCache.class.php:43 - RichCategory->set_properties(array)<br />[2] /kernel/framework/io/data/cache/CacheManager.class.php:97 - CategoriesCache->synchronize()<br />[3] /kernel/framework/content/category/CategoriesCache.class.php:98 - CacheManager::load(string, string, string)<br />[4] /articles/services/ArticlesService.class.php:91 - CategoriesCache::load()<br />[5] /articles/services/ArticlesAuthorizationsService.class.php:64 - ArticlesService::get_categories_manager()<br />[6] /articles/services/ArticlesAuthorizationsService.class.php:54 - ArticlesAuthorizationsService->is_authorized(int)<br />[7] /articles/phpboost/ArticlesTreeLinks.class.php:55 - ArticlesAuthorizationsService->write()<br />[8] /kernel/framework/phpboost/module/tree-links/ModuleTreeLinksService.class.php:75 - ArticlesTreeLinks->get_actions_tree_links()<br />[9] /kernel/framework/phpboost/environment/AdminDisplayGraphicalEnvironment.class.php:332 - ModuleTreeLinksService::display_admin_actions_menu(Module)<br />[10] /kernel/framework/phpboost/environment/AdminDisplayGraphicalEnvironment.class.php:226 - AdminDisplayGraphicalEnvironment::get_subheader_tpl()<br />[11] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - AdminDisplayGraphicalEnvironment->display(string)<br />[12] /kernel/framework/mvc/response/AdminMenuDisplayResponse.class.php:66 - AbstractResponse->send()<br />[13] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AdminMenuDisplayResponse->send()<br />[14] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[15] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[16] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[17] /admin/config/index.php:38 - DispatchManager::dispatch(array)<br />[URL] /admin/config/?url=/advanced/
2016-01-08 10:51:59
256
invalid query. (ERRNO 1054) Unknown column 'id_category' in 'where clause'<hr />query: SELECT COUNT(*) FROM phpboost_news WHERE id_category IN ('0', '2', '3', '4', '5')<br />AND (approbation_type = 1 OR (approbation_type = 2 AND start_date < 1452246719 AND (end_date > 1452246719 OR end_date = 0)))
[0] /kernel/framework/io/db/driver/mysql/MySQLQuerier.class.php:48 - MySQLQuerier->execute(string, array)<br />[1] /kernel/framework/io/db/DBQuerier.class.php:263 - MySQLQuerier->select(string, array, int)<br />[2] /news/controllers/NewsDisplayCategoryController.class.php:108 - DBQuerier->count(string, string, array)<br />[3] /news/controllers/NewsDisplayCategoryController.class.php:69 - NewsDisplayCategoryController->get_pagination(string, array)<br />[4] /news/controllers/NewsDisplayCategoryController.class.php:182 - NewsDisplayCategoryController->build_view()<br />[5] /news/phpboost/NewsHomePageExtensionPoint.class.php:32 - NewsDisplayCategoryController::get_view()<br />[6] /kernel/framework/phpboost/index/PHPBoostIndexController.class.php:49 - NewsHomePageExtensionPoint->get_home_page()<br />[7] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - PHPBoostIndexController->execute(HTTPRequestCustom)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[9] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[10] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[11] /index.php:35 - DispatchManager::dispatch(array)<br />[URL] /index.php
2016-01-08 10:51:59
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] /index.php
2016-01-08 10:52:34
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246754 AND (publishing_end_date > 1452246754 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /cache/menus.php:94 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:178 - include_once(string)<br />[6] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:84 - SiteDisplayGraphicalEnvironment->display_menus(FileTemplate)<br />[7] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - SiteDisplayGraphicalEnvironment->display(string)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AbstractResponse->send()<br />[9] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[10] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[11] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[12] /user/index.php:52 - DispatchManager::dispatch(array)<br />[URL] /admin/config/general/
2016-01-08 10:52:34
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] /admin/config/general/
2016-01-08 10:53:31
256
Theme "Enigma" desc.ini not found in/Enigma/lang/
[0] /kernel/framework/phpboost/theme/ThemeConfigurationManager.class.php:61 - ThemeConfigurationManager::find_desc_ini_file(string)<br />[1] /kernel/framework/phpboost/theme/ThemeConfigurationManager.class.php:43 - ThemeConfigurationManager::get_theme_configuration(string)<br />[2] /kernel/framework/phpboost/theme/Theme.class.php:100 - ThemeConfigurationManager::get(string)<br />[3] /admin/themes/controllers/AdminThemesInstalledListController.class.php:47 - Theme->get_configuration()<br />[4] /admin/themes/controllers/AdminThemesInstalledListController.class.php:36 - AdminThemesInstalledListController->build_view()<br />[5] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:87 - AdminThemesInstalledListController->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] /admin/themes/index.php:37 - DispatchManager::dispatch(array)<br />[URL] /admin/themes/?url=/installed/
2016-01-08 10:53:31
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(IOException)<br />[URL] /admin/themes/?url=/installed/
2016-01-08 10:53:39
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246819 AND (publishing_end_date > 1452246819 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /cache/menus.php:94 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:172 - include_once(string)<br />[6] /kernel/framework/phpboost/environment/SiteDisplayGraphicalEnvironment.class.php:84 - SiteDisplayGraphicalEnvironment->display_menus(FileTemplate)<br />[7] /kernel/framework/mvc/response/AbstractResponse.class.php:60 - SiteDisplayGraphicalEnvironment->display(string)<br />[8] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:88 - AbstractResponse->send()<br />[9] /kernel/framework/mvc/dispatcher/UrlControllerMapper.class.php:59 - UrlControllerMapper->do_call()<br />[10] /kernel/framework/mvc/dispatcher/Dispatcher.class.php:67 - UrlControllerMapper->call()<br />[11] /kernel/framework/mvc/dispatcher/DispatchManager.class.php:43 - Dispatcher->dispatch()<br />[12] /user/index.php:52 - DispatchManager::dispatch(array)<br />[URL] /stats/stats-pages.php?d=14&m=11&y=2200
2016-01-08 10:53:39
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] /stats/stats-pages.php?d=14&m=11&y=2200
2016-01-08 10:54:38
256
invalid query. (ERRNO 1054) Unknown column 'articles.id_category' in 'field list'<hr />query: SELECT articles.id, articles.id_category, articles.title, articles.rewrited_title, articles.picture_url, <br />articles.contents, articles.description, articles.date_created, cat.rewrited_name AS rewrited_name_cat<br />FROM phpboost_articles articles<br />LEFT JOIN phpboost_articles_cats cat ON cat.id = articles.id_category<br />WHERE articles.id_category IN ('0', '3', '6', '2', '5', '7', '4')<br />AND (published = 1 OR (published = 2 AND publishing_start_date < 1452246878 AND (publishing_end_date > 1452246878 OR publishing_end_date = 0)))<br />ORDER BY articles.date_created DESC
[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] /articles/phpboost/ArticlesFeedProvider.class.php:73 - DBQuerier->select(string, array)<br />[3] /kernel/framework/content/feed/Feed.class.php:282 - ArticlesFeedProvider->get_feed_data_struct(int)<br />[4] /kernel/framework/phpboost/menu/feed/FeedMenu.class.php:123 - Feed::get_parsed(string, string, int, FileTemplate, int, int)<br />[5] /kernel/framework/phpboost/menu/Menu.class.php:121 - FeedMenu->display()<br />[6] /admin/menus/menus.php:249 - Menu->admin_display()<br />[URL] /admin/menus/menus.php
mon theme semblait avoir disparu j'ai donc tenter de leur remettre car je ne le voyais pas apparaitre. Or lors de la réinstallation j'ai eu le droit au message: "ce theme existe deja".... Ah ....
Puis je suis aller regarder dans configuartion "avancé"car générale n'est pas accessible et j'ai desactivé la ré écriture d'url....
et hop deuxieme message d'erreur:
Citation:
Fatal error: Call to a member function set_html_id() on a non-object in /homepages/24/d572913104/htdocs/kernel/framework/builder/form/field/FormFieldCaptcha.class.php on line 73
Snif, quelqu'un serait il m'aider a reparer ceci ? Janus
yavait longtemps que je t'avais derangé hihiEncore merci à toute l'equipe phpboost pour ce magnifique travaille.
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Quel hebergeur ?
Vous etes sur que vous etiez bien en 4.0 ?
Vous avez suivi quel tuto/guide pour MAJ ?
Vous avez encore le dossier /update ? Si oui possible de voir le log ?
La dans l'immediat j'espere que vous avez bien backup votre v4.0 (fichiers+sql) ?
Cordialement, janus57
mcshad Membre non connecté
Booster Fronde
-
Booster Fronde
- Voir le profil du membre mcshad
- Inscrit le : 08/05/2015
heureux de te revoir à la rescousse.
Mon hebergeur est 1&1
Oui oui j'etais bien en 4.0 avec de migré vers la 4.1
Pour le tuto j'ai suivi ce lien:
http://www.phpboost.com/wiki/passer-son-site-4-0-en-version-4-1
Et non j'ai deja supprimer le dossier /update comme conseillé dans le tuto :/
J'ai penser a sauvegarder le site dans son entier avant mise à jour et je possede un backup de ce matin
Édité par mcshad Le 08/01/2016 à 13h50
janus57 Membre non connecté
-
Booster Fusée
- Voir le profil du membre janus57
- Inscrit le : 07/12/2007
- Groupes :
-
Equipe Assistance
Si le backup est pas trop lourd (-20Mo) possible de me l'envoyer en MP ?
Si il est trop lourd je vais trouver une autre solution.
En attendent possible de recommencer (après restauration du backup) la procédure mais sans supprimer le dossier /update ?
Cordialement, janus57
mcshad Membre non connecté
Booster Fronde
-
Booster Fronde
- Voir le profil du membre mcshad
- Inscrit le : 08/05/2015
oui je peux toujours remettre en place la 4.0 et retenter un nouvel essai ;
encore merci
Édité par mcshad Le 08/01/2016 à 21h55
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie