Warning : require_once(library/Application.php): failed to open stream: No such file or directory in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/public/index.php on line 24
Fatal error : require_once(): Failed opening required ‘library/Application.php’ (include_path=‘/home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/library:.:/usr/share/pear/’) in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/public/index.php on line 24
Other Information
I developed my website with Zend Framework (version 1.12.20) and i’m trying to upload it on infinityfree, but unfortunately i have this problem.
Who can help me? Have i post the code of the files htaccess, index.php or other?
Thanks friend!
But unfortunately, now the problem is this one: Warning : include_once(Zend/Config/Ini.php): failed to open stream: No such file or directory in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Loader.php on line 134
Warning : include_once(): Failed opening ‘Zend/Config/Ini.php’ for inclusion (include_path=‘/home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend:.:/usr/share/pear/’) in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Loader.php on line 134
Fatal error : Uncaught Error: Class ‘Zend_Config_Ini’ not found in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php:404 Stack trace: #0 /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php(87): Zend_Application->_loadConfig(‘/home/vol3_1/ep…’) #1 /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/public/index.php(29): Zend_Application->__construct(‘development’, ‘/home/vol3_1/ep…’) #2 {main} thrown in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php on line 404
Ahh right. You need one or the other. Take the contents of your index.html and add it to your index.php file. Delete your index.html once you’ve done that.
Wait, you are telling me that I have to merge this 2 index file (e.g.: i add the .html file to the .php file) and delete one of them (e.g.: delete .html file).
How can i merge this 2 files?
Thanks a lot for all friend!!
An 500 Internal Server Error means that either you have invalid .htaccess rules, or your PHP application crashed. Here is an article which may help you get started on fixing this:
The result is this: Warning : require_once(/configs/app.php): failed to open stream: No such file or directory in /home/vol3_1/epizy.com/epiz_27131371/htdocs/index.php on line 20
Fatal error : require_once(): Failed opening required ‘/configs/app.php’ (include_path=‘:.:/usr/share/pear/’) in /home/vol3_1/epizy.com/epiz_27131371/htdocs/index.php on line 20
but i don’t know how can i solve
The code of my file index.php is this:
Warning : include_once(Zend/Config/Ini.php): failed to open stream: No such file or directory in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Loader.php on line 134
Warning : include_once(): Failed opening ‘Zend/Config/Ini.php’ for inclusion (include_path=‘/home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend:.:/usr/share/pear/’) in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Loader.php on line 134
Fatal error : Uncaught Error: Class ‘Zend_Config_Ini’ not found in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php:404 Stack trace: #0 /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php(87): Zend_Application->_loadConfig(‘/home/vol3_1/ep…’) #1 /home/vol3_1/epizy.com/epiz_27131371/htdocs/index.php(29): Zend_Application->__construct(‘development’, ‘/home/vol3_1/ep…’) #2 {main} thrown in /home/vol3_1/epizy.com/epiz_27131371/htdocs/T2019/Zend/Application.php on line 404
Now the problem come back this…
Help me please!! My code is working before this changes
Thank you in advance!