$handle = opendir('../../modules/sms');Причем ошибок нет ни в apache error.log ни на странице при
if ($handle != false)
{
$all_file = array();
while (false !== ($file = readdir($handle)))
{
if (!is_dir($file) && $file != "." && $file != "..")
$all_file[] = $file;
}
closedir($handle);
}
sort($all_file);
$count_modules=count($all_file);
print_r($count_modules);
ini_set('error_reporting', E_ALL);Версия PHP 5.6.9 может какие пакеты нужно доустанваливать в Debian 7 все из коробки работало.
ini_set('display_errors',1);
error_reporting(E_ALL);
_____________
Мой первый сайтик
Посмотри на свой XBMC под другим углом