You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on a Windows 8.1 machine and I noticed that the path passed to simplexml_load_file(), which causes the error, has mixed backward and forward slashes. Could be that the problem?
The text was updated successfully, but these errors were encountered:
I can't reproduce this on Win7. I ran composer install twice. First a normal install, then with deleted vendor folder to test the package loading from cache, like in your issue.
If the entity loader is disabled on a system, loading files, even from
the local file system, is considered as external to the running php
process, and thus not allowed by the libxml extension. Reading the file
contents and loading the xml as a string is a valid alternative however.
When I'm trying to install this project with a PEAR dependancy:
i'm getting the following error:
I'm on a Windows 8.1 machine and I noticed that the path passed to simplexml_load_file(), which causes the error, has mixed backward and forward slashes. Could be that the problem?
The text was updated successfully, but these errors were encountered: