Warning: require() [function.require]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.) in /public_html/admin/index.php on line 30
Warning: require(./../extension.inc) [function.require]: failed to open stream: Operation not permitted in /public_html/admin/index.php on line 30
Warning: require() [function.require]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.) in /public_html/admin/index.php on line 30
Warning: require(./../extension.inc) [function.require]: failed to open stream: Operation not permitted in /public_html/admin/index.php on line 30
Fatal error: require() [function.require]: Failed opening required './../extension.inc' (include_path='.:/usr/local/lib/php') in /public_html/admin/index.php on line 30
Wat is dat ?
Het vetgedrukte is regel 30:
//
// Load default header
//
$no_page_header = TRUE;
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
// ---------------
// Begin functions
//
function inarray($needle, $haystack)
{
for($i = 0; $i < sizeof($haystack); $i++ )
{
if( $haystack[$i] == $needle )
{
return true;
}
}
return false;
}