no documented update process from phpbb2, multiboards broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
phpbb3 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: phpbb3
As of karmic the phpbb2 package disappeared, so I was forced to update all boards to phpbb3.
There is no information on how to do that in the documentation and apparently essential files are missing in the package to perform the installation.
I’ll document here how it worked for me:
• Download a phpbb2 installation (including languages of installed boards) somewhere e.g. /tmp/phpbb2
• Download phpbb3 and place it temporarily in /usr/share/
For each board:
disable php_value auto_prepend_file … in the apache configuration. reload apache settings
Goto http://
• Install phpbb3, be sure to use a new table_prefix (e.g. NOT phpbb_)
• Use the backend to convert your old data:
• old path is ../../.
• /usr/share/
Afterwards:
• restore the original /usr/share/
• reenable php_value auto_prepend_file in the apache configuration. reload apache settings
Also for multiboard-usage caches have to be adjusted, as they should not share the same directory (no one seems to have had a look at this as the documentation still refers to phpbb2 paths). Here is my workaround:
Make function acm in /usr/share/
function acm()
{
}
Then create /var/cache/
I hope the packaging can fix at least the multiboard caching issue.