I'm working with PHP and I'm on the support side, but I do not know the error system well. Is there any material I can read to help me?
My biggest problem is the following, many errors are written to the log this way:
PHP Fatal error: require_once(): Failed opening required 'vc-icon-element.php' (include_path='.;C:\php\pear') in D:\home\site\wwwroot\wp-content\plugins\js_composer\config\conte on line 6
But it seems the path is not complete and I do not know which file made the vc-icon-element.php
request. How would I do to find out which file or page that generated this log? Is it normal for the path not to reach a .php
?