[QUOTE=Zero Tolerance]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:
Originally Posted by 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
|
Should it say Settings Saved after you click the Save vBChat Options?