Base for a static organization website

error.log 32KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. 2015-11-09 11:39:16 Error: [MissingActionException] Action AppController::index() could not be found.
  2. Exception Attributes: array (
  3. 'controller' => 'AppController',
  4. 'action' => 'index',
  5. )
  6. Request URL: /Public/vitrine/app/
  7. Stack Trace:
  8. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  9. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(AppController), Object(CakeRequest))
  10. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  11. #3 {main}
  12. 2015-11-09 11:42:30 Error: [MissingActionException] Action PagesController::home() could not be found.
  13. Exception Attributes: array (
  14. 'controller' => 'PagesController',
  15. 'action' => 'home',
  16. )
  17. Request URL: /Public/vitrine/
  18. Stack Trace:
  19. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  20. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  21. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  22. #3 {main}
  23. 2015-11-09 11:51:57 Error: [MissingControllerException] Controller class CssController could not be found.
  24. Exception Attributes: array (
  25. 'class' => 'CssController',
  26. 'plugin' => NULL,
  27. )
  28. Request URL: /Public/vitrine/css/bootstrap.css
  29. Stack Trace:
  30. #0 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  31. #1 {main}
  32. 2015-11-09 11:51:59 Error: [MissingControllerException] Controller class CssController could not be found.
  33. Exception Attributes: array (
  34. 'class' => 'CssController',
  35. 'plugin' => NULL,
  36. )
  37. Request URL: /Public/vitrine/css/bootstrap.css
  38. Stack Trace:
  39. #0 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  40. #1 {main}
  41. 2015-11-09 13:27:06 Error: [MissingControllerException] Controller class HomeController could not be found.
  42. Exception Attributes: array (
  43. 'class' => 'HomeController',
  44. 'plugin' => NULL,
  45. )
  46. Request URL: /Public/vitrine/home
  47. Stack Trace:
  48. #0 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  49. #1 {main}
  50. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::css() could not be found.
  51. Exception Attributes: array (
  52. 'controller' => 'PagesController',
  53. 'action' => 'css',
  54. )
  55. Request URL: /Public/vitrine/pages/css/reset.css
  56. Stack Trace:
  57. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  58. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  59. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  60. #3 {main}
  61. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::css() could not be found.
  62. Exception Attributes: array (
  63. 'controller' => 'PagesController',
  64. 'action' => 'css',
  65. )
  66. Request URL: /Public/vitrine/pages/css/style.css
  67. Stack Trace:
  68. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  69. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  70. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  71. #3 {main}
  72. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::css() could not be found.
  73. Exception Attributes: array (
  74. 'controller' => 'PagesController',
  75. 'action' => 'css',
  76. )
  77. Request URL: /Public/vitrine/pages/css/bootstrap.min.css
  78. Stack Trace:
  79. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  80. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  81. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  82. #3 {main}
  83. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::js() could not be found.
  84. Exception Attributes: array (
  85. 'controller' => 'PagesController',
  86. 'action' => 'js',
  87. )
  88. Request URL: /Public/vitrine/pages/js/script.js
  89. Stack Trace:
  90. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  91. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  92. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  93. #3 {main}
  94. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::js() could not be found.
  95. Exception Attributes: array (
  96. 'controller' => 'PagesController',
  97. 'action' => 'js',
  98. )
  99. Request URL: /Public/vitrine/pages/js/jquery-2.1.4.min.js
  100. Stack Trace:
  101. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  102. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  103. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  104. #3 {main}
  105. 2015-11-09 13:27:13 Error: [MissingActionException] Action PagesController::js() could not be found.
  106. Exception Attributes: array (
  107. 'controller' => 'PagesController',
  108. 'action' => 'js',
  109. )
  110. Request URL: /Public/vitrine/pages/js/bootstrap.min.js
  111. Stack Trace:
  112. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  113. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  114. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  115. #3 {main}
  116. 2015-11-09 13:54:48 Error: [MissingActionException] Action PagesController::search() could not be found.
  117. Exception Attributes: array (
  118. 'controller' => 'PagesController',
  119. 'action' => 'search',
  120. )
  121. Request URL: /Public/vitrine/search
  122. Stack Trace:
  123. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  124. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  125. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  126. #3 {main}
  127. 2015-11-09 13:55:05 Error: [MissingViewException] View file "Pages/search.ctp" is missing.
  128. Exception Attributes: array (
  129. 'file' => 'Pages/search.ctp',
  130. )
  131. Request URL: /Public/vitrine/search
  132. Stack Trace:
  133. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/View/View.php(470): View->_getViewFileName(NULL)
  134. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php(960): View->render(NULL, NULL)
  135. #2 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(200): Controller->render()
  136. #3 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  137. #4 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  138. #5 {main}
  139. 2015-11-09 14:22:36 Error: [MissingActionException] Action PagesController::mission() could not be found.
  140. Exception Attributes: array (
  141. 'controller' => 'PagesController',
  142. 'action' => 'mission',
  143. )
  144. Request URL: /Public/vitrine/mission
  145. Stack Trace:
  146. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  147. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  148. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  149. #3 {main}
  150. 2015-11-09 14:22:51 Error: [MissingActionException] Action PagesController::mission() could not be found.
  151. Exception Attributes: array (
  152. 'controller' => 'PagesController',
  153. 'action' => 'mission',
  154. )
  155. Request URL: /Public/vitrine/mission
  156. Stack Trace:
  157. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  158. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  159. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  160. #3 {main}
  161. 2015-11-09 14:22:54 Error: [MissingActionException] Action PagesController::mission() could not be found.
  162. Exception Attributes: array (
  163. 'controller' => 'PagesController',
  164. 'action' => 'mission',
  165. )
  166. Request URL: /Public/vitrine/mission
  167. Stack Trace:
  168. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  169. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  170. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  171. #3 {main}
  172. 2015-11-09 14:23:33 Error: [MissingActionException] Action PagesController::mission() could not be found.
  173. Exception Attributes: array (
  174. 'controller' => 'PagesController',
  175. 'action' => 'mission',
  176. )
  177. Request URL: /Public/vitrine/mission
  178. Stack Trace:
  179. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  180. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  181. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  182. #3 {main}
  183. 2015-11-09 14:24:54 Error: [MissingActionException] Action PagesController::contact() could not be found.
  184. Exception Attributes: array (
  185. 'controller' => 'PagesController',
  186. 'action' => 'contact',
  187. )
  188. Request URL: /Public/vitrine/contact
  189. Stack Trace:
  190. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  191. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  192. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  193. #3 {main}
  194. 2015-11-09 14:24:55 Error: [MissingActionException] Action PagesController::mission() could not be found.
  195. Exception Attributes: array (
  196. 'controller' => 'PagesController',
  197. 'action' => 'mission',
  198. )
  199. Request URL: /Public/vitrine/mission
  200. Stack Trace:
  201. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  202. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  203. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  204. #3 {main}
  205. 2015-11-09 14:25:12 Error: [MissingActionException] Action PagesController::mission() could not be found.
  206. Exception Attributes: array (
  207. 'controller' => 'PagesController',
  208. 'action' => 'mission',
  209. )
  210. Request URL: /Public/vitrine/mission
  211. Stack Trace:
  212. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  213. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  214. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  215. #3 {main}
  216. 2015-11-09 14:25:34 Error: [MissingActionException] Action PagesController::mission() could not be found.
  217. Exception Attributes: array (
  218. 'controller' => 'PagesController',
  219. 'action' => 'mission',
  220. )
  221. Request URL: /Public/vitrine/mission
  222. Stack Trace:
  223. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  224. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  225. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  226. #3 {main}
  227. 2015-11-09 14:25:35 Error: [MissingActionException] Action PagesController::news() could not be found.
  228. Exception Attributes: array (
  229. 'controller' => 'PagesController',
  230. 'action' => 'news',
  231. )
  232. Request URL: /Public/vitrine/news
  233. Stack Trace:
  234. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  235. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  236. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  237. #3 {main}
  238. 2015-11-09 14:31:16 Error: [MissingActionException] Action PagesController::news() could not be found.
  239. Exception Attributes: array (
  240. 'controller' => 'PagesController',
  241. 'action' => 'news',
  242. )
  243. Request URL: /Public/vitrine/news
  244. Stack Trace:
  245. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  246. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  247. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  248. #3 {main}
  249. 2015-11-09 14:32:26 Error: [MissingActionException] Action PagesController::news() could not be found.
  250. Exception Attributes: array (
  251. 'controller' => 'PagesController',
  252. 'action' => 'news',
  253. )
  254. Request URL: /Public/vitrine/news
  255. Stack Trace:
  256. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  257. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  258. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  259. #3 {main}
  260. 2015-11-09 14:32:26 Error: Fatal Error (4): syntax error, unexpected T_PUBLIC, expecting ',' or ';' in [/home/kod3/work/vitrine/app/View/Helper/HtmlExtHelper.php, line 17]
  261. 2015-11-09 14:32:26 Error: [FatalErrorException] syntax error, unexpected T_PUBLIC, expecting ',' or ';'
  262. Request URL: /Public/vitrine/news
  263. Stack Trace:
  264. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Error/ErrorHandler.php(213): ErrorHandler::handleFatalError(4, 'syntax error, u...', '/home/kod3/work...', 17)
  265. #1 [internal function]: ErrorHandler::handleError(4, 'syntax error, u...', '/home/kod3/work...', 17, Array)
  266. #2 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Core/App.php(933): call_user_func('ErrorHandler::h...', 4, 'syntax error, u...', '/home/kod3/work...', 17, Array)
  267. #3 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Core/App.php(906): App::_checkFatalError()
  268. #4 [internal function]: App::shutdown()
  269. #5 {main}
  270. 2015-11-09 14:32:44 Error: [MissingActionException] Action PagesController::news() could not be found.
  271. Exception Attributes: array (
  272. 'controller' => 'PagesController',
  273. 'action' => 'news',
  274. )
  275. Request URL: /Public/vitrine/news
  276. Stack Trace:
  277. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  278. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  279. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  280. #3 {main}
  281. 2015-11-09 14:32:44 Error: Fatal Error (1): Class 'HtmlHelper' not found in [/home/kod3/work/vitrine/app/View/Helper/HtmlExtHelper.php, line 13]
  282. 2015-11-09 14:32:44 Error: [FatalErrorException] Class 'HtmlHelper' not found
  283. Request URL: /Public/vitrine/news
  284. Stack Trace:
  285. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Error/ErrorHandler.php(213): ErrorHandler::handleFatalError(1, 'Class 'HtmlHelp...', '/home/kod3/work...', 13)
  286. #1 [internal function]: ErrorHandler::handleError(1, 'Class 'HtmlHelp...', '/home/kod3/work...', 13, Array)
  287. #2 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Core/App.php(933): call_user_func('ErrorHandler::h...', 1, 'Class 'HtmlHelp...', '/home/kod3/work...', 13, Array)
  288. #3 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Core/App.php(906): App::_checkFatalError()
  289. #4 [internal function]: App::shutdown()
  290. #5 {main}
  291. 2015-11-09 14:33:14 Error: [MissingActionException] Action PagesController::news() could not be found.
  292. Exception Attributes: array (
  293. 'controller' => 'PagesController',
  294. 'action' => 'news',
  295. )
  296. Request URL: /Public/vitrine/news
  297. Stack Trace:
  298. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  299. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  300. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  301. #3 {main}
  302. 2015-11-09 14:33:23 Error: [MissingActionException] Action PagesController::news() could not be found.
  303. Exception Attributes: array (
  304. 'controller' => 'PagesController',
  305. 'action' => 'news',
  306. )
  307. Request URL: /Public/vitrine/news
  308. Stack Trace:
  309. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  310. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  311. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  312. #3 {main}
  313. 2015-11-09 14:33:24 Error: [MissingActionException] Action PagesController::mission() could not be found.
  314. Exception Attributes: array (
  315. 'controller' => 'PagesController',
  316. 'action' => 'mission',
  317. )
  318. Request URL: /Public/vitrine/mission
  319. Stack Trace:
  320. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  321. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  322. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  323. #3 {main}
  324. 2015-11-09 14:33:24 Error: [MissingActionException] Action PagesController::contact() could not be found.
  325. Exception Attributes: array (
  326. 'controller' => 'PagesController',
  327. 'action' => 'contact',
  328. )
  329. Request URL: /Public/vitrine/contact
  330. Stack Trace:
  331. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  332. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  333. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  334. #3 {main}
  335. 2015-11-09 14:33:26 Error: [MissingActionException] Action PagesController::news() could not be found.
  336. Exception Attributes: array (
  337. 'controller' => 'PagesController',
  338. 'action' => 'news',
  339. )
  340. Request URL: /Public/vitrine/news
  341. Stack Trace:
  342. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  343. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  344. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  345. #3 {main}
  346. 2015-11-09 14:34:00 Error: [MissingActionException] Action PagesController::news() could not be found.
  347. Exception Attributes: array (
  348. 'controller' => 'PagesController',
  349. 'action' => 'news',
  350. )
  351. Request URL: /Public/vitrine/news
  352. Stack Trace:
  353. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  354. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  355. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  356. #3 {main}
  357. 2015-11-09 14:34:01 Error: [MissingActionException] Action PagesController::mission() could not be found.
  358. Exception Attributes: array (
  359. 'controller' => 'PagesController',
  360. 'action' => 'mission',
  361. )
  362. Request URL: /Public/vitrine/mission
  363. Stack Trace:
  364. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  365. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  366. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  367. #3 {main}
  368. 2015-11-09 14:34:01 Error: [MissingActionException] Action PagesController::contact() could not be found.
  369. Exception Attributes: array (
  370. 'controller' => 'PagesController',
  371. 'action' => 'contact',
  372. )
  373. Request URL: /Public/vitrine/contact
  374. Stack Trace:
  375. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  376. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  377. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  378. #3 {main}
  379. 2015-11-09 14:34:03 Error: [MissingActionException] Action PagesController::news() could not be found.
  380. Exception Attributes: array (
  381. 'controller' => 'PagesController',
  382. 'action' => 'news',
  383. )
  384. Request URL: /Public/vitrine/news
  385. Stack Trace:
  386. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  387. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  388. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  389. #3 {main}
  390. 2015-11-09 14:34:10 Error: [MissingActionException] Action PagesController::about() could not be found.
  391. Exception Attributes: array (
  392. 'controller' => 'PagesController',
  393. 'action' => 'about',
  394. )
  395. Request URL: /Public/vitrine/about
  396. Stack Trace:
  397. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  398. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  399. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  400. #3 {main}
  401. 2015-11-09 14:34:12 Error: [MissingActionException] Action PagesController::news() could not be found.
  402. Exception Attributes: array (
  403. 'controller' => 'PagesController',
  404. 'action' => 'news',
  405. )
  406. Request URL: /Public/vitrine/news
  407. Stack Trace:
  408. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  409. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  410. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  411. #3 {main}
  412. 2015-11-09 14:38:09 Error: [MissingActionException] Action PagesController::about() could not be found.
  413. Exception Attributes: array (
  414. 'controller' => 'PagesController',
  415. 'action' => 'about',
  416. )
  417. Request URL: /Public/vitrine/about
  418. Stack Trace:
  419. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  420. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  421. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  422. #3 {main}
  423. 2015-11-09 14:38:43 Error: [MissingActionException] Action PagesController::about() could not be found.
  424. Exception Attributes: array (
  425. 'controller' => 'PagesController',
  426. 'action' => 'about',
  427. )
  428. Request URL: /Public/vitrine/about
  429. Stack Trace:
  430. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  431. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  432. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  433. #3 {main}
  434. 2015-11-09 14:40:24 Error: [MissingActionException] Action PagesController::about() could not be found.
  435. Exception Attributes: array (
  436. 'controller' => 'PagesController',
  437. 'action' => 'about',
  438. )
  439. Request URL: /Public/vitrine/about
  440. Stack Trace:
  441. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  442. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  443. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  444. #3 {main}
  445. 2015-11-09 14:40:36 Error: [MissingActionException] Action PagesController::about() could not be found.
  446. Exception Attributes: array (
  447. 'controller' => 'PagesController',
  448. 'action' => 'about',
  449. )
  450. Request URL: /Public/vitrine/about
  451. Stack Trace:
  452. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  453. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  454. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  455. #3 {main}
  456. 2015-11-09 14:40:51 Error: [MissingActionException] Action PagesController::news() could not be found.
  457. Exception Attributes: array (
  458. 'controller' => 'PagesController',
  459. 'action' => 'news',
  460. )
  461. Request URL: /Public/vitrine/news
  462. Stack Trace:
  463. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  464. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  465. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  466. #3 {main}
  467. 2015-11-09 14:41:00 Error: [MissingActionException] Action PagesController::mission() could not be found.
  468. Exception Attributes: array (
  469. 'controller' => 'PagesController',
  470. 'action' => 'mission',
  471. )
  472. Request URL: /Public/vitrine/mission
  473. Stack Trace:
  474. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  475. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  476. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  477. #3 {main}
  478. 2015-11-09 14:41:01 Error: [MissingActionException] Action PagesController::news() could not be found.
  479. Exception Attributes: array (
  480. 'controller' => 'PagesController',
  481. 'action' => 'news',
  482. )
  483. Request URL: /Public/vitrine/news
  484. Stack Trace:
  485. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  486. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  487. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  488. #3 {main}
  489. 2015-11-09 14:41:06 Error: [MissingActionException] Action PagesController::contact() could not be found.
  490. Exception Attributes: array (
  491. 'controller' => 'PagesController',
  492. 'action' => 'contact',
  493. )
  494. Request URL: /Public/vitrine/contact
  495. Stack Trace:
  496. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  497. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  498. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  499. #3 {main}
  500. 2015-11-09 14:42:35 Error: [MissingViewException] View file "Pages/contact.ctp" is missing.
  501. Exception Attributes: array (
  502. 'file' => 'Pages/contact.ctp',
  503. )
  504. Request URL: /Public/vitrine/contact
  505. Stack Trace:
  506. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/View/View.php(470): View->_getViewFileName(NULL)
  507. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php(960): View->render(NULL, NULL)
  508. #2 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(200): Controller->render()
  509. #3 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  510. #4 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  511. #5 {main}
  512. 2015-11-09 14:43:03 Error: [MissingActionException] Action PagesController::audit() could not be found.
  513. Exception Attributes: array (
  514. 'controller' => 'PagesController',
  515. 'action' => 'audit',
  516. )
  517. Request URL: /Public/vitrine/audit
  518. Stack Trace:
  519. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
  520. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  521. #2 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  522. #3 {main}
  523. 2015-11-09 14:44:02 Error: [MissingViewException] View file "Pages/mission.ctp" is missing.
  524. Exception Attributes: array (
  525. 'file' => 'Pages/mission.ctp',
  526. )
  527. Request URL: /Public/vitrine/mission
  528. Stack Trace:
  529. #0 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/View/View.php(470): View->_getViewFileName(NULL)
  530. #1 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php(960): View->render(NULL, NULL)
  531. #2 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(200): Controller->render()
  532. #3 /home/kod3/work/vitrine/vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(PagesController), Object(CakeRequest))
  533. #4 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  534. #5 {main}
  535. 2015-11-09 16:23:04 Error: [MissingControllerException] Controller class CssController could not be found.
  536. Exception Attributes: array (
  537. 'class' => 'CssController',
  538. 'plugin' => NULL,
  539. )
  540. Request URL: /Public/vitrine/css/fontawesome.min.css
  541. Stack Trace:
  542. #0 /home/kod3/work/vitrine/app/webroot/index.php(111): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
  543. #1 {main}