Pagina 1 van 1

Ezportal probleem

Geplaatst: 20 jun 2006, 00:33
door wicked
Wat is het probleem? foutmeldingen
Wanneer ontstond het probleem? toen ik enkele (niet belangrijke) bestanden van het forum afhaalde
Adres van je forum: http://forum.ikmoetplassen.nl
Directe link naar de modification:ezportal
phpBB versie:2.21
Heb je onlangs een andere mod of stijl geïnstalleerd?athene stijl
Heb je gezocht naar een antwoord?

ik heb dus enkele txt bestandjes uit mijn root verwijdert en het ezportal_admin_db_install.php bestand (moest toch verwijderd worden na gebruik ?)
krijg daarna een hele hoop foutmeldingen. geprobeerd admin_db_install.php terug te zetten en opnieuw te draaien maar zonder succes! een hele hoop andere meldingen

wat ik zie als ik naar het forum ga:

Code: Selecteer alles

Warning: main(): Unable to access ./extension.inc in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 54

Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 54

Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 54

Warning: main(): Unable to access ./common. in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 55

Warning: main(./common.): failed to open stream: No such file or directory in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 55

Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 55

Warning: main(): Unable to access ./fetchposts. in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 56

Warning: main(./fetchposts.): failed to open stream: No such file or directory in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 56

Warning: main(): Failed opening './fetchposts.' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 56

Fatal error: Call to undefined function: session_pagestart() in /home/httpd/vhosts/ikmoetplassen.nl/subdomains/forum/httpdocs/portal.php on line 61
portal.php line 51 t/m 62

Code: Selecteer alles


define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'fetchposts.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
///code]

wat heb ik teveel verwijders? en hoe los ik het op

Geplaatst: 20 jun 2006, 08:08
door Paul
herupload extension.inc uit de phpbb zip. Die is nodig om phpbb te laten werken ;)

Geplaatst: 20 jun 2006, 10:12
door wicked
:oops: