sql error
| alphaphoenix |
|
|---|---|
|
When I attempt to add an extra field for users I get the following error:
Fatal error : SQL error : Table 'legalcase43.users' doesn't exist It appears that the system is leaving out the sed_ before the users. |
| Trustmaster |
|
|---|---|
|
Your config.php is missing this line at the end:
$db_x = 'sed_';May the Source be with you!
|
| alphaphoenix |
|
|---|---|
|
Fixed, Thank you
|