error obtain_portal_config() in portal.php
Posted: 18. May 2010 18:08
Your Portal Version: 1.0.5RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
What have you done before the problem was there?
I try to move portal.php from /forums to /
What have you already tryed to solve the problem?
Description and Message
I installed board 3 was fine than i install Galerry that was ok to , after i want to see portal like first page i make like is in knowledge base but get just error
Fatal error: Call to undefined function obtain_portal_config() in /xxxxx/local/home/xxxx/xxxxxxxx.org/portal.php on line 24
i had truoble to find LINE in forums/includes/functions.php
Open /forums/includes/functions.php
Find
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Replace with
Code: Select all
'U_PORTAL' => append_sid("../portal.$phpEx"),
i find something like that and change that maybe there is problem
Can i get any help?
What have to be in root folder .htacces file is just
DirectoryIndex portal.php index.php index.html index.htm or something more
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
What have you done before the problem was there?
I try to move portal.php from /forums to /
What have you already tryed to solve the problem?
Description and Message
I installed board 3 was fine than i install Galerry that was ok to , after i want to see portal like first page i make like is in knowledge base but get just error
Fatal error: Call to undefined function obtain_portal_config() in /xxxxx/local/home/xxxx/xxxxxxxx.org/portal.php on line 24
i had truoble to find LINE in forums/includes/functions.php
Open /forums/includes/functions.php
Find
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Replace with
Code: Select all
'U_PORTAL' => append_sid("../portal.$phpEx"),
i find something like that and change that maybe there is problem
Can i get any help?
What have to be in root folder .htacces file is just
DirectoryIndex portal.php index.php index.html index.htm or something more