You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In connection with PHP 7, various error messages occur.
Example:
Type: 2
File: inc / plugins / google_seo / url.php (Line no. 1100)
Message
Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' (this will throw an error in a future version of PHP)
Please fix it immediately.
Thanks in advance
The text was updated successfully, but these errors were encountered:
THIS_SCRIPT will be fixed in MyBB, I added a workaround regardless and also fixed another warning. There might still be more. Seems I've been checking arrays in particular in ways PHP doesn't like (anymore). I'll have to do a code review at some point.
In connection with PHP 7, various error messages occur.
Example:
Type: 2
File: inc / plugins / google_seo / url.php (Line no. 1100)
Message
Use of undefined constant THIS_SCRIPT - assumed 'THIS_SCRIPT' (this will throw an error in a future version of PHP)
Please fix it immediately.
Thanks in advance
The text was updated successfully, but these errors were encountered: