Failed to open stream: No such file or directory
-
Hello,
I’m encountering a critical issue with the Invelity MyGLS plugin on my WordPress site. It appears there’s a problem with missing files that the plugin is trying to require. Below are the error messages I’m seeing:
Warning: require_once(/XYZ/web/wp-content/plugins/invelity-mygls-connect/classes/../lib/FPDF/fpdf.php): Failed to open stream: No such file or directory in /XYZ/web/wp-content/plugins/invelity-mygls-connect/classes/class.invelityMyGLS.php on line 6
Fatal error: Uncaught Error: Failed opening required 'XYZ/web/wp-content/plugins/invelity-mygls-connect/classes/../lib/FPDF/fpdf.php' (include_path='.:/usr/share/php') in XYZ/web/wp-content/plugins/invelity-mygls-connect/classes/class.invelityMyGLS.php:6
The errors seem to be triggered by the following lines in the plugin’s code in file class.invelityMyGLS.php:
require_once(__DIR__ . '/../lib/FPDF/fpdf.php');
require_once(__DIR__ . '/../lib/FPDI/src/autoload.php');
These errors suggest the plugin is trying to load a file from the
lib/FPDF
directory, but it seems this directory or file doesn’t exist. Could you please help with this issue? Is there a patch or a specific procedure I should follow to resolve this?Thank you for your assistance.
- You must be logged in to reply to this topic.