![]() |
So I ran /install/tableprefix.php
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? |
Do you have a prefix in your database that contains - or _
try one of these Code:
$config['Database']['tableprefix'] = '_'; Code:
$config['Database']['tableprefix'] = '-'; |
Have you looked at what your tables are actually called.
|
Code:
After running the script I changed $config['Database']['tableprefix'] = 'sun'; to $config['Database']['tableprefix'] = ''; Should I have also changed $config['Database']['dbname'] = 'sunshine_sun'; to $config['Database']['dbname'] = 'sunshine'; ? here's how it looks from phpmyadmin http://www.imagestation.com/picture/...6/e8914d0a.jpg |
From looking at the phpadmin, this should be the correct setting:
PHP Code:
|
If that doesn't work
Try this PHP Code:
PHP Code:
PHP Code:
|
All times are GMT. The time now is 11:19 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|