Version 2.1.11
Wenn ich in den "config.php" der Plugins Kalender u. Geburtstage die Rollen-ID angebe, um zu selektieren, welche Rolle angezeigt werden soll, bekomme ich bei beiden Plugins Fehlermeldungen.
Ich gebe nur eine einzelne Zahl ein. Die Rollen-ID hole ich mir aus dem Link, wenn ich eine Rolle auswähle.
Z.B.: http://www.meinedomain.de/mitglieder/ad ... p?rol_id=2
Hier also die "2".
in der config.php steht also: $plg_rolle_sql = "2";
Warum geht das nicht?
Wenn ich KEINE Zahl eintrage klappt alles.
Gruß - Axel
Kalender u. Geburtstage -> Rollen ID
-
- Former team member
- Beiträge: 1087
- Registriert: 2. Sep 2007, 17:12
- Wohnort: Itzstedt
- Kontaktdaten:
Also bein Kalender-Plugin tut sich bei der Eintragung einer Rollen-ID gar nichts. Es werden die Geburtstage ALLER Mitglieder angezeigt.
Beim Geburtstags-Plugin kommt folgende Fehlermeldung:
S Q L - E R R O R
CODE: 1064
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 '2 ORDER BY days_to_bdate desc, last_name, first_name' at line 60
B A C K T R A C E
FILE: adm_program/system/db/mysql.php
LINE: 205
CALL: db::db_error()
FILE: adm_program/system/db/mysql.php
LINE: 77
CALL: mysqldb->db_error()
FILE: adm_plugins/birthday/birthday.php
LINE: 172
CALL: mysqldb->query()
FILE: adm_themes/modern/my_body_bottom.php
LINE: 38
CALL: include('adm_plugins/birthday/birthday.php')
FILE: adm_themes/modern/overall_footer.php
LINE: 20
CALL: require('adm_themes/modern/my_body_bottom.php')
FILE: adm_program/administration/roles/roles.php
LINE: 283
CALL: require('adm_themes/modern/overall_footer.php')
Beim Geburtstags-Plugin kommt folgende Fehlermeldung:
S Q L - E R R O R
CODE: 1064
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 '2 ORDER BY days_to_bdate desc, last_name, first_name' at line 60
B A C K T R A C E
FILE: adm_program/system/db/mysql.php
LINE: 205
CALL: db::db_error()
FILE: adm_program/system/db/mysql.php
LINE: 77
CALL: mysqldb->db_error()
FILE: adm_plugins/birthday/birthday.php
LINE: 172
CALL: mysqldb->query()
FILE: adm_themes/modern/my_body_bottom.php
LINE: 38
CALL: include('adm_plugins/birthday/birthday.php')
FILE: adm_themes/modern/overall_footer.php
LINE: 20
CALL: require('adm_themes/modern/my_body_bottom.php')
FILE: adm_program/administration/roles/roles.php
LINE: 283
CALL: require('adm_themes/modern/overall_footer.php')