Getting the below errors while trying to authenticate my theme setup in WordPress dashbord>WPLMS>Getting started.
Warning: Undefined array key "security" in /home/wplmsio/public_html/wp-content/themes/wplmsblankchildhtheme/envato.php on line 135
Warning: Cannot modify header information - headers already sent by (output started at /home/wplmsio/public_html/wp-content/themes/wplmsblankchildhtheme/envato.php:135) in /home/wplmsio/public_html/wp-includes/pluggable.php on line 1421
Warning: Cannot modify header information - headers already sent by (output started at /home/wplmsio/public_html/wp-content/themes/wplmsblankchildhtheme/envato.php:135) in /home/wplmsio/public_html/wp-includes/pluggable.php on line 1424
You sent
hi
I found that it’s just a warning:
It’s Notices /warnings and is nothing to worry about. it has nothing to do with the actual functionality.
What are PHP Notices?
PHP notices are the least important. As stated on the official PHP website, you will see PHP notices when:
the script encountered something that could indicate an error, but could also happen in the normal course of running a script.
Refer https://www.ostraining.com/blog/wordpress/warnings/
you could hide these notices, by following this link: https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress
if you found any FATAL ERROR then let us know.
also if you are unable to authenticate the theme then share all the details with us in a private reply we will take a look