Quote:
CRAP! why wouldnt you guys post the db info here? I went thru all the pages.
not one.
|
Are you refering to the problem, of the geek_autolink tables not being created when running the install.php? The following:
Code:
'CREATE TABLE IF NOT EXISTS `' . TABLE_PREFIX . 'geek_autolink` (
`id` int(11) NOT NULL auto_increment,
`text` varchar(25) NOT NULL default \'\',
`link` varchar(250) NOT NULL default \'\',
`ignorethread` int(11) NOT NULL default \'0\',
PRIMARY KEY (`id`)
Can be found in the install.php file. Using phpmyadmin or webmin (or any mysql utility) to create those tables with the information provided (in install.php) and GAL will work perfectly.