I am getting this error
"
Notice: Trying to access array offset on value of type bool in /www/wp-content/themes/wplms/setup/installer/envato_setup.php on line 3016
THEMES/WPLMS/PLUGINS
0- [RECOMMENDED]
0755
THEMES/WPLMS/ASSETS
0755"
also the 300mb upload error but i am getting the host to fix that.
Thanks!
hi
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, 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.