foutmelding na instalatie
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- the king aragorn
- Berichten: 7
- Lid geworden op: 23 jun 2004, 11:57
foutmelding na instalatie
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
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
- the king aragorn
- Berichten: 7
- Lid geworden op: 23 jun 2004, 11:57
- the king aragorn
- Berichten: 7
- Lid geworden op: 23 jun 2004, 11:57
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
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
- the king aragorn
- Berichten: 7
- Lid geworden op: 23 jun 2004, 11:57
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
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
- the king aragorn
- Berichten: 7
- Lid geworden op: 23 jun 2004, 11:57
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);
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);