Constant WPCF7_ADMIN_READ_CAPABILITY already defined?
-
In my browser console I get the follwoing errors:
[01-Jul-2022 18:27:39 UTC] PHP Notice: Constant WPCF7_ADMIN_READ_CAPABILITY already defined in /var/www/web247/htdocs/urlname/webseite/wp-config.php on line 125
[01-Jul-2022 18:27:39 UTC] PHP Notice: Constant WPCF7_ADMIN_READ_WRITE_CAPABILITY already defined in /var/www/web247/htdocs/urlname/webseite/wp-config.php on line 126
I searched the code (with Visual Studio Code search function) for a second reoccurence of WPCF7_ADMIN_READ_CAPABILITY and WPCF7_ADMIN_READ_WRITE_CAPABILITY. Unfortunately I can’t find some duplicates.
I can find them only in the wp-config.php
So how is this error possible?
Also is this an error which might crash the site or is it negligible?
The topic ‘Constant WPCF7_ADMIN_READ_CAPABILITY already defined?’ is closed to new replies.