@renzms
Seeing the same issue with plugin and PHP 7.3. Here is the log message example. Looks like there are a couple of instances where PHP deprecated message appears. Let me know if you need those exact lines.
PHP Deprecated: define(): Declaration of case-insensitive constants is deprecated in /var/www/html/wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php on line 47
Hello, i’ve exactly the same problem here on PHP 7.3 !
Works fine on previous versions of PHP.
We’re seeing the same since updating to PHP 7.3.2. Thanks.
@tabyenskilda
Regarding the white screen you experienced, this is not due to that specific message. I would suggest testing for a theme or plugin conflict.
The message itself :
PHP Deprecated: define(): Declaration of case-insensitive constants is deprecated in /var/www/html/wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php on line 47
is a notice to let us know this has been deprecated in PHP 7.3, and would need updating on our part.
We will release a fix in the next update to address this plugin wide. For any others with this message, it is harmless and you may disable notifications by disabling WP Debug mode – https://codex.wordpress.org/WP_DEBUG.
The latest update, version 4.12.3, has addressed deprecation notices that appears with PHP 7.3. If anyone continues to see any issues with this version of PHP (or any others), please let us know and we can re-open the support thread.
Hello, problem solved here !