Second install, getting same errors.
Click 'Forums' on home page, I get
Warning: Failed opening './extension.inc' for inclusion (include_path='./:/usr/local/lib/php') in /home/becraft/cars2parts-www/html/modules/Forums/index.php on line 26
Warning: Failed opening './common.' for inclusion (include_path='./:/usr/local/lib/php') in /home/becraft/cars2parts-www/html/modules/Forums/index.php on line 27
define('IN_PHPBB', true);
$phpbb_root_path = './';
index.php Line 26 - include($phpbb_root_path . 'extension.inc');
index.php Line 27 - include($phpbb_root_path . 'common.'.$phpEx);
Fatal error: Call to undefined function: session_pagestart() in /home/becraft/cars2parts-www/html/modules/Forums/index.php on line 32
index.php Line 32 - $userdata = session_pagestart($user_ip, PAGE_INDEX);
Click 'Forums' on admin page, I get
Warning: Failed opening './.././includes/functions_categories_hierarchy.php' for inclusion (include_path='./:/usr/local/lib/php') in /home/becraft/cars2parts-www/html/includes/functions.php on line 28
functions.php line 28 - include_once( $phpbb_root_path . './includes/functions_categories_hierarchy.' . $phpEx );
Fatal error: Call to undefined function: get_user_tree() in /home/becraft/cars2parts-www/html/includes/functions.php on line 270
functions.php line 270 - if (empty($tree['auth'])) get_user_tree($userdata);
Any ideas?