PHP 7.3 Check – Errors and Warning
-
Hi there,
This few days my site has been getting HTTP Error 500 after I went to bed,
The next morning HTTP 500 error would show up.So I run the PHP compatibility checker, and the checker reports the errors and warning as below;
Was running with PHP 7.3
Currently, I have my PHP version revert to PHP 7.1.33
FILE: /home/customer/www/3thanwong.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-ui.php
————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————-
1 | WARNING | File has mixed line endings; this may cause incorrect results
————————————————————————————————————-FILE: /home/customer/www/3thanwong.com/public_html/wp-content/plugins/google-sitemap-generator/sitemap-core.php
————————————————————————————————————————————————————————————————————————————————————————————–
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
————————————————————————————————————————————————————————————————————————————————————————————–
1807 | ERROR | Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter “$lastMod” was changed on line 1801.
1833 | WARNING | Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter “$type” was used, and possibly changed (by reference), on line 1826.
————————————————————————————————————————————————————————————————————————————————————————————–Please help!
The page I need help with: [log in to see the link]
The topic ‘PHP 7.3 Check – Errors and Warning’ is closed to new replies.