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
As of PHP 8.1, I receive the following deprecated messages when downloading the PDF:
PHP Deprecated: Creation of dynamic property BG_Analytics::$file_location_notice_seen is deprecated in /.../job-postings/include/class-bg-analytics.php on line 25
PHP Deprecated: Optional parameter $post_id declared before required parameter $lang is implicitly treated as a required parameter in /job-postings/include/class-pdf-export.php on line 63
PHP Deprecated: Creation of dynamic property Jobs_PDF_Header_Footer::$footerData is deprecated in /job-postings/include/class-pdf-export.php on line 15
PHP Deprecated: Implicit conversion from float 4.227688888888889 to int loses precision in /job-postings/tcpdf/tcpdf.php on line 4182
PHP Deprecated: Implicit conversion from float 1.411111111111111 to int loses precision in /job-postings/tcpdf/tcpdf.php on line 4182
etc.
As of PHP 8.2, I also receive the following Deprecated message:
[10-Oct-2024 10:33:48 UTC] PHP Deprecated: Creation of dynamic property BG_Analytics::$metrics_shareable is deprecated in /job-postings/include/class-bg-analytics.php on line 23
[10-Oct-2024 10:33:48 UTC] PHP Deprecated: Creation of dynamic property BG_Analytics::$file_location_notice_seen is deprecated in /job-postings/include/class-bg-analytics.php on line 25
The text was updated successfully, but these errors were encountered:
As of PHP 8.1, I receive the following deprecated messages when downloading the PDF:
As of PHP 8.2, I also receive the following Deprecated message:
The text was updated successfully, but these errors were encountered: