My Site (alfa-exoplismos.gr) is down. It’s appers the following msg: “Warning: simplexml_load_file(): I/O warning : failed to load external entity “/home/alfaexoplismos/lib/Zend/Locale/Data/en_US.xml” in /home/alfaexoplismos/lib/Zend/Locale/Data.php on line 161”,
May you help to fix the problem?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If the referenced file exists in the correct location the most likely source of the problem is permissions related. Be sure that this file is owned by the user www-data.
chown www-data.www-data /home/alfaexoplismos/lib/Zend/Locale/Data/en_US.xml
Yes, it exists. May you tell you something else?
Is the file /home/alfaexoplismos/lib/Zend/Locale/Data/en_US.xml actually exists? And do you have access to read it?