Page don't work

http://picquiz.rf.gd/api/Image/lire.php

My page is not working, can someone help me ?

Error Message


Warning: include_once(Database.php): failed to open stream: No such file or directory in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php on line 26

Warning: include_once(): Failed opening 'Database.php' for inclusion (include_path='.:/usr/share/pear/') in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php on line 26

Warning: include_once(Image.php): failed to open stream: No such file or directory in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php on line 27

Warning: include_once(): Failed opening 'Image.php' for inclusion (include_path='.:/usr/share/pear/') in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php on line 27

Fatal error: Uncaught Error: Class 'Database' not found in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php:33 Stack trace: #0 {main} thrown in /home/vol13_3/epizy.com/epiz_33257057/htdocs/api/Image/lire.php on line 33

Did you check if the files in question actually exist? Do the files Database.php and Image.php actually exist in the folder htdocs/api/Image/?

Please also note that our servers (like almost all web hosting servers) have case sensitive file and folder names. So if you have a file database.php, you need to include/require it as database.php, because Database.php or Database.PHP or anything like that won’t work here.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.