There is following error on: update.php?op=info during shutdown event:

Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/contributions/[layout]/panels/panels_page/panels_page.read.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /home/wp/public_html/dev.wielkapolandia.co.uk/public/sites/all/modules/contributions/[layout]/panels/panels.module on line 217
Call Stack
#	Time	Memory	Function	Location
1	7.0591	75493000	bench_chart_shutdown( )	../bench_chart.module:0
2	7.0633	75521016	bench_chart_save_to_db( )	../bench_chart.module:94
3	7.0633	75521016	menu_get_item( $path = ???, $router_item = ??? )	../bench_chart.module:101
4	7.0638	75524672	_menu_translate( $router_item = array ('path' => 'uk', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'panels_page_access_handler', 'access_arguments' => 'a:1:{i:0;s:4:"Home";}', 'page_callback' => 'panels_page_render_handler', 'page_arguments' => 'a:1:{i:0;s:4:"Home";}', 'fit' => '1', 'number_parts' => '1', 'tab_parent' => '', 'tab_root' => 'uk', 'title' => '', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', 'file' => 'sites/all/modules/contributions/[layout]/panels/panels_page/panels_page.render.inc', 'href' => 'uk', 'options' => array ()), $map = array (0 => 'uk'), $to_arg = ??? )	../menu.inc:316
5	7.0638	75524768	_menu_check_access( $item = array ('path' => 'uk', 'load_functions' => '', 'to_arg_functions' => '', 'access_callback' => 'panels_page_access_handler', 'access_arguments' => 'a:1:{i:0;s:4:"Home";}', 'page_callback' => 'panels_page_render_handler', 'page_arguments' => 'a:1:{i:0;s:4:"Home";}', 'fit' => '1', 'number_parts' => '1', 'tab_parent' => '', 'tab_root' => 'uk', 'title' => '', 'title_callback' => 't', 'title_arguments' => '', 'type' => '6', 'block_callback' => '', 'description' => '', 'position' => '', 'weight' => '0', 'file' => 'sites/all/modules/contributions/[layout]/panels/panels_page/panels_page.render.inc', 'href' => 'uk', 'options' => array ()), $map = array (0 => 'uk') )	../menu.inc:574
6	7.0639	75524768	call_user_func_array ( 'panels_page_access_handler', array (0 => 'Home') )	../menu.inc:452
7	7.0639	75524800	panels_page_access_handler( 'Home' )	../menu.inc:0
8	7.0639	75524800	panels_page_load_include( $include = 'read' )	../panels_page.module:225
9	7.0639	75524800	panels_load_include( $include = 'read', $path = 'panels_page/panels_page.' )	../panels_page.module:476

Probably current patch should be fixed during shutdown.

Comments

kenorb’s picture

The same with gallery module:

 Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/contributions/[image]/gallery/gallery_block.inc' (include_path='.:/usr/share/php:/usr/share/pear') in public/sites/all/modules/contributions/[image]/gallery/gallery.module on line 439
Call Stack
#	Time	Memory	Function	Location
1	13.1287	66493292	bench_chart_shutdown( )	../bench_chart.module:0
2	13.1332	66521152	bench_chart_save_to_db( )	../bench_chart.module:94
3	13.1366	66527348	bench_chart_run_hook( 'block' )	../bench_chart.module:118
4	13.1533	66576880	call_user_func_array ( 'gallery_block', array () )	../bench_chart.module:186
5	13.1533	66577200	gallery_block( $op = ???, $delta = ???, $edit = ??? )	../bench_chart.module:0
kenorb’s picture

Status: Active » Fixed
kenorb’s picture

Version: 6.x-1.x-dev » 6.x-1.0

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.