vailable.', E_USER_ERROR ); } else { throw $e; } } $phpbb_class_loader->set_cache($phpbb_container->get('cache.driver')); $phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver')); require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx); register_compatibility_globals(); // Add own hook handler require($phpbb_root_path . 'includes/hooks/index.' . $phpEx); $phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('template', 'display'))); /* @var $phpbb_hook_finder \phpbb\hook\finder */ $phpbb_hook_finder = $phpbb_container->get('hook_finder'); foreach ($phpbb_hook_finder->find() as $hook) { @include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx); } /** * Main event which is triggered on every page * * You can use this event to load function files and initiate objects * * NOTE: At this point the global session ($user) and permissions ($auth) * do NOT exist yet. If you need to use the user object * (f.e. to include language files) or need to check permissions, * please use the core.user_setup event instead! * * @event core.common * @since 3.1.0-a1 */ $phpbb_dispatcher->dispatch('core.common');
Fatal error: Uncaught Error: Call to a member function session_begin() on null in /home/acumstiu/gpszone.ro/viewforum.php:24 Stack trace: #0 {main} thrown in /home/acumstiu/gpszone.ro/viewforum.php on line 24