Code: Alles auswählen
Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
##
##
## Run the following command on your sql database (replace phpbb_ with your db prefix):
##
## ALTER TABLE `phpbb_users` ADD `user_reminded` TINYINT(4) DEFAULT '0' NOT NULL
##
habbe den mod soweit eingebaut jedoch funzt er leider net da ich folgende fehlermeldung bekomme
Code: Alles auswählen
Could not obtain user information
DEBUG MODE
SQL Error : 1054 Unknown column 'user_reminded' in 'field list'
SELECT username, user_active, user_actkey, user_id, user_lastvisit, user_email, user_posts, user_reminded FROM phpbb_users WHERE user_active = '1' AND user_id != '-1' AND user_posts != '0' AND user_lastvisit != '0' AND user_lastvisit < '1117521741'
Line : 217
File : admin_reminder.php

ich weiß soviel das die tabele net exestiert aber wie erstelle ich sie in der install is kein code dafür
