Fatal Error on loading external library
-
Hi Doeke!
I noticed that there was other people having a similar issue, but I decided to open another thread because I didn’t want to mix things up.I have a website in my local env. These are the specs:
Windows + Laragon
PHP 7.4.20
Gravity Forms Entries in Excel 1.8.14
GravityForms 2.5.8
Wordpress 5.8
So everything is up to date and works fine.My staging env is Linux/unix machine but it has pretty the same specs.
When it had installed:
Gravity Forms Entries in Excel 1.8.4
GravityForms 2.4.18
Wordpress 5.7.2
everything worked well, but when I deploy all my code I get the following error:
PHP Fatal error: require(): Failed opening required '[...]/plugins/gf-entries-in-excel/vendor/composer/../markbaker/matrix/classes/src/Functions/adjoint.php' (include_path='.:/usr/share/pear7:/usr/share/php') in [...]/plugins/gf-entries-in-excel/vendor/composer/autoload_real.php on line 71
Those two dots between
/composer/
and/markbaker/
(as if it’s trying to go one directory up) in my humble opinion are really the point, as the file is not found because of a wrong path.
In the plugin, the directories composer and markbaker are at the same level, that is the vendor directory, and not one inside the other.Can you please point me to the solution?
Could maybe the server set in a particular way to not be able to interpret the dots get the correct file?Thanks a lot!
- The topic ‘Fatal Error on loading external library’ is closed to new replies.