Pagina 1 van 1

foutmelding na instalatie

Geplaatst: 02 aug 2004, 10:27
door the king aragorn
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

Geplaatst: 02 aug 2004, 10:36
door Podium4
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...

Geplaatst: 02 aug 2004, 10:41
door the king aragorn
oh dat wist ik niet maaar nee ik heb de engelse taal niet verwijderd

maar ik zal wel proberen met de 1.52

Geplaatst: 02 aug 2004, 12:31
door the king aragorn
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

Geplaatst: 02 aug 2004, 12:33
door Podium4
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.

Geplaatst: 02 aug 2004, 12:53
door the king aragorn
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

Geplaatst: 02 aug 2004, 13:01
door Podium4
Zou je mij eens de regels 20 - 30 kunnen geven van het bestand
mods/netclectic/mini_cal/mini_cal.php

Geplaatst: 02 aug 2004, 13:07
door the king aragorn
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);