| Not logged in - | |
Visit us here: Hope to see you there! |
| Moderated by: Jim |
|
||||||||||||||
| Config.php - Troubleshooting - UltraBB - UltraBB Forums | |||||||||||||||
| Author | Post | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
|
mwk-empire Member
|
Hi, I found some weird leftovers of wowbb (?) in my config.php, e.g. // Added in version 1.35 define("IBF_PREFIX", "ibf_"); define("IBF_ATTACHMENT_DIR", "http://yourdomain.com/ibf/uploads"); define("IBF_AVATAR_PATH", BASE_DIR); define("IBF_AVATAR_GALLERY_PATH", BASE_DIR); define("PHPBB2_PREFIX", "phpbb_"); define("PHPBB2_AVATAR_PATH", "/phpBB2/images/avatars"); define("PHPBB2_AVATAR_GALLERY_PATH", "/phpBB2/images/avatars/gallery"); Are these obsoluete or do the need to be corercted to existing paths? Best Markus
|
||||||||||||||
| |||||||||||||||
| |||||||||||||||
|
Jim Administrator
|
Those are basically "what if" lines in case the board was converted from a phpBB or an invision board. I have been slowly but surely removing useless code but every once in a while I remove something that is called from somewhere and even though the variable is useless it returns an error. I have learned to be thurough and had to turn that up a notch even this weekend.
|
||||||||||||||
| |||||||||||||||
| Current time is 12:38 am | |
| UltraBB Forums > UltraBB > Troubleshooting > Config.php | |