Some people seem to have problems with upgrading to UseBB 0.6. If you encounter an error like this:
QuoteUnable to get configuration value "..."!
Or like this:
QuoteThe template configuration variable "..." does not exist!
Set the following in config.php:
$conf['hide_undefined_config_setting_warnings'] = 1;
$conf['hide_undefined_template_setting_warnings'] = 1;
These notices are especially meant to help the development of UseBB based mods and template sets. If you don't develop any of these, it is appropriate to set the above config settings (these are not present in the ACP).
Undefined index errors
These are likely to happen with older language packs when the original English one was deleted or has not been updated. To solve this problem, upload the original English language files that come with UseBB 0.6 or update your language pack.
_______________
« Last edit by Dietrich on Tue Sep 20, 2005 2:20 pm. »


. I think i'll write a full tutorial in upgrading if it is requested