Fatal error in indexpage

Allgemeiner Support zum phpBB 2 Board und phpBB 2 Modifikationen
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

I have run this into the database but it did not found any lines

Code: Alles auswählen

UPDATE phpbb_users SET user_birthday = 999999 WHERE user_birthday = '' OR user_birthday IS NULL;
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

But the Birthday MOD is still installed?
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

yes the birthday mod is still installed
so mayby the problem is in the eventlist for callite I don't now?
Morun
Beiträge: 19
Registriert: Fr 17.Mär, 2006 03:31
Wohnort: Madrid

Beitrag von Morun »

those people who are shown in the event list with birthday on 1.1., what do theyhave as birthday in the data base?
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

If you have the wrong values in the field user_birthday, the usercp_register.php will be wrong!
Check the installation in this file, especially the changes in the UPDATE and INSERT INTO the users table!
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

if I look into the database I see this in user_birthday

Code: Alles auswählen

user_birthday  varchar(8)   Yes  0  
0 is standardvalue
varchar(8) is type
yes is NULL
Morun
Beiträge: 19
Registriert: Fr 17.Mär, 2006 03:31
Wohnort: Madrid

Beitrag von Morun »

that just the structure. click on browse or something similar to see the values in the data rows of the table.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Default must be 999999. Change the field, please...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

I changes the field butt the users are still visible on 1-1-2007
Do/must I have to change all things regarding the birthdays?
like user_last_birthday
user_next_birthday_greeting

Code: Alles auswählen

ALTER TABLE `phpbb_users` CHANGE `user_birthday` `user_birthday` VARCHAR( 8 ) DEFAULT '999999' 
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

The fields with "0" must be changed to 999999, too.
Use this statemant:

Code: Alles auswählen

UPDATE phpbb_users SET user_birthday = 999999 WHERE user_birthday = 0;
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

I did someting very stupid I deleted my user_table
I have a backup from the database butt i can"t installed

I have now this error

Code: Alles auswählen

phpBB : Critical Error 

Could not get theme data for themes_id [5] 
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

With which tool you will restore the database?
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
demingel
Beiträge: 34
Registriert: Mi 01.Mär, 2006 07:56
Wohnort: Gardner
Kontaktdaten:

Beitrag von demingel »

with phpmyadmin
butt I ask my host to run the backup from last week over the current one so the problem will be gone by tomorrow i hope :)
and then I do the birthday mod again and make a backup from the board
Antworten