Was muß ich da genau ändern????
Code: Alles auswählen
## 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
Code: Alles auswählen
## 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
Code: Alles auswählen
## 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
Code: Alles auswählen
## Run the following command on your sql database (replace phpbb_ with your db prefix):
##
## ALTER TABLE `forumusers` ADD `user_reminded` TINYINT(4) DEFAULT '0' NOT NULL
Code: Alles auswählen
Could not obtain user information
DEBUG MODE
SQL Error : 1054 Unknown column 'user_reminded' in 'field list'
SELECT username, user_id, user_posts, user_regdate, user_reminded FROM phpbb_users WHERE user_reminded > '3'
Line : 581
File : /mnt/am1/07/488/00000000/htdocs/phpBB2/admin/admin_reminder.php
Du musst nichts ändern, Dein Prefix ist phpbb_Apfelwurm hat geschrieben:Was muß ich da genau ändern????
Code: Alles auswählen
## 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