Haim
Registered
- Thread starter
- #6
The following incompatibility occurred after moving from php 7.4.23 to 8.1.6 and upgrading Invision Community from 4.6.12.1 to 4.7.11, resulting in a 500 error in the admin center and in the public part of the site:Unfortunately, it's not working (error on the posting form) IPS v4.7.11.1

Solution:
/applications/advancedtagsprefixes/hooks/forumLastPostPrefix.php
Find in p.207:
Replaced by:public function clubForm( \IPS\Helpers\Form $form )
public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )
/applications/advancedtagsprefixes/hooks/addPrefixToForm.php
Find in p.261:
Replaced by:public static function tagsFormField( $item, $container )
Error when editing Musicbox app playlist on front (related to Advanced Tags & Prefixes app )public static function tagsFormField( $item, $container, $minimized = FALSE )
/applications/advancedtagsprefixes/hooks/addPrefixToForm.php
Find in page 434:
Replaced by:implode( $extralang, ' ' )
implode( ' ', $extralang )