| Ähnliche Themen |
 |
|
Betreff |
Begonnen von |
Antworten |
Aufrufe |
Letzter Beitrag |
|
|
Gallery fault
|
AirWarrior
|
8
|
447
|
Dezember 28, 2009, 22:56:37
von AirWarrior
|
|
|
Serverumzug, Fehlermeldungen ....
|
hardy
|
4
|
812
|
Oktober 25, 2008, 14:22:20
von hardy
|
|
|
Portal alternative
|
aom
|
10
|
796
|
November 02, 2009, 11:48:51
von aom
|
|
|
Bugtracker on PHPBB dont show in forum
|
bvanleeuwen254
|
5
|
476
|
Januar 07, 2010, 20:45:48
von bvanleeuwen254
|
|
|
SEO PhpBB mit Mkportal.
|
mmlug
|
1
|
615
|
Mai 21, 2006, 22:13:50
von aom
|
Autor
|
Thema: phpBB debug problem (Gelesen 599 mal)
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
What could make this problem?? [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4490: require_once(../mkportal/include/PHPBB3/php_out.php) [function.require-once]: failed to open stream: No such file or directory
|
|
|
|
|
Gespeichert
|
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
Read: "failed to open stream: No such file or directory" This is the problem
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
This is line 4490 require_once "../mkportal/include/PHPBB3/php_out.php"; What file do i need?? php_out.php is in that folder
|
|
|
|
|
Gespeichert
|
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
Hi do you see the ..\ at the beginning of address? This is a relative filename and works only if it is called from thre right directory.
When this error occurs, what is your webaddress in browser address field? Please post it.
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
|
|
|
|
|
Gespeichert
|
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
is this the address when the error occurs?
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
The error is in the admin deleted link
|
|
|
|
|
Gespeichert
|
|
|
|
Cool
FREE TIBET
MKP DE Administration
Bewertung: 43
Offline
Beiträge: 2424
I HATE Chinas authority
|
can you post your forum cookie-settings?
|
|
|
|
|
Gespeichert
|
|
|
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
golf.dutchwarzone.nl = root in root: mkportal folder forum folder stk folder stk is an extra admin menu for maintanance, so i don't understand the problem. But its not a big issue, becouse its only in stk. I delete the link. security reasons 
|
|
|
|
|
Gespeichert
|
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
you have to to change the board integration so that when you are on the stk folder the path gets from ../../ instead of ../
I will look tomorrow for the right code.
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
OK, here the solution for you. search at phpbb3 folder in includes/functions.php nearby the end of file: $template->display('body');
garbage_collection(); Add after://added from MKportal if (strpos($_SERVER['REQUEST_URI'], '/adm/') === false) { define ( 'IN_MKP', 1 ); if (strpos($_SERVER['REQUEST_URI'], '/stk/') === false) require_once "../mkportal/include/PHPBB3/php_out.php"; else require_once "../../mkportal/include/PHPBB3/php_out.php"; mkportal_board_out(); } //end added
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
No solution but never mind. Don't break your head on this. Its only in the extra admin tool menu. Now i get this: [phpBB Debug] PHP Notice: in file /home/vhosts/dutchwarzone.nl/subdomains/golf/httpdocs/mkportal/include/PHPBB3/php_out.php on line 29: require(../mkportal/conf_mk.php) [function.require]: failed to open stream: No such file or directory [phpBB Debug] PHP Notice: in file /home/vhosts/dutchwarzone.nl/subdomains/golf/httpdocs/mkportal/include/PHPBB3/php_out.php on line 29: require(../mkportal/conf_mk.php) [function.require]: failed to open stream: No such file or directory 
|
|
|
|
|
Gespeichert
|
|
|
|
aom
MKP DE Administration
Bewertung: 44
Offline
Beiträge: 2681
Balu der Hund
|
Hi, so you have to modify php_out.php in this way: Search: $MK_PATH = "../"; require $MK_PATH."mkportal/conf_mk.php"; Replace: if (strpos($_SERVER['REQUEST_URI'], '/stk/') === false) $MK_PATH = "../"; else $MK_PATH = "../../"; require $MK_PATH."mkportal/conf_mk.php";
|
|
|
|
|
Gespeichert
|
MKP 1.1.2 / SMF 1.1.1
|
|
|
AirWarrior
AirWarrior
Jr. Mitglied

Bewertung: 0
Offline
Beiträge: 79
php noob !!
|
Now the tool is opening in mkportal with no errors. This is working, .....but when i go to the admin tool, the theme is changing. but its ok now. So i will thank you for ypour time. 
|
|
|
|
|
Gespeichert
|
|
|
|
|
Seiten: [1] 2
|
|
|
|