UseBB Community

The official board for UseBB help and discussion

UseBB Community » Documentation, Tips & Tricks » Upgrading to 0.6/0.7 - Having trouble?

Upgrading to 0.6/0.7 - Having trouble?

Page: 1

Author Post
Developer
Registered: Apr 2004
Posts: 2180
Location: Belgium
Missing config value errors

Some people seem to have problems with upgrading to UseBB 0.6. If you encounter an error like this:

Quote
Unable to get configuration value "..."!


Or like this:

Quote
The 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.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
« Last edit by Dietrich on Tue Sep 20, 2005 2:20 pm. »
Member
Registered: Jul 2005
Posts: 232
Location: Stockholm
The upgraded worked nice now just edited a couple of thing in the css and so on and of course this configuration :P . I think i'll write a full tutorial in upgrading if it is requested

Page: 1

UseBB Community » Documentation, Tips & Tricks » Upgrading to 0.6/0.7 - Having trouble?

UseBB Community is powered by UseBB 1 Forum Software