Skip to content

Comments

Fix PHP 8 warnings#78

Open
Sama34 wants to merge 1 commit intofrostschutz:masterfrom
mybbgroup:master
Open

Fix PHP 8 warnings#78
Sama34 wants to merge 1 commit intofrostschutz:masterfrom
mybbgroup:master

Conversation

@Sama34
Copy link

@Sama34 Sama34 commented Aug 17, 2021

I'm unsure about your approach at fixing these, I tried to keep compatibility with early 1.8 versions.

@SvePu
Copy link

SvePu commented Dec 22, 2022

Nice work! ... but there is a little mistake in pr =>

if($settings['google_seo_url_translate'] &&

@mboisde
Copy link

mboisde commented Jul 29, 2023

An additional line need to be fixed to work with php 8:

Replace (line ~624):
$GLOBALS['google_seo_portal_query'] &= $query;
by:
$GLOBALS['google_seo_portal_query'] =& $query;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants