per this post:
http://www.vbulletin.com/forum/showp...2&postcount=10
So this morning I ran /install/tableprefix.php to rename my tables...
Initially they had a prefix of 'sun' and i renamed the prefix to ' ', or I left the second field blank to remove the prefix. I downloaded the config.php and changed the line
$config['Database']['tableprefix'] = 'sun';
to read
$config['Database']['tableprefix'] = '';
Well now when I go to view my forum I get nothing, just a blank page . There's nothing in my browser window and when I view the source it's blank too.
So I ran /install/tableprefix.php again. The old table prefix is listed as a bar so I'm assumming it knows there's not one. I asked it to rename my tables back to include a prefix of 'sun' and then changed the config.php back to accomodate the prefix.
$config['Database']['tableprefix'] = 'sun';
Uploaded it and still all I get is a blank page for my vb index as well as my admin control panel.
What happened?