Where can I find what version I have from 2018?

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
douglazb
Registered User
Posts: 4
Joined: Fri Dec 13, 2024 2:16 pm

Where can I find what version I have from 2018?

Post by douglazb »

Today, unexpectedly, my site no longer works.

It produces this error:

Fatal error: Uncaught Error: Undefined constant "Patchwork\Utf8\MB_OVERLOAD_STRING" in /home3/douglazb/public_html/p8pilots.com/board/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup.php:45 Stack trace: #0 /home3/douglazb/public_html/p8pilots.com/board/includes/utf/utf_tools.php(28): Patchwork\Utf8\Bootup::initMbstring() #1 /home3/douglazb/public_html/p8pilots.com/board/common.php(97): require('/home3/douglazb...') #2 /home3/douglazb/public_html/p8pilots.com/board/index.php(23): include('/home3/douglazb...') #3 {main} thrown in /home3/douglazb/public_html/p8pilots.com/board/vendor/patchwork/utf8/src/Patchwork/Utf8/Bootup.php on line 45

I suspect HostGator updates PHP versions.

Looks like I need to do an update. But am I updating from phpBB 3.1.x or 3.2.x ?

I installed this in November-2018. WHERE can I see what version I have?

Thanks!

Douglas
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6511
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: Where can I find what version I have from 2018?

Post by thecoalman »

There is steps that should be taken before updating depending on the version. I'd first go into Cpanel and see if you can revert php version changes, find "MultiPHP Manager" which I will note may not be present.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
warmweer
Jr. Extension Validator
Posts: 11988
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

Re: Where can I find what version I have from 2018?

Post by warmweer »

Your prosilver =
style_version = 3.2.3
phpbb_version = 3.2.3

If you installed it correctly that would also be the phpBB version mentioned in the database. (see the config table)

Is it possible your host upgraded the PHP version ?(to a version incompatible for phBB3.2.3) (in which case upgrading could solve the problem)

Please use the Support Request Template Generator and post the result here.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6511
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: Where can I find what version I have from 2018?

Post by thecoalman »

Forgot to add in my original post, to find version using phpmyadmin you can use this SQL

Code: Select all

SELECT config_value FROM phpbb_config WHERE config_name = 'version'; 
Directions for upgrading from 3.2.3 are here:

https://www.phpbb.com/support/docs/en/3 ... upgrade32/
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
douglazb
Registered User
Posts: 4
Joined: Fri Dec 13, 2024 2:16 pm

Re: Where can I find what version I have from 2018?

Post by douglazb »

thecoalman wrote: Fri Dec 13, 2024 2:40 pm There is steps that should be taken before updating depending on the version. I'd first go into Cpanel and see if you can revert php version changes, find "MultiPHP Manager" which I will note may not be present.
Site is set to PHP 8.2 (ea-php82)
douglazb
Registered User
Posts: 4
Joined: Fri Dec 13, 2024 2:16 pm

Re: Where can I find what version I have from 2018?

Post by douglazb »

thecoalman wrote: Fri Dec 13, 2024 2:48 pm Forgot to add in my original post, to find version using phpmyadmin you can use this SQL

Code: Select all

SELECT config_value FROM phpbb_config WHERE config_name = 'version'; 
Directions for upgrading from 3.2.3 are here:

https://www.phpbb.com/support/docs/en/3 ... upgrade32/
Bingo! I'm using 3.2.3
douglazb
Registered User
Posts: 4
Joined: Fri Dec 13, 2024 2:16 pm

Re: Where can I find what version I have from 2018?

Post by douglazb »

This thread is SOLVED, I have the basic information that I needed.

Thank you everyone!

Return to “[3.3.x] Support Forum”