
Werde jetzt den Kalender ein wenig prüfen, vor allem die Cronjobs, die haben ja im alten Kalender bei mir nicht funktioniert!
Vielen Dank für deine Hilfe, kriegst ein grosses LOB von mir!

Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND auth_setting = 1' at line 3 [1064]
SQL
SELECT role_id FROM Forum_acl_roles_data WHERE auth_option_id = AND auth_setting = 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: calendar/inc.install.php
LINE: 436
CALL: dbal_mysql->sql_query()
FILE: calendar_install/inst_0.6.0/index.php
LINE: 498
CALL: update_roles()
FILE: includes/acp/acp_calendar_install.php
LINE: 93
CALL: include('calendar_install/inst_0.6.0/index.php')
FILE: includes/functions_module.php
LINE: 471
CALL: acp_calendar_install->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Code: Alles auswählen
$GLOBALS['auth_admin']->option_ids[$auth_option_name]
Code: Alles auswählen
$GLOBALS['auth_admin']->acl_options['id'][$auth_option_name]
Code: Alles auswählen
Schritt #10
Prüfe, ob die Module aktiviert worden sind
OK
Prüfe, ob das Modul "Kalender-Einstellungen ändern" aktiviert worden ist
ERROR
Die Konfiguration des Moduls "Kalender-Einstellungen ändern" entspricht nicht dem Standard.
Im Regelfall wird dies jedoch nicht zu Problemen führen!
Prüfe, ob das Modul "Kalender-Einstellungen" aktiviert worden ist
OK
Code: Alles auswählen
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Field 'desc_text' doesn't have a default value [1364]
SQL
INSERT INTO Forum_cal_events (author) VALUES (2)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: calendar/common.php
LINE: 1814
CALL: dbal_mysql->sql_query()
FILE: calendar/post_event.php
LINE: 98
CALL: cal_events::add_event()
FILE: calendar.php
LINE: 53
CALL: include('calendar/post_event.php')