foutmelding na instalatie

Installatie lukt niet? Plotseling een foutmelding. Of weet je niet hoe iets werkt. Problemen met phpBB2 kun je in dit archief opzoeken.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
the king aragorn
Berichten: 7
Lid geworden op: 23 jun 2004, 11:57

foutmelding na instalatie

Bericht door the king aragorn » 02 aug 2004, 10:27

Na de instalatie van PHPBB2 plus 1.3 krijg ik deze error

Parse error: parse error in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb2/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 27

die regel ziet er in dat script zo uit

$use_lang = ( !@file_exists($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main_mini_cal.'.$phpEx) ) ? 'english' : $board_config['default_lang'];
include($phpbb_root_path . 'language/lang_' . $use_lang . '/lang_main_mini_cal.' . $phpEx);


dus zou iemand mischien weten wat er fout is

alvast bedankt

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 02 aug 2004, 10:36

Heb je toevallig de engelse taal verwijderd? Dat is meestal namelijk niet verstandig...

BTW: phpbb plus 1.52 is ook al uit hoor... En daar is ook een Nederlandse vertaling voor gemaakt...
Alleen support via het forum, dus geen support via email, msn of pb.

Gebruikersavatar
the king aragorn
Berichten: 7
Lid geworden op: 23 jun 2004, 11:57

Bericht door the king aragorn » 02 aug 2004, 10:41

oh dat wist ik niet maaar nee ik heb de engelse taal niet verwijderd

maar ik zal wel proberen met de 1.52

Gebruikersavatar
the king aragorn
Berichten: 7
Lid geworden op: 23 jun 2004, 11:57

Bericht door the king aragorn » 02 aug 2004, 12:31

nu heb ik 1.52 geinstaleerd en nu geeft hij nog een grotere error

namelijk deze:

Warning: main(): Unable to access ./mods/netclectic/mini_cal/calendarSuite.php in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 20

Warning: main(./mods/netclectic/mini_cal/calendarSuite.php): failed to open stream: No such file or directory in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 20

Warning: main(): Failed opening './mods/netclectic/mini_cal/calendarSuite.php' for inclusion (include_path='.:/data/apache/php/mmp_lib') in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 20

Fatal error: Cannot instantiate non-existent class: calendarsuite in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 44

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 02 aug 2004, 12:33

Je hebt niet alles geupload.

Hij kan het bestand

/mods/netclectic/mini_cal/calendarSuite.php

niet vinden. Controleer dus of het bestand wel is geupload.
Alleen support via het forum, dus geen support via email, msn of pb.

Gebruikersavatar
the king aragorn
Berichten: 7
Lid geworden op: 23 jun 2004, 11:57

Bericht door the king aragorn » 02 aug 2004, 12:53

alles was geupload alllen toen deed ik iets bij dat MiNi_cal en nu staat er nog maar 1 fout melding

Parse error: parse error in /data/members/free/tripod/nl/t/h/e/thekingaragorn2forum/htdocs/phpbb/phpbb2/mods/netclectic/mini_cal/mini_cal.php on line 24

dit is het forum
http://members.lycos.nl/thekingaragorn2 ... portal.php

zou het mischien aan lycos liggen

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 02 aug 2004, 13:01

Zou je mij eens de regels 20 - 30 kunnen geven van het bestand
mods/netclectic/mini_cal/mini_cal.php
Alleen support via het forum, dus geen support via email, msn of pb.

Gebruikersavatar
the king aragorn
Berichten: 7
Lid geworden op: 23 jun 2004, 11:57

Bericht door the king aragorn » 02 aug 2004, 13:07

hier zijn 18 tot en met regel 31

orgineel
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal_config.'.$phpEx);
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal_common.'.$phpEx);
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/calendarSuite.'.$phpEx);


// get the mode (if any)
if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
{
$mini_cal_mode = ( isset($HTTP_POST_VARS['mode']) ) ? $HTTP_POST_VARS['mode'] : $HTTP_GET_VARS['mode'];
}
$mini_cal_mode = ($mini_cal_mode == 'personal') ? $mini_cal_mode : 'default';

// get the user (for personal calendar)
if( isset($HTTP_GET_VARS[POST_USERS_URL]) || isset($HTTP_POST_VARS[POST_USERS_URL]) )


hoe ik hem heb gemaakt zodat ik nog maar 1 regel foutmelding had

include_once($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal_config.'.$phpEx);
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal_common.'.$phpEx);
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/calendarSuite.php.$phpEx);


// get the mode (if any)
if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
{
$mini_cal_mode = ( isset($HTTP_POST_VARS['mode']) ) ? $HTTP_POST_VARS['mode'] : $HTTP_GET_VARS['mode'];
}
$mini_cal_mode = ($mini_cal_mode == 'personal') ? $mini_cal_mode : 'default';

// get the user (for personal calendar)
if( isset($HTTP_GET_VARS[POST_USERS_URL]) || isset($HTTP_POST_VARS[POST_USERS_URL]) )


en het verschil zit dan in
deze 2 regels
include_once($phpbb_root_path . 'mods/netclectic/mini_cal/calendarSuite.'.$phpEx);

include_once($phpbb_root_path . 'mods/netclectic/mini_cal/calendarSuite.php.$phpEx);

Gesloten