Verfasst: 15.11.2004 22:57
Ersetz doch in der erc.php mal testweisedurchund poste dann noch mal den Output.
Gruß, Philipp
Code: Alles auswählen
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/functions.'.$phpEx);
include($phpbb_root_path . 'includes/functions_dbmtnc.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);Code: Alles auswählen
echo("<p>1</p>\n");
include($phpbb_root_path . 'extension.inc');
echo("<p>2</p>\n");
include($phpbb_root_path . 'config.'.$phpEx);
echo("<p>3</p>\n");
include($phpbb_root_path . 'includes/constants.'.$phpEx);
echo("<p>4</p>\n");
include($phpbb_root_path . 'includes/functions.'.$phpEx);
echo("<p>5</p>\n");
include($phpbb_root_path . 'includes/functions_dbmtnc.'.$phpEx);
echo("<p>6</p>\n");
include($phpbb_root_path . 'includes/db.'.$phpEx);
echo("<p>7</p>\n");Gruß, Philipp