Reply
Wed 25 Feb, 2004 11:31 pm
Hello,
I'm using PhpBB2 2.06
with
SubPortal style
Announcement Suite mod
I installed SEO and everything works fine except two things which are related.
As guest or registered, the announcment field contains a linked username when I click on it I get
Fatal Error Getting Bank User Information!
Also when I click on "Memberlist" as guest or registered.. all usernames have links and then I click on any username I get the same error.
Can anyone help?
Thanks,
Robert
web oft rust?
Why does the web often rust?
haha
I never looked at that name in that way.. cool
solved
I solved it.. I did not have BANK mod installed. I did not know I needed this because I'm newbie at this.
I installed bank mod and got this
Running :: create table `phpbb_bank` (`id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` CHAR (50) NOT NULL, `holding` INT (20) UNSIGNED DEFAULT '0', `totalwithdrew` INT (20) UNSIGNED DEFAULT '0', `totaldeposit` INT (20) UNSIGNED DEFAULT '0', `opentime` INT (20) UNSIGNED NOT NULL, `fees` CHAR (32) NOT NULL DEFAULT 'on', PRIMARY KEY(`id`), INDEX(`name`)) -> FAILED ---> Table 'phpbb_bank' already exists
Running :: insert into phpbb_config (config_name, config_value) values ('bankinterest', '2') -> FAILED ---> Duplicate entry 'bankinterest' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('bankfees', '2') -> FAILED ---> Duplicate entry 'bankfees' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('bankpayouttime', '0') -> FAILED ---> Duplicate entry 'bankpayouttime' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('bankname', 'Forums Bank') -> FAILED ---> Duplicate entry 'bankname' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('bankopened', 'off') -> FAILED ---> Duplicate entry 'bankopened' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('bankholdings', '0') -> FAILED ---> Duplicate entry 'bankholdings' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('banktotaldeposits', '0') -> FAILED ---> Duplicate entry 'banktotaldeposits' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('banktotalwithdrew', '0') -> FAILED ---> Duplicate entry 'banktotalwithdrew' for key 1
Running :: insert into phpbb_config (config_name, config_value) values ('banklastrestocked', '0') -> FAILED ---> Duplicate entry 'banklastrestocked' for key 1
Finished!
Some of the querys have failed, contact me so I can fix the errors.
==============
So this must have been updated with "Points System" mod ?
Because I never before install "Bank" mod
Anyway.. I can't get lottery mod to work
When I go into ACP, and goto lottery
I turn lottery on and hit update button.. and nothing happens-page reloads
I get this PHP error in the php log
HP Parse error: parse error, unexpected T_WHILE in C:\FLEXROOT\PHP\phpBB2\admin\admin_ug_auth.php on line 46
What's up with that?
I also get a
PHP Warning: Division by zero in C:\FLEXROOT\PHP\Phpbb2\bank.php on line 69
But I saw a post about that so I will try it.
Ahh, I don't know those mods. I didn't write them. ;-)