Page 1 of 1

Current phpBB 3.2.2 known issues

PostPosted:January 9th, 2018, 2:37 am
by ThemeSplat
In the initial release phase we've noticed two issues that can prevent users from fully updating their boards:
PHP Fatal error: Uncaught Error: Call to a member function fetch_array() on resource in phpbb/db/migration/data/v32x/fix_user_styles.php:42

Fix: Open phpbb/db/migration/data/v32x/fix_user_styles.php & find:
Code: Select all
$enabled_styles = $result->fetch_array();
PHP Fatal error: Call to a member function get() on null in phpbb/db/migration/data/v32x/merge_duplicate_bbcodes.php on line 49

Fix: Open phpbb/db/migration/data/v32x/merge_duplicate_bbcodes.php & find:
Code: Select all
class merge_duplicate_bbcodes extends \phpbb\db\migration\migration
Replace with:
Code: Select all
class merge_duplicate_bbcodes extends \phpbb\db\migration\container_aware_migration
Issues involving attachments not showing, or not all showing, when posts with multiple attachments are posted or previewed, as discussed in this topic.

Fix: Open phpBB/includes/functions_posting.php & find:
Code: Select all
foreach ($attachment_data as $count => $attach_row)
On a separate line BEFORE, ADD:
Code: Select all
$attachrow_template_vars = [];
Find and DELETE:
Code: Select all
$attachrow_template_vars = array();

original topic: https://www.phpbb.com/community/viewtop ... &t=2453611

Current phpBB 3.2.2 known issues

PostPosted:January 11th, 2018, 10:27 pm
by ThE KuKa
Issues involving attachments not showing, or not all showing, when posts with multiple attachments are posted or previewed, as discussed in this topic.

Fix: Open phpBB/includes/functions_posting.php & find:
Code: Select all
foreach ($attachment_data as $count => $attach_row)
On a separate line BEFORE, ADD:
Code: Select all
$attachrow_template_vars = [];
Find and DELETE:
Code: Select all
$attachrow_template_vars = array();
Source: See the first post...

Re: Current phpBB 3.2.2 known issues

PostPosted:January 11th, 2018, 10:56 pm
by WelshPaul
I wonder who found the cause? Oh look, it was me! :D :-D :P

Current phpBB 3.2.2 known issues

PostPosted:January 12th, 2018, 11:40 pm
by maguie papanmi
we can update phpBB 3.2.2 now ?

Current phpBB 3.2.2 known issues

PostPosted:January 13th, 2018, 12:26 am
by Leinad4Mind
Wait 1 more week at least. Maybe there is more problems.

Re: Current phpBB 3.2.2 known issues

PostPosted:January 13th, 2018, 1:24 am
by WelshPaul
maguie papanmi » Yesterday, 11:40 pm wrote:

we can update phpBB 3.2.2 now ?

Don't risk it! I had to revert. Wait a week or two longer. ;)

Current phpBB 3.2.2 known issues

PostPosted:January 13th, 2018, 10:08 am
by maguie papanmi
Ok thanks :angel:

Current phpBB 3.2.2 known issues

PostPosted:January 14th, 2018, 4:22 pm
by Sadagoban
Upgrading: Error: 2018-01-14T09:20:13-07:00 FAILURE [3; /opt/curlssl/bin/curl] http://www.pharmdinfo.com/install/itron.php [http code=500]

Current phpBB 3.2.2 known issues

PostPosted:January 25th, 2018, 1:53 pm
by Alexander
Can we update now?

Current phpBB 3.2.2 known issues

PostPosted:January 25th, 2018, 2:26 pm
by ThemeSplat
naaahhh wait for 3.2.3... ;)