I'm having the same problem here. I honestly dont know whats left to edit in conf.php.
- Code: Select all
<?php
/******************************
* AUTO-GENERATED CONF FILE
* DO NOT EDIT !!!
******************************/
$db_host = "Location";
$db_name = "database";
$db_user = "username";
$db_passwd = "password";
$db_prefix = "roster_";
define('ROSTER_INSTALLED', true);
?>
What you see up there is what I had generated from the auto install and the information that it shows me is correct. So whats the problem here? I'm getting this error.
- Code: Select all
Dogbank @ Ner'zhul Ignored
Doggybank @ Ner'zhul Ignored
Neci @ Ner'zhul Ignored
Whenever I try to updload my CharacterProfile.lua it gives me that message. Is there a fix to this?