Quote:
Originally Posted by RsX
Can someone please help me & zorobz? we had a little problem :
In the middle of the installation, i clicked 'Apply Database Modifications' to go next, but then i had a gateway timeout.. As I know this is nothing serious, so i went back and again clicked 'Apply Database Modifications', but then i got SQL Server errors that the table allready exists(mysql error: Table 'vb3_vbchat_store' already exists & mysql error: Table 'vb3_vbchat_datastore' already exists), so i went back and deleted all tables with the words 'VbChat' in them (vb3_vbchat_store & vb3_vbchat_datastore) BUT then when i try again i get a Collumn error ( mysql error: Duplicate column name 'vbchat_pref_font_face' )........ What can i do to fix this? I did not backup the database before i started the installation (sorry)
How can we fix this? :S:S:S
|
Then it means the database modifications were successful, by doing that it means the install has finished, comtinue with the file edits and you'll be done with it
[quote=AKINCI]Warning: Cannot modify header information - headers already sent by (output started at /home/avaralar/public_html/includes/adminfunctions.php:222) in /home/avaralar/public_html/admincp/admin_vbchat.php on line 126[/code]
Open admincp/admin_vbchat.php
Find:
Code:
// ----------------------------
// Globalize CP Header
// ----------------------------
print_cp_header("vBChat v1.0.1 Control [Created By Zero Tolerance]");
Replace It With:
Code:
// ----------------------------
// Globalize CP Header
// ----------------------------
if($_POST['do'] == "" && ($_GET['do'] == "" || $_GET['do'] == "prune")) {
print_cp_header("vBChat v1.0.1 Control [Created By Zero Tolerance]");
}
Save & Upload admincp/admin_vbchat.php
That should fix the error
- Zero Tolerance