hi i got a lil problem, i installed phpBB on public_html dir and everything it`s all right but when i want to enter admin`s panel i got this...
32 33 and 34 line there
extrension.inc file @ public_html
I asked on polish phpbb support forum and they told me i should contact server administrator, what`s wrong with this why i cant enter admin`s panel...
Answer me please.
| Code: |
| Warning: main() [function.main]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.:/tmp/:/var/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/:/proc/) in /home/insanepl/domains/3run.eu/public_html/admin/index.php on line 33
Warning: main(./../extension.inc) [function.main]: failed to open stream: Operation not permitted in /home/insanepl/domains/3run.eu/public_html/admin/index.php on line 33 Warning: main() [function.main]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.:/tmp/:/var/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/:/proc/) in /home/insanepl/domains/3run.eu/public_html/admin/index.php on line 33 Warning: main(./../extension.inc) [function.main]: failed to open stream: Operation not permitted in /home/insanepl/domains/3run.eu/public_html/admin/index.php on line 33 Fatal error: main() [function.require]: Failed opening required './../extension.inc' (include_path='.:/usr/local/lib/php') in /home/insanepl/domains/3run.eu/public_html/admin/index.php on line 33 |
32 33 and 34 line there
| Code: |
| $phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc'); require('./pagestart.' . $phpEx); |
extrension.inc file @ public_html
| Code: |
| <?php
/*************************************************************************** * extension.inc * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group * email : support@phpbb.com * * $Id: extension.inc,v 1.5 2002/04/04 11:52:50 psotfx Exp $ * * ***************************************************************************/ if ( !defined('IN_PHPBB') ) { die("Hacking attempt"); } // // Change this if your extension is not .php! // $phpEx = "php"; $starttime = 0; ?> |
I asked on polish phpbb support forum and they told me i should contact server administrator, what`s wrong with this why i cant enter admin`s panel...
Answer me please.
