es wird immernoch angezeigt:
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1682: Undefined index: carsign
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1728: Undefined index: geomap_profile
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4344: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3506)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4346: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3506)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4347: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3506)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4348: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3506)
ich habe dein cache geleert, und die themes, grafiksammlungen und temples aktualisiert...
habe alle dateien von cs-mod hochgeladen, und die änderungen aus den beitrag
viewtopic.php?f=88&t=202605&start=70#p1161427 gemacht...
und ich habe die
update_303.txt gemacht...
habe sogar noch mal die:
SQL
Code: Alles auswählen
ALTER TABLE `phpbb_users` ADD `user_carsign` VARCHAR( 200 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
INSERT INTO `phpbb_config` (
`config_name` ,
`config_value` ,
`is_dynamic`
)
VALUES (
'carsign_path', './carsign/s_signs/', '0'
);
INSERT INTO `phpbb_config` (
`config_name` ,
`config_value` ,
`is_dynamic`
)
VALUES (
'carsign_height', '25', '0'
);
INSERT INTO `phpbb_modules` (`module_enabled`, `module_display`, `module_basename`, `module_class`, `parent_id`, `left_id`, `right_id`, `module_langname`, `module_mode`, `module_auth`) VALUES
(1, 1, 'carsign', 'ucp', 164, 20, 21, 'L_UCP_CARSIGN', 'carsign', '');
nochmal ausgefürt, aber das ging nicht, die waren schon vorhanden...
warscheinlich hat sich da ja auch nix geändert...
und wie nun weiter?
muss ich den gästen verbieten zu schreiben?