Yeni bir dosya oluştur.
test.php diyelim. içine şunları yaz
<?php
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
include("ASIL_DOSYA.PHP");Asıl dosya yazan yere hangi dosyayı çalıştırmak istiyorsan onu yaz. Sonra test.php yi çalıştır.
Bu şekilde belki hatayı görebiliriz.
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Empty string supplied as input in C:\Inetpub\vhosts\site.com\httpdocs\pos\est.php on line 189
Fatal error: Call to undefined function strptime() in C:\Inetpub\vhosts\site.com\httpdocs\pos\est.php on line 225