PHP Warnings back-end
-
Whenever I publish a new ad, I get different warning messages:
Warning: Invalid argument supplied for foreach() in /app/public/wp-content/plugins/apply-online/admin/class-applyonline-admin.php on line 863
Warning: array_diff(): Argument #1 is not an array in /app/public/wp-content/plugins/apply-online/admin/class-applyonline-admin.php on line 862
Warning: Cannot modify header information – headers already sent by (output started at /app/public/wp-content/plugins/apply-online/admin/class-applyonline-admin.php:862)The ad IS saved and published, though. Yesterday, before the latest update, this only happened when Publishing a new ad, now with the latest update I also get warnings when updating an existing ad.
There’s no problem on the front-end, the ads display fine, the problem described above only happens on the back-end.I tried both PHP 7.2.0 and 7.0.3, but the result is the same.
- The topic ‘PHP Warnings back-end’ is closed to new replies.