PDA

View Full Version : Help me core problems


geosharing
12-25-2021, 04:32 PM
Hello forum i have facing aa core error when i save something in admanager ads please help me

Php 7.3.32
Vb 4.2.5

Geosharing.net

Here error picture

Dead Eddie
12-25-2021, 11:43 PM
You can't run VB 4.2.5 with PHP 7.3. You need to downgrade to 7.1, or move to a supported version of Vbulletin.

geosharing
12-28-2021, 03:38 PM
You can't run VB 4.2.5 with PHP 7.3. You need to downgrade to 7.1, or move to a supported version of Vbulletin.


But was everything is fine this problem coming after some mods installation

and i remove all mods but still problems

Dead Eddie
12-29-2021, 11:04 AM
But was everything is fine this problem coming after some mods installation

and i remove all mods but still problems

Those errors don't appear to be add-on related. However, if you think you have a problem with an add-on, you should be talking to the author.

Otherwise, if you want to run vBulletin 4.2.5 on PHP7.3, you WILL have problems because it wasn't written to work with 7.3. This appears to be one of them.

Hostboard
01-10-2022, 12:40 PM
As Dead Eddie noted vBulletin 4.2.5's last "supported" PHP version is PHP 7.1.x In order to run it on newer versions you will need to update the code to be compliant. You can either do it yourself, hire a PHP programmer (no need to be a VB developer), or use this:

https://vbulletin.org/forum/showthread.php?t=328787&highlight=php8

However even after you update the core you will be left with having to update your mods as well.

PHP 7.1 reached EoL back in 2019.
PHP 7.2 reached EoL back in 2020
PHP 7.3 reached EoL back in 2021
PHP 7.4 will reach EoL in 2022
PHP 8.0 will reach EoL in 2023
PHP 8.1 will reach EoL in 2024

As you can see the development cycle is pretty aggressive and the issue will be that shared hosting services will drop support for EoL products noting performance and security issues.

YMMV