MyBB Community Forums

Full Version: Next version?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2022-02-16, 11:27 PM)Matt Wrote: [ -> ]
(2022-02-16, 10:22 PM)Lo. Wrote: [ -> ]
(2022-02-11, 11:38 AM)Matt Wrote: [ -> ]
(2022-02-11, 03:06 AM)koz Wrote: [ -> ]Just returned to MyBB. Kinda crazy that development on 2.0 has been halted.

Unfortunately the size of the project was too large for a team of 2-3 active developers, so we pivoted to incrementally updating the 1.x series instead.

Honestly I can't believe you are still on the team. W I L D.

Only for support still really.

Who does that make the longest serving team member? You? Tomm M?
(2022-02-18, 06:49 PM)Lo. Wrote: [ -> ]
(2022-02-16, 11:27 PM)Matt Wrote: [ -> ]
(2022-02-16, 10:22 PM)Lo. Wrote: [ -> ]
(2022-02-11, 11:38 AM)Matt Wrote: [ -> ]
(2022-02-11, 03:06 AM)koz Wrote: [ -> ]Just returned to MyBB. Kinda crazy that development on 2.0 has been halted.

Unfortunately the size of the project was too large for a team of 2-3 active developers, so we pivoted to incrementally updating the 1.x series instead.

Honestly I can't believe you are still on the team. W I L D.

Only for support still really.

Who does that make the longest serving team member? You? Tomm M?

Justin beats us both Big Grin
(2022-02-16, 11:27 PM)Matt Wrote: [ -> ]
(2022-02-16, 10:22 PM)Lo. Wrote: [ -> ]
(2022-02-11, 11:38 AM)Matt Wrote: [ -> ]
(2022-02-11, 03:06 AM)koz Wrote: [ -> ]Just returned to MyBB. Kinda crazy that development on 2.0 has been halted.

Unfortunately the size of the project was too large for a team of 2-3 active developers, so we pivoted to incrementally updating the 1.x series instead.

Honestly I can't believe you are still on the team. W I L D.

Only for support still really.

I downloaded the latest, mybb, 1830, so all these errors were produced with that and PHP 8.1 and postgresql-14.2, on Ubuntu.

I'm using apache, but it does not seem to log much in the way of errors for php.

 Under ACP->Search System, I get the following:

Warning [2] Undefined property: MyLanguage::$setting_searchtype_standard - Line: 2 - File: admin/modules/config/settings.php(1540) : eval()'d code PHP 8.1.0 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/admin/modules/config/settings.php(1540) : eval()'d code 2 errorHandler->error_callback
/admin/modules/config/settings.php 1540 eval
/admin/index.php 825 require

Under registration, or member.php, I get:

Warning [2] Trying to access array offset on value of type bool - Line: 844 - File: member.php PHP 8.1.0 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/member.php 844 errorHandler->error_callback
Warning [2] Trying to access array offset on value of type bool - Line: 846 - File: member.php PHP 8.1.0 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/member.php 846 errorHandler->error_callback
Warning [2] Undefined array key 1 - Line: 906 - File: member.php PHP 8.1.0 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/member.php 906 errorHandler->error_callback
Warning [2] Undefined array key 1 - Line: 906 - File: member.php PHP 8.1.0 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/member.php 906 errorHandler->error_callback

And captcha doesn't work, I get:


[*]The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.


And I couldn't register a username or email, it was always highlighted in red.

I disabled Captcha and I got further.

I'm not downgrading, and I guess it sounds like a lot of the forum wares are dying. My reluctance for phpBB is because it was SQL injected and I lost my forum years ago with no way of recovering. This time around, it seemed like MyBB was a good alternative choice.

Seems to mostly work, but I don't know what other problems might pop up.

What is "feature" on the github repo? It seems this has some newer updates than 1830.
1830 is the most recent released version.
Use PHP 7.4 for stability. Code has not been completely adapted to PHP 8. That is being done as reports come in.
(2022-03-18, 11:00 AM)HLFadmin Wrote: [ -> ]1830 is the most recent released version.
Use PHP 7.4 for stability. Code has not been completely adapted to PHP 8. That is being done as reports come in.

I submitted my reports for PHP 8. Not going backwards. Stupid. I'll switch to something else if we as a community can't get it working. I have some time to tinker, but eventually I'll lose interest if there is no support.

I read some other people who had similar issues, but their logs were mixed. Mine is specifically on new installation, latest version, PHP 8.1, so no contamination in errors.
Pages: 1 2