Ребят всем привет.. Проблема такова - поставил на хост и домен ,я значит ,социальную сеть готовую от Joomla,мне перероботка варианта,вобщем вот какие пироги: mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Initialise the application. $app->initialise(); // Mark afterIntialise in the profiler. JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. $app->route(); // Mark afterRoute in the profiler. JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. $app->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. $app->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response. echo $app; В чем проблема? Я понимаю вы не телепаты.но я понять не могу с каким файлом или что не так..,подскажите..
ну так что тут сказано вот? Я с этой системой не работал так ранее,а запрос вылетает вместо сайта,т.е как вариант ошибки