Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 02:31 UTC
Updated:
9 Jan 2012 at 06:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
demon326 commentedWorks with 3.0.9 and should work untill 3.1.0(new major version in a year or two)
Comment #2
aitala commentedHi,
Any advice on how to do the phpBB upgrade or will its normal update script work?
Eric
Comment #3
vb commentedthe 3.0.9 will be ready on this weekend, so please wait till monday.
Comment #4
parasolx commentedthe 3.0.9 is already come out. i'm checking what diff and changes done by phpBB team. looks like there is a changes in functions_user.php files which they remove these code line:
these line is also in phpbbforum hack code. since new version only remove these function, I will try to update all the file first. will update later the result.
Comment #5
parasolx commentedfinish updating my phpBB by using Automatic Updates. Look everything goes alright form start until finish updating all files. for my forum, I enable the debug mode in config.php which turn a display error at top of page.
this issue I already post before: #1036256: PHP Notice: in file /includes/functions.php on line 4316 but until now there is no action regarding about that.
the main purpose of phpBB team remove above code because there is a conflict that number of post does not correctly update when a user is being deleted. by removing code above, phpBB add another code to synchronize the number of post.
so i think, comment the bunch of code in phpbbforum hack code would not give any effect since new code add in is not in user remove case in functions_user.php
Comment #6
potss commentedmy first version patch to phpbb3 3.0.9
http://www.drupal.ru/node/65462
Comment #7
fizk commented