Hey Kaleyn! I was hoping you woul dweigh in since your last post says you got it fixed. I once again, cleaned out the CGB folder and reinstalled the newest? up date from above. I changed this line:
$res = $wowdb->get_assoc($result);
to
$res = $wowdb->fetch_assoc($result);
In the install.php since it is the only line that had get and now when I press on the Guild Bank under addons I get:
1050: Table 'roster_gb_config' already exists
SQL:
CREATE TABLE `roster_gb_config` ( `conf_id` int(11) unsigned NOT NULL auto_increment, `conf_name` varchar(64) NOT NULL, `conf_data` varchar(64) NOT NULL, `conf_desc` text NOT NULL, PRIMARY KEY (`conf_id`) ) TYPE=MyISAM AUTO_INCREMENT=1 ;
File: install.php
Line: 90
Mean anything to anybody?