"failed to open stream: No such file or directory" error
"failed to open stream: No such file or directory" error
Tuesday 16 November 2010 12:45:32 am
- 1 reply
Modified on Tuesday 16 November 2010 12:48:17 am by Colin MacIntyre
1 reply
Author
Message
Doug Brethower
Wednesday 17 November 2010 7:31:33 am
Welcome!
This is a standard php error telling you which required file is not able to be found, the path where it is not found, and the paths searched.
Check first to see if the file is indeed in the designated location. If the file is there, but not getting read, it is likely a permissions problem.
This is basic web dev stuff, unrelated to eZ - unless for some reason the installer is not installing files even with permissions set correctly. Not likely with the number of successful installations out there.