Hi everyone,
I'm not panicking yet, hoping that my php forum database in Mysql will become normal again.
Is it possible to reset all the values of a Mysql db back to their default values?
I'm using phpbb3, and was successful in adding a mod called user_notify mod. But this mod will only affect the users who will register after my changes. Things were fine until I decided to manually alter the values of the old users, too so they could receive an email telling them someone replied to their posts. Now I get this message in my forum's ACP each time I try to access the board settings/avatar settings/post settings, etc...
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
I'm sure this problem result from my stupid attempts to manually modify my users' user_notify values inside mysql. I suddenly thought I was Naval Design. :(
So, Is there a button i can click on to reset the default values? Help, please...
P.S. I made a back up of the forum before making these manual changes, I restored them but I get the same message above.
Herman
I'm not panicking yet, hoping that my php forum database in Mysql will become normal again.
Is it possible to reset all the values of a Mysql db back to their default values?
I'm using phpbb3, and was successful in adding a mod called user_notify mod. But this mod will only affect the users who will register after my changes. Things were fine until I decided to manually alter the values of the old users, too so they could receive an email telling them someone replied to their posts. Now I get this message in my forum's ACP each time I try to access the board settings/avatar settings/post settings, etc...
[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/en/acp/board.php:1)
I'm sure this problem result from my stupid attempts to manually modify my users' user_notify values inside mysql. I suddenly thought I was Naval Design. :(
So, Is there a button i can click on to reset the default values? Help, please...
P.S. I made a back up of the forum before making these manual changes, I restored them but I get the same message above.
Herman
Comment