X   Сообщение сайта
(Сообщение закроется через 3 секунды)



 

Здравствуйте, гость (

| Вход | Регистрация )

Открыть тему
Тема закрыта
> Неизвестная ошибка таблицы !! Не могу закрыть body
Beluaev
Beluaev
Topic Starter сообщение 8.12.2015, 5:48; Ответить: Beluaev
Сообщение #1


[attachment=41028:]
[PHP]<?php
defined('_JEXEC') or die;

$params = JFactory::getApplication()->getTemplate(true)->params;

$app = JFactory::getApplication();

$doc = JFactory::getDocument();
//$this->language = $doc->language;//
$this->direction = $doc->direction;
/**
$option = $app->input->getCmd('option', '');
$view = $app->input->getCmd('view', '');
$layout = $app->input->getCmd('layout', '');
$task = $app->input->getCmd('task', '');
$itemid = $app->input->getCmd('Itemid', '');
$sitename = $app->getCfg('sitename');

if($task == "edit" || $layout == "form" )
{
$fullWidth = 1;
}
else
{
$fullWidth = 0;
}
*/
JHtml::_('bootstrap.framework');
$doc->addScript('templates/' .$this->template. '/js/template.js');

// Add Stylesheets
$doc->addStyleSheet('templates/'.$this->template.'/css/template.css');

// Load optional RTL Bootstrap CSS
JHtml::_('bootstrap.loadCss', false, $this->direction);

// Add current user information
$user = JFactory::getUser();

// Adjusting content width
if ($this->countModules('position-7') && $this->countModules('position-8'))
{
$span = "span6";
}
elseif ($this->countModules('position-7') && !$this->countModules('position-8'))
{
$span = "span9";
}
elseif (!$this->countModules('position-7') && $this->countModules('position-8'))
{
$span = "span9";
}
else
{
$span = "span12";
}

?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<?php if (JMenuSite::getInstance('site')->getActive()->alias == 'mng') { ?>

<?php } ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<jdoc:include type="head" />
<!--[if lt IE 9]>
<script src="<?php echo $this->baseurl ?>/media/jui/js/html5.js"></script>
<![endif]-->

<script type="text/javascript">
jQuery(document).ready(function(){
var listElemId = ['audi', 'bmw', 'cadillac', 'chery', 'chevrolet', 'chrysler', 'citroen', 'daewoo', 'dodge', 'fiat', 'ford', 'greatwall', 'honda', 'hyundai', 'infiniti', 'jaguar', 'jeep', 'kia', 'lada', 'landrover', 'lexus', 'lifan', 'mazda', 'mercedes', 'mini', 'mitsubishi', 'nissan', 'opel', 'peugeot', 'porsche', 'renault', 'seat', 'skoda', 'ssangyong', 'subaru', 'suzuki', 'toyota', 'volkswagen', 'volvo', 'zaz', 'gaz', 'yaz', 'acura', 'alfaromeo', 'astonmartin', 'daihatsu', 'faw', 'gmc', 'ij', 'moskvich', 'seaz', 'tagaz'];
jQuery.each(listElemId, function(i, id) {
jQuery('#'+id).addClass('hid_sel');
});
});
</script>
<script src="/media/jui/js/formstyler.min.js"></script>
<script type="text/javascript" src="//yandex.st/share/share.js"
charset="utf-8"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
if(jQuery("#userForm").length) {
var number = jQuery('fieldset.formContainer').attr('id').replace('rsform_','');
number = number.replace('_page_0','');
if ((number != 136) && (number != 99) && (number != 142)) {
var listElem1 = jQuery('#userForm select');
var listElem2 = jQuery('#userForm input[type="text"]');
var func = window["rsfp_Calculations" + number];
jQuery.each(listElem1, function(i, id) {
jQuery(this).change(function () { func(); });
});
jQuery.each(listElem2, function(i, id) {
jQuery(this).change(function () { func(); });
});
}
setTimeout(function(){ jQuery('select.hid_sel').styler() }, 1500);
}
});
var sho = function() {
jQuery('#loader').hide();
}
</script>
<script type="text/javascript">
jQuery(document).ready(function(){
if(jQuery("#userForm").length) {
var number = jQuery('fieldset.formContainer').attr('id').replace('rsform_','');
number = number.replace('_page_0','');
if ((number != 136) && (number != 142)) {
jQuery(window).scroll(function() {
var top = jQuery(document).scrollTop(),
pip = jQuery('.footer').offset().top,
pip2 = jQuery('.rsform-block-srochno').offset().top,
pip3 = jQuery('.formContainer').offset().top,
height = jQuery('.floating').outerHeight();
if ((top > 405) && (top < pip - height-150)) {jQuery('.floating').addClass('fixed');}
else {
if ((top > pip - height-150) && (jQuery('#content').outerHeight() > height)) {jQuery('.floating').removeClass('fixed').css({'position':'absolute','top':pip-height-470});}
else {jQuery('.floating').removeClass('fixed').css({'position':'relative','top':'0'});}
}

if (top > pip2-150) {jQuery('.rsform-block-maaster').css({'position':'absolute','top':pip2-851});}
else {
if (top > pip3-70) {jQuery('.rsform-block-maaster').css({'position':'fixed','top':pip3-646});}
else {jQuery('.rsform-block-maaster').css({'position':'absolute','top':'23px'});}
}
//jQuery('#maaster0').next().next().css({'margin-bottom':top});
});
jQuery('#maaster0').next().click(function(){
if (!jQuery('#maaster0').attr("checked")) {jQuery('#maaster0').next().removeClass('noche').addClass('che');}
else {jQuery('#maaster0').next().removeClass('che').addClass('noche');}
});
} }
});
</script>
</head>

<body id="<?php echo JMenuSite::getInstance('site')->getActive()->alias; ?>" onload="sho();">

<!-- Body -->
<div id="loader" style="
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: url('/<?php echo $this->baseurl.'templates/' .$this->template ?>/images/ajax-loader.gif') no-repeat center center rgba(27,62,89,0.5);
z-index: 500;"></div>
<div class="wrap">

<div class="head">
<div class="logo-search">
<span class="lg-hover">
<a href="<?php echo JURI::base(); ?>" class="logo"><img src="/images/icon-calc.png"/ class="logoimg"><DIV CLASS="LOGOCALC"><span class="logocity"><?php echo JFactory::getApplication()->getCfg('sitename'); ?></span>СalcJobs.ru</div></a>
<noindex> <div class="upmenu"><jdoc:include type="modules" name="upmenu" style="none" /></div></noindex>
</span>
<div class="myclass-pos8 pull-right">
<?php if ($this->countModules('position-11')) : ?>
<jdoc:include type="modules" name="position-11" style="none" />
<?php endif; ?>
</div>
<div class="header-search pull-right"><jdoc:include type="modules" name="position-0" style="none" /><div class="yashare-auto-init" data-yashareL10n="ru"
data-yashareType="none" data-yashareQuickServices="yaru,gplus,vkontakte,moimir"
></div></div>
</div>
</div>
<?php $timezone = 4;
$hour = (int)gmdate("H", time() + 3600*($timezone+date("I")));
if (($hour >= 9) && ($hour < 17)) {$img = 'slides.jpg';}
else {$img = 'slides_sleep.jpg';} ?>
<div class="slider" style="background:#f8f8f8 url('/<?php echo $this->baseurl.'templates/' .$this->template ?>/images/<?php echo $img ?>') no-repeat center center; background-size: auto 100%;"></div>

<div class="body clearfix">

<jdoc:include type="modules" name="breadcrumb" style="none" />

<div class="container">
<?php if ($this->countModules('position-1')) : ?>
<nav class="navigation" role="navigation">
<jdoc:include type="modules" name="position-1" style="none" />
</nav>
<?php endif; ?>

<div class="myclass-pos12">
<?php if ($this->countModules('position-12')) : ?>
<div class="padd">
<jdoc:include type="modules" name="position-12" style="none" />
</div>
<?php endif; ?>
</div>

<jdoc:include type="modules" name="banner" style="xhtml" />
<div class="row-fluid">
<?php if ($this->countModules('position-8')) : ?>
<!-- Begin Sidebar -->
<div id="sidebar" class="span3">
<div class="sidebar-nav">
<jdoc:include type="modules" name="position-8" style="xhtml" />
</div>
</div>
<!-- End Sidebar -->
<?php endif; ?>
<main id="content" role="main" class="<?php echo $span;?>">

<jdoc:include type="modules" name="position-3" style="xhtml" />
<jdoc:include type="message" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="position-2" style="none" />
<!-- End Content -->


<div class="row-fluid">
<div class="span6" style="width: 48.236170208%;">
<?php if ($this->countModules('position-5')) : ?>
<jdoc:include type="modules" name="position-5" style="well" />
<?php endif; ?>
</div>
<div class="span6" style="width: 48.236170208%;">
<?php if ($this->countModules('position-6')) : ?>
<jdoc:include type="modules" name="position-6" style="well" />

<?php endif; ?>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<?php if ($this->countModules('position-9')) : ?>
<jdoc:include type="modules" name="position-9" style="xhtml" />
<?php endif; ?>
</div>
</div>


</main>
<noindex> <?php if ($this->countModules('position-7')) : ?>
<div id="aside" class="span3" style="width: 282px!Important;">
<!-- Begin Right Sidebar -->
<div class="floating">
<jdoc:include type="modules" name="position-7" style="well" />
</div>
<!-- End Right Sidebar -->
</div>
<?php endif; ?> </noindex>
<!-- </div> -->

<div class="row-fluid">
<div class="span12">
<?php if ($this->countModules('position-10')) : ?>
<jdoc:include type="modules" name="position-10" style="none" />
<?php endif; ?>
</div>
</div>

</div>
</div>

</div>

<!-- Footer -->
<footer class="footer" role="contentinfo">
<noindex>
<!-- Yandex.Metrika counter --><script type="text/javascript"> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter33817439 = new Ya.Metrika({ id:33817439, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="https://mc.yandex.ru/watch/33817439" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->


<div class="innerfooter">

<p class="pull-right"><a href="#top" id="back-top"><?php echo JText::_('TPL_PROTOSTAR_BACKTOTOP'); ?></a></p>

<div class="fot">
<table width="100%">
<tr><td width="70%">
<div class="container">
<br />
<div class="menu_container">
<jdoc:include type="modules" name="footer" style="xhtml" />
<div>
Время работы службы поддержки:<br />
<span class="divider icon-calendar hasTooltip" title="" data-original-title="Ежедневно кроме праздников России "></span> с 9.00 до 17.00 (GMT+3)<br />
</div>
</div>
</div>
</td><td width="auto" style="padding-right:30px;" align="right">
<br /><br />
Контактны службы поддержки:<br />
<span class="divider icon-support hasTooltip" title="" data-original-title="Телефон для работы с Заказчиками"></span> +8-800-****-***
<span class="divider icon-location hasTooltip" title="" data-original-title=" Россия г.Йошкар-Ола"></span> Всегда спрашивайте согласен ли исполнитель с <b>единой ценой !!!<b>
<br /> <span class="divider icon-mail hasTooltip" title="" data-original-title="Указывайте ваш город при написании пьма !"></span> manager@calcjobs.ru


</td> </tr></table>
</div>

</div>
</noindex>
</footer>
<jdoc:include type="modules" name="debug" style="none" />
</body>
</html>[/PHP]
0
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Degradator
Degradator
сообщение 8.12.2015, 14:27; Ответить: Degradator
Сообщение #2


смотри сюда
http://xdebug.org/
потом сюда
http://webdev-tales.ru/post/19072925255/ph...xdebug-phpstorm
потом сюда
https://chrome.google.com/webstore/detail/x...gkmoaaaoc?hl=en

потом смотри где у тебя ошибка и почему, и если не удасться ее решить, то пиши снова.
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
chenix
chenix
сообщение 13.1.2016, 23:07; Ответить: chenix
Сообщение #3


ну как, решилась проблема?если да, то делись опытом пожалуйста
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
kinetick
kinetick
сообщение 14.1.2016, 11:09; Ответить: kinetick
Сообщение #4


я бы решил установкой cms
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
chenix
chenix
сообщение 14.1.2016, 11:10; Ответить: chenix
Сообщение #5


я свой магазин изначально вот на этой cms заказывал http://www.umi-cms.ru/product/

Замечание модератора:
Эта тема была закрыта автоматически ввиду отсутствия активности в ней на протяжении 100+ дней.
Если Вы считаете ее актуальной и хотите оставить сообщение, то воспользуйтесь кнопкой
или обратитесь к любому из модераторов.
Вернуться в начало страницы
 
Ответить с цитированием данного сообщения
Открыть тему
Тема закрыта
1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0


Свернуть

> Похожие темы

  Тема Ответов Автор Просмотров Последний ответ
Открытая тема (нет новых ответов) Тема имеет прикрепленные файлыAdobe muse: Не могу разместить нужный мне код сразу после Body
0 Evg82 3829 20.6.2020, 10:24
автор: Evg82
Открытая тема (нет новых ответов) Могу сделать регистрации в букмекерских конторах
4 extremalspeed 2613 22.1.2019, 23:08
автор: hiberok
Открытая тема (нет новых ответов) Каталог открывается как ошибка 404 в hostcms
0 cheshire 3254 2.7.2018, 11:09
автор: cheshire
Открытая тема (нет новых ответов) Отсортировать данные таблицы
по дням/часам и тп
3 tube 2316 1.7.2017, 0:38
автор: Shandanakar
Открытая тема (нет новых ответов) Не могу выровнять блоки по правую сторону
1 Dark_Delphin 5904 18.11.2016, 0:14
автор: -Петр Чирнов-


 



RSS Текстовая версия Сейчас: 29.3.2024, 10:30
Дизайн