Coming WordPress phpBB 2.5.9 and 2.5.8 report bugs

User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming WordPress phpBB 2.5.9 and 2.5.8 report bugs

Post by axew3 »

:) enjoy the stable 2.5.9

Code: Select all

= 2.5.9 =
*Release Date - 5 Mar, 2022*

* Fix: fix option "Disable existence check of the email in phpBB before it is updated in WordPress"
* Fix: fix wp_w3all.php and admin/config.php to correctly manage the last added phpbb_iframe_short_pages shortcode option
* Fix: [w3allphpbbiframe] shortcode under several aspects and add 2 new params: check it here https://www.axew3.com/w3/2022/02/the-awesome-iframe-template-integration-using-shortcode/ 
* Fix: the js overall_footer.html code and page-forum code have been updated to fix some secondary but important bug https://www.axew3.com/w3/2020/01/phpbb-wordpress-template-integration-iframe-v5/
* Fix: minor code fixes and hints. See some logs here: https://www.axew3.com/w3/forums/viewtopic.php?f=2&t=1708
the 2.6.0> show is coming!
viewtopic.php?f=2&t=1715
bluefrontier

Re: Coming WordPress phpBB 2.5.9 and 2.5.8 report bugs

Post by bluefrontier »

Some PHP files have closing tags with white space after them which is causing some errors.

It is recommended to omit the closing PHP tag.
If a file contains only PHP code, it is preferable to omit the PHP closing tag at the end of the file. This prevents accidental whitespace or new lines being added after the PHP closing tag, which may cause unwanted effects because PHP will start output buffering when there is no intention from the programmer to send any output at that point in the script.
https://www.php.net/manual/en/language. ... hptags.php
User avatar
axew3
w3all User
w3all User
Posts: 2689
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Coming WordPress phpBB 2.5.9 and 2.5.8 report bugs

Post by axew3 »

ok, going to fix all on coming very very soon 2.6.0, thank for report!

ps there are also functions that scare me now looking on code, fixing step by step along the time, in the while it is important that works
Post Reply