| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0002 | 475888 | {main}( ) | .../index.php:0 |
| 2 | 0.1767 | 4629632 | trigger_error( $message = 'Exception: ___include: File does not exist: ./fields/blocks.php (in /home/jlahijani/Code/processwire-dev/wire/core/WireFileTools.php line 2076)\n\n#0 /home/jlahijani/Code/processwire-dev/wire/core/WireFileTools.php(2096): ProcessWire\\WireFileTools->filesError()\n#1 /home/jlahijani/Code/processwire-dev/wire/core/WireFileTools.php(1687): ProcessWire\\WireFileTools->filesException()\n#2 /home/jlahijani/Code/processwire-dev/wire/core/Functions.php(551): ProcessWire\\WireFileTools->___include()\n#3 /home/jlahijani/Site'..., $error_level = 256 ) | .../index.php:64 |
| ( ! ) Warning: Cannot modify header information - headers already sent by (output started at /home/jlahijani/Code/processwire-dev/wire/core/Wire.php:416) in /home/jlahijani/Code/processwire-dev/wire/core/WireHttp.php on line 1862 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.1768 | 4629488 | ProcessWire\WireShutdown->shutdown( ) | .../WireShutdown.php:0 |
| 2 | 0.1781 | 4634688 | ProcessWire\WireShutdown->sendFatalHeader( ) | .../WireShutdown.php:660 |
| 3 | 0.1781 | 4635200 | ProcessWire\WireHttp->sendStatusHeader( $status = 500 ) | .../WireShutdown.php:441 |
| 4 | 0.1782 | 4635264 | ProcessWire\WireHttp->sendHeader( $name = 'HTTP/2.0 500 Internal Server Error', $value = ??? ) | .../WireHttp.php:1884 |
| 5 | 0.1782 | 4635264 | header( $header = 'HTTP/2.0 500 Internal Server Error' ) | .../WireHttp.php:1862 |
Look… Error: Exception: ___include: File does not exist: ./fields/blocks.php (in wire/core/WireFileTools.php line 2076)
#0 wire/core/WireFileTools.php (2096): WireFileTools->filesError()
#1 wire/core/WireFileTools.php (1687): WireFileTools->filesException()
#2 wire/core/Functions.php (551): WireFileTools->___include()
#3 site/templates/news.php (4): wireIncludeFile()
#4 wire/core/TemplateFile.php (328): require('...')
#5 wire/core/Wire.php (413): TemplateFile->___render()
#6 wire/core/WireHooks.php (1018): Wire->_callMethod()
#7 wire/core/Wire.php (484): WireHooks->runHooks()
#8 wire/modules/PageRender.module (547): Wire->__call()
#9 wire/core/Page.php (3152): PageRender->render()
#10 wire/core/Wire.php (416): Page->___renderPage()
#11 wire/core/WireHooks.php (1018): Wire->_callMethod()
#12 wire/core/Wire.php (484): WireHooks->runHooks()
#13 wire/core/Page.php (3097): Wire->__call()
#14 wire/core/Wire.php (416): Page->___render()
#15 wire/core/WireHooks.php (1018): Wire->_callMethod()
#16 wire/core/Wire.php (484): WireHooks->runHooks()
#17 wire/modules/Process/ProcessPageView.module (193): Wire->__call()
#18 wire/modules/Process/ProcessPageView.module (114): ProcessPageView->renderPage()
#19 wire/core/Wire.php (416): ProcessPageView->___execute()
#20 wire/core/WireHooks.php (1018): Wire->_callMethod()
#21 wire/core/Wire.php (484): WireHooks->runHooks()
#22 index.php (55): Wire->__call()
#23 {main}
This error message was shown because: site is in debug mode. ($config->debug = true; => site/config.php). Error has been logged.