Closed (fixed)
Project:
Diagnostic Tools
Version:
6.x-1.0
Component:
bench_chart module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 15:35 UTC
Updated:
15 Jul 2009 at 13:10 UTC
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
Comment #1
kenorb commentedThe same with gallery module:
Comment #2
kenorb commentedFixed.
Related issue: #420782: Fatal error: Cannot redeclare system_main_admin_page()
Comment #3
kenorb commented