merhaba,
eSyndicat pro kurmaya çalışıyorum ama sorun çıkarıyor.elemanlara mail atmadan önce size sormak istedim.

kurulumu yaptıktan sonra sayfayı açmaya çalıştığımda verdiği hata şu:
--------------------------------------------------------------------------------------------------
Warning: main(/home/content/l/u/c/kullanici/html/includes/compat.inc.php): failed to open stream: No such file or directory in /home/content/l/u/c/kullanici/html/deneme/includes/config.inc.php on line 108

Warning: main(/home/content/l/u/c/kullanici/html/includes/compat.inc.php): failed to open stream: No such file or directory in /home/content/l/u/c/kullanici/html/deneme/includes/config.inc.php on line 108

Warning: main(): Failed opening '/home/content/l/u/c/kullanici/html/includes/compat.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/l/u/c/kullanici/html/deneme/includes/config.inc.php on line 108
Error occured. Please see the logs or report an error to the administrator

-------------------------------------------------------------------------------------------------
108. satırda yazan:
include(INCLUDES."compat.inc.php");

INCLUDES'ın tanımlandığı kod:
define("DS", DIRECTORY_SEPARATOR);
define("ROOT", $_SERVER['DOCUMENT_ROOT'].DS);
define("DIR", '');
define("HOME", ROOT.DIR);
define("INCLUDES", HOME.'includes'.DS);

başka bir yazılımda
define ('BASE_URL', $_SERVER['PHP_SELF']);

yaparak sorunu düzeltmiştim ama bunda çözülmedi.sanırım dosyanın yerini bulurken klasörü görmüyor.

fikriniz var mı?