shay wrote: Hey Guys..I have just installed bank mod 6.5.. I am using php-nuke 7.8 however with the bank mod i am getting an error when i go in to configure the bank configarations the error message that i am recieving is Fatal Error Getting Total Users! can someone help me correct this error? Or is it that i am not able to run this mod due to the version of php-nuke 7.8 Some help Please... Posted: Sat Mar 11, 2006 12:25 pm
admin(Mark) wrote: hi Shay, it could be some sql issues. Post the codes for the admin page here http://www.westernstudios.net/web/pastebin I will take a look and see. Posted: Sat Mar 11, 2006 12:39 pm
shay wrote: Ok i have post the file at the link you provided as requested. Thanks alot for your fast response and hel with this. Posted: Sat Mar 11, 2006 12:52 pm
admin(Mark) wrote: hi Shay, I noticed from the codes that the query says $sql = "select * from nuke_bank where id>0"; But in the sql changes you made you have this: create table `nuke_phpbb_bank` Notice you are missing the phpbb in the query. Try adding that and see if it works. $sql = "select * from nuke_phpbb_bank where Posted: Sat Mar 11, 2006 12:59 pm
shay wrote: ok will try that thanks alot for your help Yes It works!.. Again Thanks so much Posted: Sat Mar 11, 2006 1:03 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||