Template missing jdoc statements:?
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Template missing jdoc statements:?
Hi,
I'm using Youjoomla template YouGrids 2.3.6 and when implementing "RSEvents!PRO" it seems as if the template is not finding the JDOC statements that RSEvents!PRO needs.
<body id="stylef<?php echo $default_font_family ?>" class="contentpane">
<jdoc:include type="message" />
<jdoc:include type="component" />
<?php echo $yjsg_js;// do not remove.these are site js vars ?>
</body>
Part of the reason seems to be that the 3.9.24 has no "/librarys/joomla/document" library (last seen in the 3.7.5 joomla package). Is this intentional and where is that library(or those documents) located now?
//Dennis
I'm using Youjoomla template YouGrids 2.3.6 and when implementing "RSEvents!PRO" it seems as if the template is not finding the JDOC statements that RSEvents!PRO needs.
<body id="stylef<?php echo $default_font_family ?>" class="contentpane">
<jdoc:include type="message" />
<jdoc:include type="component" />
<?php echo $yjsg_js;// do not remove.these are site js vars ?>
</body>
Part of the reason seems to be that the 3.9.24 has no "/librarys/joomla/document" library (last seen in the 3.7.5 joomla package). Is this intentional and where is that library(or those documents) located now?
//Dennis
Last edited by toivo on Sun Jan 31, 2021 12:27 pm, edited 1 time in total.
Reason: mod note: moved from 3.x General Questions
Reason: mod note: moved from 3.x General Questions
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
The latest version of the YJSG Template Framework Plugin is 2.3.6 but what is the version of your YouGrids template?
Found the YouGrids template 2.0.0 from 2016 and it works all right in a test environment with the YJSG Template Framework Plugin 2.3.6, even when using PHP 7.4.14.
Doesn't sound right if the paid extension RSEvents!PRO is looking for a library in an obsolete location. The latest version of RSEvents!PRO is 1.13.5, released three days ago. Have you installed that version?
Found the YouGrids template 2.0.0 from 2016 and it works all right in a test environment with the YJSG Template Framework Plugin 2.3.6, even when using PHP 7.4.14.
Doesn't sound right if the paid extension RSEvents!PRO is looking for a library in an obsolete location. The latest version of RSEvents!PRO is 1.13.5, released three days ago. Have you installed that version?
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi Toivo,
My YouGrids Template Framework plugin version is 2.3.6 and the RSEvents!PRO is 1.13.5. My PHP is 7.2.34 ( bit old I admit) and my YouGrids template is 2.0.0.
The RSEvent!PRO team suggested this:
"It appears that this is overwritten by your template, from what I can see in the source code, you have:
<!-- messages -->
<div class="yjsg-system-msg">
</div>
<!-- end messages -->
...while Joomla! searches for:
<div id="system-message-container">"
So I searched in the YouGrids releasenotes and found this:
"* Adapt to Joomla 3.5.0 JDocumentHTML class folder libraries/joomla/document/html changed to libraries/joomla/document"
But nothing in the following releasenotes that they have changed this to a another location after Joomla 3.8.0 that obviously did something since the library was removed.
So my, maybe farfetched, guess was that it could be related to my issue.
Haven't been able to get any feedback fron Youjoomla.
//Dennis
My YouGrids Template Framework plugin version is 2.3.6 and the RSEvents!PRO is 1.13.5. My PHP is 7.2.34 ( bit old I admit) and my YouGrids template is 2.0.0.
The RSEvent!PRO team suggested this:
"It appears that this is overwritten by your template, from what I can see in the source code, you have:
<!-- messages -->
<div class="yjsg-system-msg">
</div>
<!-- end messages -->
...while Joomla! searches for:
<div id="system-message-container">"
So I searched in the YouGrids releasenotes and found this:
"* Adapt to Joomla 3.5.0 JDocumentHTML class folder libraries/joomla/document/html changed to libraries/joomla/document"
But nothing in the following releasenotes that they have changed this to a another location after Joomla 3.8.0 that obviously did something since the library was removed.
So my, maybe farfetched, guess was that it could be related to my issue.
Haven't been able to get any feedback fron Youjoomla.
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I've ugraded to PHP 7.3.23 with no progress.
Get this on the page:
*****************
Uncaught TypeError: t.fn.tooltip is undefined
!function(t){"use strict";var e=t.fn.tooltip.Constructor.VERSION?t.fn.tooltip.Constructor.VERSION.split(".")[0]:"2",o=t.fn.tooltip,i=function(t,e){this.init("tooltip",t,e)};i.prototype=t.extend({},o.Constructor.prototype,{constructor:i,show:function(){var o,i,s,n,r,l,p=t.Event("show");if(this.hasContent()&&this.enabled){if(this.$element.trigger(p),p.isDefaultPrevented())return;o=this.tip(),this.setContent(),this.options.animation&&o.addClass("fade"),r="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement;var a=/\s?auto-dir?\s?/i,h=a.test(r);h&&(r=r.replace(a,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(r),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element),i=this.getPosition(),s=o[0].offsetWidth,n=o[0].offsetHeight;var f="rtl"===jQuery(document.querySelector("html")).attr("dir")?!0:!1;if(h){var c=r,d=r.replace(/bottom-|top-/g,"")||"",g=r.replace(/left|right/g,"")||"";r="left"==d&&f?g+"right":"right"==d&&f?g+"left":r,o.removeClass(c).addClass(r)}switch(r){case"bottom":l={top:i.top+i.height,left:i.left+i.width/2-s/2};break;case"top":l={top:i.top-n,left:i.left+i.width/2-s/2};break;case"left":l={top:i.top+i.height/2-n/2,left:i.left-s};break;case"right":l={top:i.top+i.height/2-n/2,left:i.left+i.width};break;case"bottom-left":l={top:i.top+i.height,left:i.left};break;case"bottom-right":l={top:i.top+i.height,left:i.left+i.width-s};break;case"top-left":l={top:i.top-n,left:i.left};break;case"top-right":l={top:i.top-n,left:i.left+i.width-s}}this.applyPlacement(l,r),"3"===e&&this.newArrow(r,s,f),this.$element.trigger("shown")}},newArrow:function(t,e,o){var i=this.tip().find(".tooltip-arrow"),s=parseInt(i.css("width"),10),n=parseInt(i.css("height"),10),r=t.replace(/bottom-|top-/g,"")||"",l=t.replace(/left|right/g,"")||"";l&&"left"==r&&!o&&i.css("left",s/2),l&&"left"==r&&o&&i.css("right",e-s-s/2),l&&"right"==r&&i.css("left",e-s-s/2),"bottom-"==l&&i.css("top",n),"top-"==l&&i.css("bottom",n)}});var s=t.fn.tooltip;t.fn.tooltip=t.extend(function(e){return this.each(function(){var o=t(this),s=o.data("tooltip"),n=t.extend({},i.defaults,o.data(),"object"==typeof e&&e);s||o.data("tooltip",s=new i(this,n)),"string"==typeof e&&s[e]()})},t.fn.tooltip),t.fn.tooltip.noConflict=function(){return t.fn.tooltip=s,this}}(window.jQuery);
**********************
And when I click on a "submitbutton" on the page:
Uncaught TypeError: e is null
Joomla=window.Joomla||{},Joomla.editors=Joomla.editors||{},Joomla.editors.instances=Joomla.editors.instances||{},function(e,t){"use strict";e.submitform=function(e,o,n){o||(o=t.getElementById("adminForm")),e&&(o.task.value=e),o.noValidate=!n,n?o.hasAttribute("novalidate")&&o.removeAttribute("novalidate"):o.setAttribute("novalidate","");var r=t.createElement("input");r.style.display="none",r.type="submit",o.appendChild(r).click(),o.removeChild(r)},e.submitbutton=function(t){e.submitform(t)},e.Text={strings:{},_:function(t,o){var n=e.getOptions("joomla.jtext");return n&&(this.load(n),e.loadOptions({"joomla.jtext":null})),o=void 0===o?"":o,t=t.toUpperCase(),void 0!==this.strings[t]?this.strings[t]:o},load:function(e){for(var t in e)e.hasOwnProperty(t)&&(this.strings[t.toUpperCase()]=e[t]);return this}},e.JText=e.Text,e.optionsStorage=e.optionsStorage||null,e.getOptions=function(t,o){return e.optionsStorage||e.loadOptions(),void 0!==e.optionsStorage[t]?e.optionsStorage[t]:o},e.loadOptions=function(o){if(!o){for(var n,r,a,i=t.querySelectorAll(".joomla-script-options.new"),s=0,l=0,d=i.length;l<d;l++)n=(r=i[l]).text||r.textContent,(a=JSON.parse(n))&&(e.loadOptions(a),s++),r.className=r.className.replace(" new"," loaded");if(s)return}if(e.optionsStorage){if(o)for(var c in o)o.hasOwnProperty(c)&&(e.optionsStorage[c]=o[c])}else e.optionsStorage=o||{}},e.replaceTokens=function(e){if(/^[0-9A-F]{32}$/i.test(e)){var o,n,r,a=t.getElementsByTagName("input");for(o=0,r=a.length;o<r;o++)"hidden"==(n=a[o]).type&&"1"==n.value&&32==n.name.length&&(n.name=e)}},e.isEmail=function(e){console.warn("Joomla.isEmail() is deprecated, use the formvalidator instead");return/^[\w.!#$%&‚Äô*+\/=?^`{|}~-][email protected][a-z0-9-]+(?:\.[a-z0-9-]{2,})+$/i.test(e)},e.checkAll=function(e,t){if(!e.form)return!1;t=t||"cb";var o,n,r,a=0;for(o=0,r=e.form.elements.length;o<r;o++)(n=e.form.elements[o]).type==e.type&&0===n.id.indexOf(t)&&(n.checked=e.checked,a+=n.checked?1:0);return e.form.boxchecked&&(e.form.boxchecked.value=a),!0},e.renderMessages=function(o){e.removeMessages();var n,r,a,i,s,l,d,c=t.getElementById("system-message-container");for(n in o)if(o.hasOwnProperty(n)){r=o[n],a=t.createElement("div"),d="notice"===n?"alert-info":"alert-"+n,d="message"===n?"alert-success":d,d="error"===n?"alert-error alert-danger":d,a.className="alert "+d;var u=t.createElement("button");for(u.setAttribute("type","button"),u.setAttribute("data-dismiss","alert"),u.className="close",u.innerHTML="×",a.appendChild(u),void 0!==e.JText._(n)&&((i=t.createElement("h4")).className="alert-heading",i.innerHTML=e.JText._(n),a.appendChild(i)),s=r.length-1;s>=0;s--)(l=t.createElement("div")).innerHTML=r[s],a.appendChild(l);c.appendChild(a)}},e.removeMessages=function(){for(var e=t.getElementById("system-message-container");e.firstChild;)e.removeChild(e.firstChild);e.style.display="none",e.offsetHeight,e.style.display=""},e.ajaxErrorsMessages=function(t,o,n){var r={};if("parsererror"===o){for(var a=t.responseText.trim(),i=[],s=a.length-1;s>=0;s--)i.unshift(["&#",a[s].charCodeAt(),";"].join(""));a=i.join(""),r.error=[e.JText._("JLIB_JS_AJAX_ERROR_PARSE").replace("%s",a)]}else"nocontent"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_NO_CONTENT")]:"timeout"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_TIMEOUT")]:"abort"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_CONNECTION_ABORT")]:t.responseJSON&&t.responseJSON.message?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)+" <em>"+t.responseJSON.message+"</em>"]:t.statusText?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)+" <em>"+t.statusText+"</em>"]:r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)];return r},e.isChecked=function(e,o){if(void 0===o&&(o=t.getElementById("adminForm")),o.boxchecked.value=e?parseInt(o.boxchecked.value)+1:parseInt(o.boxchecked.value)-1,o.elements["checkall-toggle"]){var n,r,a,i=!0;for(n=0,a=o.elements.length;n<a;n++)if("checkbox"==(r=o.elements[n]).type&&"checkall-toggle"!=r.name&&!r.checked){i=!1;break}o.elements["checkall-toggle"].checked=i}},e.popupWindow=function(e,t,o,n,r){console.warn("Joomla.popupWindow() is deprecated without a replacement!");var a=(screen.width-o)/2,i="height="+n+",width="+o+",top="+(screen.height-n)/2+",left="+a+",scrollbars="+r+",resizable";window.open(e,t,i).window.focus()},e.tableOrdering=function(o,n,r,a){void 0===a&&(a=t.getElementById("adminForm")),a.filter_order.value=o,a.filter_order_Dir.value=n,e.submitform(r,a)},window.writeDynaList=function(e,o,n,r,a,i){console.warn("window.writeDynaList() is deprecated without a replacement!");for(var s=t.createElement("select"),l=e.split(" "),d=0;d<l.length;d++){var c=l[d].split("=");"on"!==c[0].trim().substr(0,2).toLowerCase()&&"href"!==c[0].trim().toLowerCase()&&s.setAttribute(c[0],c[1].replace(/\"/g,""))}var u,m,p,h=n==r;for(u=0;u<o.length;u++)if((p=o)[0]==n){m=h?a==p[1]:0===u;var f=t.createElement("option");f.setAttribute("value",p[1]),f.innerText=p[2],m&&f.setAttribute("selected","selected"),s.appendChild(f)}i?i.appendChild(s):t.body.appendChild(s)},window.changeDynaList=function(e,o,n,r,a){console.warn("window.changeDynaList() is deprecated without a replacement!");for(var i,s,l,d,c=t.adminForm[e],u=n==r;c.firstChild;)c.removeChild(c.firstChild);i=0;for(s in o)o.hasOwnProperty(s)&&(l=o[s])[0]==n&&((d=new Option).value=l[1],d.text=l[2],(u&&a==d.value||!u&&0===i)&&(d.selected=!0),c.options[i++]=d);c.length=i},window.radioGetCheckedValue=function(e){if(console.warn("window.radioGetCheckedValue() is deprecated without a replacement!"),!e)return"";var t,o=e.length;if(void 0===o)return e.checked?e.value:"";for(t=0;t<o;t++)if(e[t].checked)return e[t].value;return""},window.getSelectedValue=function(e,o){console.warn("window.getSelectedValue() is deprecated without a replacement!");var n=t[e][o],r=n.selectedIndex;return null!==r&&r>-1?n.options[r].value:null},window.listItemTask=function(t,o){return console.warn("window.listItemTask() is deprecated use Joomla.listItemTask() instead"),e.listItemTask(t,o)},e.listItemTask=function(e,o){var n,r=t.adminForm,a=0,i=r[e];if(!i)return!1;for(;n=r["cb"+a];)n.checked=!1,a++;return i.checked=!0,r.boxchecked.value=1,window.submitform(o),!1},window.submitbutton=function(t){console.warn("window.submitbutton() is deprecated use Joomla.submitbutton() instead"),e.submitbutton(t)},window.submitform=function(t){console.warn("window.submitform() is deprecated use Joomla.submitform() instead"),e.submitform(t)},window.saveorder=function(e,t){console.warn("window.saveorder() is deprecated without a replacement!"),window.checkAll_button(e,t)},window.checkAll_button=function(o,n){var r,a;for(console.warn("window.checkAll_button() is deprecated without a replacement!"),n=n||"saveorder",r=0;r<=o;r++){if(!(a=t.adminForm["cb"+r]))return void alert("You cannot change the order of items, as an item in the list is `Checked Out`");a.checked=!0}e.submitform(n)},e.loadingLayer=function(o,n){if(o=o||"show",n=n||t.body,"load"===o){var r=(e.getOptions("system.paths")||{}).root||"",a=t.createElement("div");a.id="loading-logo",a.style.position="fixed",a.style.top="0",a.style.left="0",a.style.width="100%",a.style.height="100%",a.style.opacity="0.8",a.style.filter="alpha(opacity=80)",a.style.overflow="hidden",a.style["z-index"]="10000",a.style.display="none",a.style["background-color"]="#fff",a.style["background-image"]='url("'+r+'/media/jui/images/ajax-loader.gif")',a.style["background-position"]="center",a.style["background-repeat"]="no-repeat",a.style["background-attachment"]="fixed",n.appendChild(a)}else t.getElementById("loading-logo")||e.loadingLayer("load",n),t.getElementById("loading-logo").style.display="show"==o?"block":"none";return t.getElementById("loading-logo")},e.extend=function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);return e},e.request=function(t){(t=e.extend({url:"",method:"GET",data:null,perform:!0},t)).method=t.data?"POST":t.method.toUpperCase();try{var o=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("MSXML2.XMLHTTP.3.0");if(o.open(t.method,t.url,!0),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.setRequestHeader("X-Ajax-Engine","Joomla!"),"POST"===t.method){var n=e.getOptions("csrf.token","");n&&o.setRequestHeader("X-CSRF-Token",n),t.headers&&t.headers["Content-Type"]||o.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}if(t.headers)for(var r in t.headers)t.headers.hasOwnProperty(r)&&o.setRequestHeader(r,t.headers[r]);if(o.onreadystatechange=function(){4===o.readyState&&(200===o.status?t.onSuccess&&t.onSuccess.call(window,o.responseText,o):t.onError&&t.onError.call(window,o))},t.perform){if(t.onBefore&&!1===t.onBefore.call(window,o))return o;o.send(t.data)}}catch(e){return window.console&&console.log(e),!1}return o}}(Joomla,document);
***************************
Dennis
I've ugraded to PHP 7.3.23 with no progress.
Get this on the page:
*****************
Uncaught TypeError: t.fn.tooltip is undefined
!function(t){"use strict";var e=t.fn.tooltip.Constructor.VERSION?t.fn.tooltip.Constructor.VERSION.split(".")[0]:"2",o=t.fn.tooltip,i=function(t,e){this.init("tooltip",t,e)};i.prototype=t.extend({},o.Constructor.prototype,{constructor:i,show:function(){var o,i,s,n,r,l,p=t.Event("show");if(this.hasContent()&&this.enabled){if(this.$element.trigger(p),p.isDefaultPrevented())return;o=this.tip(),this.setContent(),this.options.animation&&o.addClass("fade"),r="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement;var a=/\s?auto-dir?\s?/i,h=a.test(r);h&&(r=r.replace(a,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(r),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element),i=this.getPosition(),s=o[0].offsetWidth,n=o[0].offsetHeight;var f="rtl"===jQuery(document.querySelector("html")).attr("dir")?!0:!1;if(h){var c=r,d=r.replace(/bottom-|top-/g,"")||"",g=r.replace(/left|right/g,"")||"";r="left"==d&&f?g+"right":"right"==d&&f?g+"left":r,o.removeClass(c).addClass(r)}switch(r){case"bottom":l={top:i.top+i.height,left:i.left+i.width/2-s/2};break;case"top":l={top:i.top-n,left:i.left+i.width/2-s/2};break;case"left":l={top:i.top+i.height/2-n/2,left:i.left-s};break;case"right":l={top:i.top+i.height/2-n/2,left:i.left+i.width};break;case"bottom-left":l={top:i.top+i.height,left:i.left};break;case"bottom-right":l={top:i.top+i.height,left:i.left+i.width-s};break;case"top-left":l={top:i.top-n,left:i.left};break;case"top-right":l={top:i.top-n,left:i.left+i.width-s}}this.applyPlacement(l,r),"3"===e&&this.newArrow(r,s,f),this.$element.trigger("shown")}},newArrow:function(t,e,o){var i=this.tip().find(".tooltip-arrow"),s=parseInt(i.css("width"),10),n=parseInt(i.css("height"),10),r=t.replace(/bottom-|top-/g,"")||"",l=t.replace(/left|right/g,"")||"";l&&"left"==r&&!o&&i.css("left",s/2),l&&"left"==r&&o&&i.css("right",e-s-s/2),l&&"right"==r&&i.css("left",e-s-s/2),"bottom-"==l&&i.css("top",n),"top-"==l&&i.css("bottom",n)}});var s=t.fn.tooltip;t.fn.tooltip=t.extend(function(e){return this.each(function(){var o=t(this),s=o.data("tooltip"),n=t.extend({},i.defaults,o.data(),"object"==typeof e&&e);s||o.data("tooltip",s=new i(this,n)),"string"==typeof e&&s[e]()})},t.fn.tooltip),t.fn.tooltip.noConflict=function(){return t.fn.tooltip=s,this}}(window.jQuery);
**********************
And when I click on a "submitbutton" on the page:
Uncaught TypeError: e is null
Joomla=window.Joomla||{},Joomla.editors=Joomla.editors||{},Joomla.editors.instances=Joomla.editors.instances||{},function(e,t){"use strict";e.submitform=function(e,o,n){o||(o=t.getElementById("adminForm")),e&&(o.task.value=e),o.noValidate=!n,n?o.hasAttribute("novalidate")&&o.removeAttribute("novalidate"):o.setAttribute("novalidate","");var r=t.createElement("input");r.style.display="none",r.type="submit",o.appendChild(r).click(),o.removeChild(r)},e.submitbutton=function(t){e.submitform(t)},e.Text={strings:{},_:function(t,o){var n=e.getOptions("joomla.jtext");return n&&(this.load(n),e.loadOptions({"joomla.jtext":null})),o=void 0===o?"":o,t=t.toUpperCase(),void 0!==this.strings[t]?this.strings[t]:o},load:function(e){for(var t in e)e.hasOwnProperty(t)&&(this.strings[t.toUpperCase()]=e[t]);return this}},e.JText=e.Text,e.optionsStorage=e.optionsStorage||null,e.getOptions=function(t,o){return e.optionsStorage||e.loadOptions(),void 0!==e.optionsStorage[t]?e.optionsStorage[t]:o},e.loadOptions=function(o){if(!o){for(var n,r,a,i=t.querySelectorAll(".joomla-script-options.new"),s=0,l=0,d=i.length;l<d;l++)n=(r=i[l]).text||r.textContent,(a=JSON.parse(n))&&(e.loadOptions(a),s++),r.className=r.className.replace(" new"," loaded");if(s)return}if(e.optionsStorage){if(o)for(var c in o)o.hasOwnProperty(c)&&(e.optionsStorage[c]=o[c])}else e.optionsStorage=o||{}},e.replaceTokens=function(e){if(/^[0-9A-F]{32}$/i.test(e)){var o,n,r,a=t.getElementsByTagName("input");for(o=0,r=a.length;o<r;o++)"hidden"==(n=a[o]).type&&"1"==n.value&&32==n.name.length&&(n.name=e)}},e.isEmail=function(e){console.warn("Joomla.isEmail() is deprecated, use the formvalidator instead");return/^[\w.!#$%&‚Äô*+\/=?^`{|}~-][email protected][a-z0-9-]+(?:\.[a-z0-9-]{2,})+$/i.test(e)},e.checkAll=function(e,t){if(!e.form)return!1;t=t||"cb";var o,n,r,a=0;for(o=0,r=e.form.elements.length;o<r;o++)(n=e.form.elements[o]).type==e.type&&0===n.id.indexOf(t)&&(n.checked=e.checked,a+=n.checked?1:0);return e.form.boxchecked&&(e.form.boxchecked.value=a),!0},e.renderMessages=function(o){e.removeMessages();var n,r,a,i,s,l,d,c=t.getElementById("system-message-container");for(n in o)if(o.hasOwnProperty(n)){r=o[n],a=t.createElement("div"),d="notice"===n?"alert-info":"alert-"+n,d="message"===n?"alert-success":d,d="error"===n?"alert-error alert-danger":d,a.className="alert "+d;var u=t.createElement("button");for(u.setAttribute("type","button"),u.setAttribute("data-dismiss","alert"),u.className="close",u.innerHTML="×",a.appendChild(u),void 0!==e.JText._(n)&&((i=t.createElement("h4")).className="alert-heading",i.innerHTML=e.JText._(n),a.appendChild(i)),s=r.length-1;s>=0;s--)(l=t.createElement("div")).innerHTML=r[s],a.appendChild(l);c.appendChild(a)}},e.removeMessages=function(){for(var e=t.getElementById("system-message-container");e.firstChild;)e.removeChild(e.firstChild);e.style.display="none",e.offsetHeight,e.style.display=""},e.ajaxErrorsMessages=function(t,o,n){var r={};if("parsererror"===o){for(var a=t.responseText.trim(),i=[],s=a.length-1;s>=0;s--)i.unshift(["&#",a[s].charCodeAt(),";"].join(""));a=i.join(""),r.error=[e.JText._("JLIB_JS_AJAX_ERROR_PARSE").replace("%s",a)]}else"nocontent"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_NO_CONTENT")]:"timeout"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_TIMEOUT")]:"abort"===o?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_CONNECTION_ABORT")]:t.responseJSON&&t.responseJSON.message?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)+" <em>"+t.responseJSON.message+"</em>"]:t.statusText?r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)+" <em>"+t.statusText+"</em>"]:r.error=[e.JText._("JLIB_JS_AJAX_ERROR_OTHER").replace("%s",t.status)];return r},e.isChecked=function(e,o){if(void 0===o&&(o=t.getElementById("adminForm")),o.boxchecked.value=e?parseInt(o.boxchecked.value)+1:parseInt(o.boxchecked.value)-1,o.elements["checkall-toggle"]){var n,r,a,i=!0;for(n=0,a=o.elements.length;n<a;n++)if("checkbox"==(r=o.elements[n]).type&&"checkall-toggle"!=r.name&&!r.checked){i=!1;break}o.elements["checkall-toggle"].checked=i}},e.popupWindow=function(e,t,o,n,r){console.warn("Joomla.popupWindow() is deprecated without a replacement!");var a=(screen.width-o)/2,i="height="+n+",width="+o+",top="+(screen.height-n)/2+",left="+a+",scrollbars="+r+",resizable";window.open(e,t,i).window.focus()},e.tableOrdering=function(o,n,r,a){void 0===a&&(a=t.getElementById("adminForm")),a.filter_order.value=o,a.filter_order_Dir.value=n,e.submitform(r,a)},window.writeDynaList=function(e,o,n,r,a,i){console.warn("window.writeDynaList() is deprecated without a replacement!");for(var s=t.createElement("select"),l=e.split(" "),d=0;d<l.length;d++){var c=l[d].split("=");"on"!==c[0].trim().substr(0,2).toLowerCase()&&"href"!==c[0].trim().toLowerCase()&&s.setAttribute(c[0],c[1].replace(/\"/g,""))}var u,m,p,h=n==r;for(u=0;u<o.length;u++)if((p=o)[0]==n){m=h?a==p[1]:0===u;var f=t.createElement("option");f.setAttribute("value",p[1]),f.innerText=p[2],m&&f.setAttribute("selected","selected"),s.appendChild(f)}i?i.appendChild(s):t.body.appendChild(s)},window.changeDynaList=function(e,o,n,r,a){console.warn("window.changeDynaList() is deprecated without a replacement!");for(var i,s,l,d,c=t.adminForm[e],u=n==r;c.firstChild;)c.removeChild(c.firstChild);i=0;for(s in o)o.hasOwnProperty(s)&&(l=o[s])[0]==n&&((d=new Option).value=l[1],d.text=l[2],(u&&a==d.value||!u&&0===i)&&(d.selected=!0),c.options[i++]=d);c.length=i},window.radioGetCheckedValue=function(e){if(console.warn("window.radioGetCheckedValue() is deprecated without a replacement!"),!e)return"";var t,o=e.length;if(void 0===o)return e.checked?e.value:"";for(t=0;t<o;t++)if(e[t].checked)return e[t].value;return""},window.getSelectedValue=function(e,o){console.warn("window.getSelectedValue() is deprecated without a replacement!");var n=t[e][o],r=n.selectedIndex;return null!==r&&r>-1?n.options[r].value:null},window.listItemTask=function(t,o){return console.warn("window.listItemTask() is deprecated use Joomla.listItemTask() instead"),e.listItemTask(t,o)},e.listItemTask=function(e,o){var n,r=t.adminForm,a=0,i=r[e];if(!i)return!1;for(;n=r["cb"+a];)n.checked=!1,a++;return i.checked=!0,r.boxchecked.value=1,window.submitform(o),!1},window.submitbutton=function(t){console.warn("window.submitbutton() is deprecated use Joomla.submitbutton() instead"),e.submitbutton(t)},window.submitform=function(t){console.warn("window.submitform() is deprecated use Joomla.submitform() instead"),e.submitform(t)},window.saveorder=function(e,t){console.warn("window.saveorder() is deprecated without a replacement!"),window.checkAll_button(e,t)},window.checkAll_button=function(o,n){var r,a;for(console.warn("window.checkAll_button() is deprecated without a replacement!"),n=n||"saveorder",r=0;r<=o;r++){if(!(a=t.adminForm["cb"+r]))return void alert("You cannot change the order of items, as an item in the list is `Checked Out`");a.checked=!0}e.submitform(n)},e.loadingLayer=function(o,n){if(o=o||"show",n=n||t.body,"load"===o){var r=(e.getOptions("system.paths")||{}).root||"",a=t.createElement("div");a.id="loading-logo",a.style.position="fixed",a.style.top="0",a.style.left="0",a.style.width="100%",a.style.height="100%",a.style.opacity="0.8",a.style.filter="alpha(opacity=80)",a.style.overflow="hidden",a.style["z-index"]="10000",a.style.display="none",a.style["background-color"]="#fff",a.style["background-image"]='url("'+r+'/media/jui/images/ajax-loader.gif")',a.style["background-position"]="center",a.style["background-repeat"]="no-repeat",a.style["background-attachment"]="fixed",n.appendChild(a)}else t.getElementById("loading-logo")||e.loadingLayer("load",n),t.getElementById("loading-logo").style.display="show"==o?"block":"none";return t.getElementById("loading-logo")},e.extend=function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o]);return e},e.request=function(t){(t=e.extend({url:"",method:"GET",data:null,perform:!0},t)).method=t.data?"POST":t.method.toUpperCase();try{var o=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("MSXML2.XMLHTTP.3.0");if(o.open(t.method,t.url,!0),o.setRequestHeader("X-Requested-With","XMLHttpRequest"),o.setRequestHeader("X-Ajax-Engine","Joomla!"),"POST"===t.method){var n=e.getOptions("csrf.token","");n&&o.setRequestHeader("X-CSRF-Token",n),t.headers&&t.headers["Content-Type"]||o.setRequestHeader("Content-Type","application/x-www-form-urlencoded")}if(t.headers)for(var r in t.headers)t.headers.hasOwnProperty(r)&&o.setRequestHeader(r,t.headers[r]);if(o.onreadystatechange=function(){4===o.readyState&&(200===o.status?t.onSuccess&&t.onSuccess.call(window,o.responseText,o):t.onError&&t.onError.call(window,o))},t.perform){if(t.onBefore&&!1===t.onBefore.call(window,o))return o;o.send(t.data)}}catch(e){return window.console&&console.log(e),!1}return o}}(Joomla,document);
***************************
Dennis
Last edited by toivo on Tue Feb 02, 2021 9:35 am, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
Use the Developer tools (F12) and check which javascript errors are reported in the Console tab.
It is possible that one of the third party plugins is out of date and causes these issues.
Please post the results of the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs so that our volunteer experts can review the configuration.
It is possible that one of the third party plugins is out of date and causes these issues.
Please post the results of the Forum Post Assistant (FPA) by following the instructions at https://forumpostassistant.github.io/docs so that our volunteer experts can review the configuration.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Forum Post Assistant (v1.6.2) : 2-Feb-2021 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Nooku 12.1.- ()
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 45393.19 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 25th January 2021 10:25:53. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 44.07 MiB | #of Tables with config prefix: 193 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | sites/ (---) | administrator/logs/ (---) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 5372897 | Threads: 15 | Questions: 569309582 | Slow queries: 311 | Opens: 2057681 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 105.959 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | ChronoForms (4.0.7) 1 | ChronoForms (4.0 RC3.5.2) 1 | AcyMailing (5.10.18) 1 | COM_ARRAUSERMIGRATE (4.0.15) 1 | COM_SIGPRO (3.0.8) ? | RSFirewall! (3.0.2) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.5) 1 | ChronoForms (4.0 RC3.5.2) 1 | ChronoForms (4.0.1) 1 | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | Chrono Connectivity (4.0.1) 1 | FlippingBook (3.1.0) 1 | com_ohanah (3.2.0) 1 | plg_system_koowa (2.1.5) 1 | files_koowa (2.1.5) ? | pkg_koowa (2.1.4) ? | ChronoConnectivity5 (5.0.6) 1 |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.8) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_OHANAH_EVENTS (3.2.0) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | MOD_OHANAH_FILTERS (3.2.0) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | MOD_OHANAH_CALENDAR (3.2.0) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | EASY FlipBook (2.1) 1 | ChronoForms (V4.0.3) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: com_forms (1.0.0) ? | Regular Labs Library (20.11.23860) 1 | com_forms (1.0.0) ? |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_geshi (2.5.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.18) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.18) ? | plg_system_koowa (2.1.5) 1 | System - EXTman (1.0.4) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.18) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | plg_system_nnframework (100.0.0PRO) 0 | AcyMailing JCE integration (5.10.18) 1 | System - Yjsg Framework (2.3.6) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | K2 - Simple Image Gallery Pro (3.0.8) ? | plg_finder_rseventspro (1.3) 1 | Responsive Tables (2.0.0) 1 | plg_content_html5audio (1.1.0) 0 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | Content - Simple Image Gallery Pro (3.0.8) ? | chronoforms (V4.0.3) 1 | plg_content_phocaopengraph (3.1.12) 1 | plg_search_rseventspro (1.0) 0 | plg_editors-xtd_phocadownload (3.2.1) 1 | Responsive Tables - Editor (2.0.0) 1 | Button - Simple Image Gallery Pro (3.0.8) ? | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.18) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.18) ? | AcyMailing Tag : Manage the Subscri (5.10.18) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.18) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.18) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.18) 1 | plg_editors_codemirror (5.56.0) 1 | plg_editors_tinymce (4.5.12) 1 | AcyMailing Editor (5.10.18) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: beez3 (3.1.0) 1 | atomic (2.5.0) 1 | beez5 (2.5.0) 1 | beez_20 (2.5.0) 1 | Eximium (1.0.0) 1 | protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: bluestork (2.5.0) 1 | hathor (3.0.0) 1 | isis (1.0) 1 |
You do not have the required permissions to view the files attached to this post.
Last edited by toivo on Tue Feb 02, 2021 10:57 am, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
In addition to templates from Joomla 2.5, which could be uninstalled, the FPA results show a number of unusual extensions and combinations of extension, which may contribute to the issues.
FPA normally reports Joomla! Platform like this:
Check also if all the third party extensions are uptodate and support Joomla 3.9 and PHP 7.3+.
Nooku is not a Joomla platform. It is a framework of JoomlaTools and may have been installed with the Koowa plugin but it should never take over the identity of the Joomla platform.
FPA normally reports Joomla! Platform like this:
The site has half a dozen versions of ChronoForms and two of them are Release Candidates (RC). Unused versions should be uninstalled as part of normal house keeping.Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
What is com_forms 1.0.0 - the FPA found two instances?Libraries ::
Core ::
3rd Party:: com_forms (1.0.0) ? | Regular Labs Library (20.11.23860) 1 | com_forms (1.0.0) ? |
The NN Framework has been replaced by Regular Labs framework.plg_system_nnframework (100.0.0PRO) 0
This plugin by JoomlaTools may have been discontinued a few years ago.System - EXTman (1.0.4) ?
Check also if all the third party extensions are uptodate and support Joomla 3.9 and PHP 7.3+.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I uninstalled some templates, the Nooku framework, Chrono v4, Ohanah (that owned the 2 com_forms (1.0.0)), plg_system_nnframework (100.0.0PRO). Can't find the System - EXTman (1.0.4) to uninstall.
Running a new FPA still list the Nooku ad some other that I uninstalled./Dennis
I uninstalled some templates, the Nooku framework, Chrono v4, Ohanah (that owned the 2 com_forms (1.0.0)), plg_system_nnframework (100.0.0PRO). Can't find the System - EXTman (1.0.4) to uninstall.
Running a new FPA still list the Nooku ad some other that I uninstalled./Dennis
Forum Post Assistant (v1.6.2) : 2-Feb-2021 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Nooku 12.1.- ()
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 45372.33 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 25th January 2021 10:25:53. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 40.51 MiB | #of Tables with config prefix: 180 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | sites/ (---) | administrator/logs/ (---) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 5384672 | Threads: 7 | Questions: 570587983 | Slow queries: 311 | Opens: 2058285 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 105.965 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | AcyMailing (5.10.18) 1 | COM_ARRAUSERMIGRATE (4.0.15) 1 | COM_SIGPRO (3.0.8) ? | RSFirewall! (3.0.2) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.5) 1 | ChronoForms (4.0 RC3.5.2) ? | ChronoForms (4.0.1) ? | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | FlippingBook (3.1.0) 1 | ChronoConnectivity5 (5.0.6) 1 |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.8) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | EASY FlipBook (2.1) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: com_forms (1.0.0) ? | Regular Labs Library (20.11.23860) 1 | com_forms (1.0.0) ? |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_geshi (2.5.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.18) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.18) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.18) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | AcyMailing JCE integration (5.10.18) 1 | System - Yjsg Framework (2.3.6) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | K2 - Simple Image Gallery Pro (3.0.8) ? | plg_finder_rseventspro (1.3) 1 | Responsive Tables (2.0.0) 1 | plg_content_html5audio (1.1.0) 0 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | Content - Simple Image Gallery Pro (3.0.8) ? | plg_content_phocaopengraph (3.1.12) 1 | plg_search_rseventspro (1.0) 0 | plg_editors-xtd_phocadownload (3.2.1) 1 | Responsive Tables - Editor (2.0.0) 1 | Button - Simple Image Gallery Pro (3.0.8) ? | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.18) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.18) ? | AcyMailing Tag : Manage the Subscri (5.10.18) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.18) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.18) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.18) 1 | plg_editors_codemirror (5.56.0) 1 | plg_editors_tinymce (4.5.12) 1 | AcyMailing Editor (5.10.18) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: bluestork (2.5.0) 1 | hathor (3.0.0) 1 | isis (1.0) 1 |
Last edited by toivo on Tue Feb 02, 2021 2:06 pm, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
I also uninstalled koowa
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I renamed remaining librarys for koowa and sj-sigpro and reinstalled YJSG Framework 2.3.6.
I now see the Joomla Platform correct but still se some references to koowa and system-extman in the report.
And I still have the issues with RSEvents!PRO. (its working with protostar).
I renamed remaining librarys for koowa and sj-sigpro and reinstalled YJSG Framework 2.3.6.
I now see the Joomla Platform correct but still se some references to koowa and system-extman in the report.
And I still have the issues with RSEvents!PRO. (its working with protostar).
Forum Post Assistant (v1.6.2) : 5-Feb-2021 wrote:Last PHP Error(s) Reported :: wrote:[04-Feb-2021 20:42:44 Europe/Stockholm] PHP Notice: Request from 82.165.49.62 blocked (Detected .php file upload: up.php), contact [email protected] if you think this was done in error in /storage/configuration/wrappers/25/4000325/rojteatern.nu/includes.php on line 180Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 45250.24 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 04th February 2021 20:42:44. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 40.59 MiB | #of Tables with config prefix: 180 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (---) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 5656607 | Threads: 7 | Questions: 596744674 | Slow queries: 328 | Opens: 2152571 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 105.495 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | AcyMailing (5.10.18) 1 | COM_ARRAUSERMIGRATE (4.0.15) 1 | RSFirewall! (3.0.2) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.6) 1 | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | FlippingBook (3.1.0) 1 | ChronoConnectivity5 (5.0.6) 1 | COM_SIGPRO (3.0.8) ? |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.8) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: Regular Labs Library (20.11.23860) 1 | com_forms (1.0.0) ? |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_geshi (2.5.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.18) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.18) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.18) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | AcyMailing JCE integration (5.10.18) 1 | System - Yjsg Framework (2.3.6) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | K2 - Simple Image Gallery Pro (3.0.8) ? | plg_finder_rseventspro (1.3) 1 | Responsive Tables (2.0.0) 1 | Content - Simple Image Gallery Pro (3.0.8) ? | plg_content_html5audio (1.1.0) 0 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | plg_content_phocaopengraph (3.1.12) 1 | plg_search_rseventspro (1.0) 0 | Button - Simple Image Gallery Pro (3.0.8) ? | plg_editors-xtd_phocadownload (3.2.1) 1 | Responsive Tables - Editor (2.0.0) 1 | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.18) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.18) ? | AcyMailing Tag : Manage the Subscri (5.10.18) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.18) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.18) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.18) 1 | plg_editors_codemirror (5.56.0) 1 | plg_editors_tinymce (4.5.12) 1 | AcyMailing Editor (5.10.18) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: bluestork (2.5.0) 1 | hathor (3.0.0) 1 | isis (1.0) 1 |
Last edited by toivo on Fri Feb 05, 2021 9:40 pm, edited 1 time in total.
Reason: mod note: disabled smilies in post Options for readability
Reason: mod note: disabled smilies in post Options for readability
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I also reinstalled the joomla-package with no other result than that beez3 was installed again.
I also reinstalled the joomla-package with no other result than that beez3 was installed again.
Some issues in the output may be due to these (in the jpg)? I don't know how to uninstall them.Forum Post Assistant (v1.6.2) : 6-Feb-2021 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Writable (644) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 45248.89 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 04th February 2021 20:42:44. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 41.04 MiB | #of Tables with config prefix: 200 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 5737931 | Threads: 13 | Questions: 605284938 | Slow queries: 349 | Opens: 2207322 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 105.488 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | AcyMailing (5.10.18) 1 | COM_ARRAUSERMIGRATE (4.0.15) 1 | RSFirewall! (3.0.2) 1 | Admintools (5.9.3) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.6) 1 | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | FlippingBook (3.1.0) 1 | ChronoConnectivity5 (5.0.6) 1 | COM_SIGPRO (3.0.8) ? |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.8) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: Regular Labs Library (20.11.23860) 1 | com_forms (1.0.0) ? |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | plg_content_geshi (2.5.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.18) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.18) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.18) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | AcyMailing JCE integration (5.10.18) 1 | System - Yjsg Framework (2.3.6) 1 | PLG_SYSTEM_ADMINTOOLS (5.9.3) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | K2 - Simple Image Gallery Pro (3.0.8) 0 | plg_finder_rseventspro (1.3) 1 | Responsive Tables (2.0.0) 1 | Content - Simple Image Gallery Pro (3.0.8) ? | plg_content_html5audio (1.1.0) 0 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | plg_content_phocaopengraph (3.1.12) 1 | PLG_ACTIONLOG_ADMINTOOLS (5.9.3) 0 | plg_search_rseventspro (1.0) 0 | Button - Simple Image Gallery Pro (3.0.8) 0 | plg_editors-xtd_phocadownload (3.2.1) 1 | Responsive Tables - Editor (2.0.0) 1 | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.18) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.18) ? | AcyMailing Tag : Manage the Subscri (5.10.18) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.18) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.18) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.18) 1 | plg_editors_codemirror (5.56.0) 1 | plg_editors_tinymce (4.5.12) 1 | AcyMailing Editor (5.10.18) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: beez3 (3.1.0) 0 | protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: bluestork (2.5.0) 1 | hathor (3.0.0) 1 | isis (1.0) 1 |
You do not have the required permissions to view the files attached to this post.
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I've uninstalled all the Joomlaworks plugins - with no improvement of my issue.
//Dennis
I've uninstalled all the Joomlaworks plugins - with no improvement of my issue.
//Dennis
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
Indeed, they cannot be uninstalled because the Discover function (Utforska på svenska) has identified them as not having been installed.
The paid extension Simple Image Gallery Pro and its companion plugins are out of date. If the old versions are from 2015, they may not be fully compatible with PHP 7.3, which was released in late 2018. The latest version 3.8 was released in June 2020 and it is compatible with PHP 7.4.
The free version, Simple Image Gallery, is available from JED and it was updated last month.
Beez3 is one of standard front end templates installed with Joomla. It is strange that it is included in the discovered extensions, as if it had not been installed properly. The two modules mod_default look odd in the Discover list, too.
Was the site migrated from an earlier version at some stage? There is a user migration component among the Admin components.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi Toivo,
Great to hear from you!
I did understand the uninstalled items, so I installed the Simple image Gallery plugins and then uninstalled them so there gone. Leaving beez3 and mod_default modules as uninstalled.
Yes, the site was migrated from another joomla 2.5 site at some earlier point and the users was then migrated.
//Dennis
Great to hear from you!
I did understand the uninstalled items, so I installed the Simple image Gallery plugins and then uninstalled them so there gone. Leaving beez3 and mod_default modules as uninstalled.
Yes, the site was migrated from another joomla 2.5 site at some earlier point and the users was then migrated.
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
So, installed the beez3, uninstalled the migrationtool, and deleted all directories I could find from the old crap including the mod_default.
//Dennis
//Dennis
Forum Post Assistant (v1.6.2) : 22-Feb-2021 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Writable (644) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 47937.15 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 11th February 2021 06:36:34. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 40.96 MiB | #of Tables with config prefix: 196 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 7144752 | Threads: 10 | Questions: 722862400 | Slow queries: 584 | Opens: 3102654 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 101.173 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | AcyMailing (5.10.19) 1 | RSFirewall! (3.0.2) 1 | Admintools (5.9.3) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.6) 1 | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | ChronoConnectivity5 (5.0.6) 1 |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.9) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: Regular Labs Library (20.11.23860) 1 |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.19) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.19) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.19) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | AcyMailing JCE integration (5.10.19) 1 | System - Yjsg Framework (2.3.6) 1 | PLG_SYSTEM_ADMINTOOLS (5.9.3) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | plg_finder_rseventspro (1.3) 1 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | plg_content_phocaopengraph (3.1.12) 1 | PLG_ACTIONLOG_ADMINTOOLS (5.9.3) 0 | plg_search_rseventspro (1.0) 0 | plg_editors-xtd_phocadownload (3.2.1) 1 | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.19) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.19) ? | AcyMailing Tag : Manage the Subscri (5.10.19) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.19) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.19) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.19) 1 | plg_editors_codemirror (5.56.0) 1 | plg_editors_tinymce (4.5.12) 1 | AcyMailing Editor (5.10.19) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: beez3 (3.1.0) 1 | protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: bluestork (2.5.0) 1 | hathor (3.0.0) 1 | isis (1.0) 1 |
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
A couple of observations:
If you are not using Joomlatools extensions, you can uninstall the deprecated EXTman plugin.
The Bluestork template from Joomla 2.5 can also be uninstalled.
The level of error reporting in Global Configuration is still 'None'. If you are testing to find root causes for anomalies, it should be changed to 'Maximum'.
The javascript errors seem to have disappeared almost completely. The page /oliver-twist.html shows a 404 error in the Console from the background image tag layer-background-image with an empty URL, shown in the attached HTML source code:
If you are not using Joomlatools extensions, you can uninstall the deprecated EXTman plugin.
The Bluestork template from Joomla 2.5 can also be uninstalled.
The level of error reporting in Global Configuration is still 'None'. If you are testing to find root causes for anomalies, it should be changed to 'Maximum'.
The javascript errors seem to have disappeared almost completely. The page /oliver-twist.html shows a 404 error in the Console from the background image tag layer-background-image with an empty URL, shown in the attached HTML source code:
Code: Select all
<div id="txtdiv" style="position: relative; z-index: 1; width: 500px; height: 195px; left: 25%; bottom: 180px; clip: rect(0, 640, 250, 0); background-image: url('\'\''); layer-background-image: url('\'\'');"><img src="/images/olivertwist2020/img/installt2.png" alt="" width="640" height="250" /></div>
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
Uninstalled Bluestork and TinyMCE (that I don't use), but cant find the Joomlatools plugin EXTman or its files (where are they located?).
Did find where to enable "site debug" but not "error debug". Fixed the 404-error but the javascript errors surface when the RSEvents!PRO-pages are displayed: https://www.rojteatern.nu/kommande-even ... twist.html. It seems as if the "site debug" generates more output at the frontend debug F12 (do you need it turned on?).
//Dennis
Uninstalled Bluestork and TinyMCE (that I don't use), but cant find the Joomlatools plugin EXTman or its files (where are they located?).
Did find where to enable "site debug" but not "error debug". Fixed the 404-error but the javascript errors surface when the RSEvents!PRO-pages are displayed: https://www.rojteatern.nu/kommande-even ... twist.html. It seems as if the "site debug" generates more output at the frontend debug F12 (do you need it turned on?).
//Dennis
Forum Post Assistant (v1.6.2) : 23-Feb-2021 wrote:Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.24-Stable (Amani) 12-January-2021
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: true | SEF ReWrite: true | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: none | Shared sessions: false | SSL: 2 | Error Reporting: none | Site Debug: true | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.24: Yes | Database Supports J! 3.9.24: Yes | Database Credentials Present: Yes |
Host Configuration :: OS: Linux | OS Version: 2.6.32-896.16.1.lve1.4.49.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate, br | System TMP Writable: Yes | Free Disk Space : 47924.22 GiB |
PHP Configuration :: Version: 7.3.23 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: 1 | Error Reporting: 32759 | Log Errors To: /storage/content/25/4000325/rojteatern.nu/logs/php-error.log | Last Known Error: 11th February 2021 06:36:34. | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: /storage/content/25/4000325/rojteatern.nu/:/storage/configuration/wrappers/25/4000325/rojteatern.nu/:/tmp/ | Uploads: 1 | Max. Upload Size: 256M | Max. POST Size: 256M | Max. Input Time: 120 | Max. Execution Time: 120 | Memory Limit: 256M
Database Configuration :: Version: 5.5.52-MariaDB-cll-lve (Client:mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | Database Size: 40.96 MiB | #of Tables with config prefix: 196 | #of other Tables: 0 | User Privileges : GRANT ALLDetailed Environment :: wrote:PHP Extensions :: Core (7.3.23) | date (7.3.23) | libxml (7.3.23) | openssl (7.3.23) | pcre (7.3.23) | sqlite3 (7.3.23) | zlib (7.3.23) | bcmath (7.3.23) | bz2 (7.3.23) | calendar (7.3.23) | ctype (7.3.23) | curl (7.3.23) | dom (20031129) | enchant (7.3.23) | hash (7.3.23) | fileinfo (7.3.23) | filter (7.3.23) | ftp (7.3.23) | gd (7.3.23) | gettext (7.3.23) | gmp (7.3.23) | gnupg (1.4.0) | SPL (7.3.23) | iconv (7.3.23) | session (7.3.23) | standard (7.3.23) | intl (7.3.23) | json (1.7.0) | ldap (7.3.23) | mbstring (7.3.23) | mysqlnd (mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $) | mysqli (7.3.23) | odbc (7.3.23) | imap (7.3.23) | PDO (7.3.23) | pdo_dblib (7.3.23) | pdo_mysql (7.3.23) | PDO_ODBC (7.3.23) | pdo_pgsql (7.3.23) | pdo_sqlite (7.3.23) | pgsql (7.3.23) | Phar (7.3.23) | posix (7.3.23) | pspell (7.3.23) | rar (4.0.6) | Reflection (7.3.23) | imagick (3.4.4) | shmop (7.3.23) | SimpleXML (7.3.23) | soap (7.3.23) | sockets (7.3.23) | ssh2 (1.2) | exif (7.3.23) | sysvsem (7.3.23) | sysvshm (7.3.23) | tidy (7.3.23) | tokenizer (7.3.23) | wddx (7.3.23) | xml (7.3.23) | xmlreader (7.3.23) | xmlrpc (7.3.23) | xmlwriter (7.3.23) | xsl (7.3.23) | yaml (2.1.0) | zip (1.15.4) | cgi-fcgi () | Zend Engine (3.3.23) |
Potential Missing Extensions ::
Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: NoFolder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) |
Elevated Permissions (First 10) ::Database Information :: wrote:Database statistics :: Uptime: 7185915 | Threads: 9 | Questions: 726274303 | Slow queries: 611 | Opens: 3164839 | Flush tables: 2 | Open tables: 8192 | Queries per second avg: 101.069 |Extensions Discovered :: wrote:Components :: Site ::
Core :: com_mailto (3.0.0) 1 | com_wrapper (3.0.0) 1 |
3rd Party:: WF_LINKS_JOOMLALINKS_TITLE (2.9.2) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.2) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.2) ? | WF_LINK_SEARCH_TITLE (2.9.2) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.2) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.2) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.2) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.2) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.2) ? | WF_CLEANUP_TITLE (2.9.2) ? | WF_TEXTPATTERN_TITLE (2.9.2) ? | WF_MEDIA_TITLE (2.9.2) ? | WF_FORMATSELECT_TITLE (2.9.2) ? | WF_ANCHOR_TITLE (2.9.2) ? | WF_FONTSELECT_TITLE (2.9.2) ? | WF_HELP_TITLE (2.9.2) ? | WF_IMGMANAGER_EXT_TITLE (2.9.2) ? | WF_VISUALBLOCKS_TITLE (2.9.2) ? | WF_CHARMAP_TITLE (2.9.2) ? | WF_CONTEXTMENU_TITLE (2.9.2) ? | WF_FILEMANAGER_TITLE (2.9.2) ? | WF_CAPTION_TITLE (2.9.2) ? | WF_CLIPBOARD_TITLE (2.9.2) ? | WF_FULLSCREEN_TITLE (2.9.2) ? | JCE - Columns (1.0.0) ? | WF_REFERENCE_TITLE (2.9.2) ? | WF_DIRECTIONALITY_TITLE (2.9.2) ? | WF_XHTMLXTRAS_TITLE (2.9.2) ? | WF_MEDIAMANAGER_TITLE (2.9.2) ? | WF_WORDCOUNT_TITLE (2.9.2) ? | WF_STYLE_TITLE (2.9.2) ? | WF_SPELLCHECKER_TITLE (2.9.2) ? | WF_PRINT_TITLE (2.9.2) ? | WF_IMGMANAGER_TITLE (2.9.2) ? | WF_TEXTCASE_TITLE (2.9.2) ? | WF_LISTS_TITLE (2.9.2) ? | WF_MICRODATA_TITLE (2.9.2) ? | WF_ARTICLE_TITLE (2.9.2) ? | WF_SOURCE_TITLE (2.9.2) ? | WF_STYLESELECT_TITLE (2.9.2) ? | WF_LINK_TITLE (2.9.2) ? | WF_FONTCOLOR_TITLE (2.9.2) ? | WF_FONTSIZESELECT_TITLE (2.9.2) ? | WF_IFRAME_TITLE (2.9.2) ? | WF_HR_TITLE (2.9.2) ? | WF_KITCHENSINK_TITLE (2.9.2) ? | JCE - Noneditable (1.0.0) ? | WF_VISUALCHARS_TITLE (2.9.2) ? | WF_LAYER_TITLE (2.8.3) ? | WF_TABLE_TITLE (2.9.2) ? | WF_BROWSER_TITLE (2.9.2) ? | WF_NONBREAKING_TITLE (2.9.2) ? | WF_AUTOSAVE_TITLE (2.9.2) ? | WF_ATTRIBUTES_TITLE (2.9.2) ? | WF_PREVIEW_TITLE (2.9.2) ? | WF_EMOTIONS_TITLE (2.9.2) ? | WF_SEARCHREPLACE_TITLE (2.9.2) ? | WF_TEMPLATEMANAGER_TITLE (2.9.2) ? |
Components :: Admin ::
Core :: com_languages (3.0.0) 1 | com_cache (3.0.0) 1 | com_categories (3.0.0) 1 | com_weblinks (3.7.0) 1 | com_messages (3.0.0) 1 | com_ajax (3.2.0) 1 | com_checkin (3.0.0) 1 | com_redirect (3.0.0) 1 | com_installer (3.0.0) 1 | com_postinstall (3.2.0) 1 | com_joomlaupdate (3.6.2) 1 | com_plugins (3.0.0) 1 | com_users (3.0.0) 1 | com_banners (3.0.0) 1 | com_privacy (3.9.0) 1 | com_search (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_menus (3.0.0) 1 | com_fields (3.7.0) 1 | com_modules (3.0.0) 1 | com_contenthistory (3.2.0) 1 | com_admin (3.0.0) 1 | com_config (3.0.0) 1 | com_newsfeeds (3.0.0) 1 | com_finder (3.0.0) 1 | com_tags (3.1.0) 1 | com_content (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_media (3.0.0) 1 | com_login (3.0.0) 1 | com_associations (3.7.0) 1 | com_templates (3.0.0) 1 |
3rd Party:: com_chronoforms5 (5.0.17) 1 | AcyMailing (5.10.19) 1 | RSFirewall! (3.0.2) 1 | Admintools (5.9.3) 1 | Blank Component (3.0.0) 1 | com_rseventspro (1.13.6) 1 | COM_JCE (2.9.2) 1 | com_phocadownload (3.2.1) 1 | ChronoConnectivity5 (5.0.6) 1 |
Modules :: Site ::
Core :: mod_tags_similar (3.1.0) 1 | mod_users_latest (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_wrapper (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_search (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_login (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_popular (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_banners (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_syndicate (3.0.0) 1 | mod_weblinks (3.7.0) 1 | mod_articles_category (3.0.0) 1 | mod_languages (3.5.0) 1 |
3rd Party:: MOD_RSEVENTSPRO_FEATURED (1.8) 1 | ChronoForms5 (V5 RC1.2) 1 | MOD_RSEVENTSPRO_LOCATIONS (1.3) 1 | MOD_RSEVENTSPRO_TAGS (1.2) 1 | MOD_RSEVENTSPRO_ARCHIVED (1.6) 1 | MOD_RSEVENTSPRO_UPCOMING (1.9) 1 | MOD_RSEVENTSPRO_CALENDAR (1.11) 1 | MOD_RSEVENTSPRO_TICKETS (1.2) 1 | MOD_RSEVENTSPRO_CATEGORIES (1.4) 1 | YJ News Pop (1.1.1) 1 | MOD_RSEVENTSPRO_SLIDER (1.8) 1 | mod_flipbookpremium (1.0.3) 1 | RSSocial! (1.1.2) 1 | MOD_RSEVENTSPRO_MAP (1.12) 1 | AcyMailing 5 module (3.7.0) ? | MOD_RSEVENTSPRO_POPULAR (1.8) 1 | MOD_RSEVENTSPRO_SEARCH (1.7) 1 | MOD_RSEVENTSPRO_ATTENDEES (1.4) 1 | MOD_RSEVENTSPRO_EVENTS (1.10) 1 |
Modules :: Admin ::
Core :: mod_version (3.0.0) 1 | mod_status (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_latest (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_logged (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_unread (1.6.0) 1 | mod_submenu (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_title (3.0.0) 1 | mod_login (3.0.0) 1 | mod_online (1.6.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 |
3rd Party:: RSFirewall! Control Panel Module (1.4.0) 1 |
Libraries ::
Core ::
3rd Party:: Regular Labs Library (20.11.23860) 1 |
Plugins ::
Core :: plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_gmail (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_p3p (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 0 | plg_system_debug (3.0.0) 1 | plg_system_log (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_sessiongc (3.8.6) 1 | plg_system_redirect (3.0.0) 1 | plg_system_weblinks (3.7.0) 0 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_stats (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_highlight (3.0.0) 1 | plg_twofactorauth_totp (3.2.0) 0 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_finder_categories (3.0.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_finder_weblinks (3.7.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_captcha_recaptcha (3.4.0) 1 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_content_pagenavigation (3.0.0) 1 | plg_content_pagebreak (3.0.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_vote (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_joomla (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_emailcloak (3.0.0) 1 | plg_content_finder (3.0.0) 0 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_search_contacts (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_weblinks (3.7.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_tags (3.0.0) 0 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 1 | plg_editors-xtd_weblink (3.7.0) 0 | plg_editors-xtd_readmore (3.0.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_color (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_user_terms (3.9.0) 0 | plg_user_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_message (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_extension_joomla (3.0.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_installer_webinstaller (2.1.2) 1 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 |
3rd Party:: AcyMailing : (auto)Subscribe during (5.10.19) ? | plg_system_regularlabs (20.11.23860) 1 | AcyMailing: override Joomla mailing (5.10.19) ? | plg_system_headtag (3.5.10) 1 | plg_system_jcemediabox (2.1.0) 1 | AcyMailing : Handle Click tracking (5.10.19) 1 | PLG_SYSTEM_JQUERYEASY (2.2.4) 0 | plg_system_jce (2.9.2) 1 | plg_system_sourcerer (8.4.3) 1 | AcyMailing JCE integration (5.10.19) 1 | System - Yjsg Framework (2.3.6) 1 | PLG_SYSTEM_ADMINTOOLS (5.9.3) 1 | System - RSFirewall! Active Scanner (1.4.0) 1 | RSEvents!Pro Offline payment (1.4) 1 | System - RSEvents!Pro PDF plugin (1.19) 0 | System - EXTman (1.0.4) ? | plg_finder_rseventspro (1.3) 1 | plg_content_phocadownload (3.2.1) 1 | plg_content_rseventspro (1.3) 0 | plg_content_jce (2.9.2) 1 | ChronoConnectivity5 (V5.0) 1 | Chronoforms5 (V5.0) 1 | Content - Rapid1Pixelout (3.3) 1 | plg_content_phocaopengraph (3.1.12) 1 | PLG_ACTIONLOG_ADMINTOOLS (5.9.3) 0 | plg_search_rseventspro (1.0) 0 | plg_editors-xtd_phocadownload (3.2.1) 1 | plg_editors-xtd_sourcerer (8.4.3) 1 | plg_fields_mediajce (2.9.2) 1 | plg_quickicon_jce (2.9.2) 1 | AcyMailing Tag : Website links (3.7.0) 1 | AcyMailing : Statistics Plugin (3.7.0) 1 | AcyMailing Template Class Replacer (5.10.19) 1 | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing : insert events from RSE (2.4.0) ? | AcyMailing Tag : Joomla User Inform (5.10.19) ? | AcyMailing Tag : Manage the Subscri (5.10.19) ? | AcyMailing Tag : content insertion (3.7.0) 1 | AcyMailing : share on social networ (1.0.0) ? | AcyMailing Tag : Subscriber informa (5.10.19) ? | AcyMailing : trigger Joomla Content (3.7.0) ? | AcyMailing : Handle Click tracking (5.10.19) 1 | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing Tag and filter : Communi (3.7.2) ? | AcyMailing table of contents genera (1.0.0) ? | AcyMailing Manage text (1.0.0) 1 | AcyMailing Tag : Date / Time (5.10.19) 1 | plg_editors_codemirror (5.56.0) 1 | AcyMailing Editor (5.10.19) 1 | plg_editors_jce (2.9.2) 1 | plg_privacy_rseventspro (1.0.0) 1 | plg_extension_jce (2.9.2) 1 | plg_installer_rsfirewall (1.0.0) 1 | plg_installer_jce (2.9.2) 1 | plg_installer_rseventspro (1.0.0) 1 |Templates Discovered :: wrote:Templates :: Site :: beez3 (3.1.0) 1 | protostar (1.0) 1 | Yougrids (2.0.0) 1 |
Templates :: Admin :: hathor (3.0.0) 1 | isis (1.0) 1 |
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
EXTman should have its own sub folder under plugins/system.
The editor TinyMCE belongs to the Joomla core and the next Joomla update will add it back so that Discover will find it.
Enable Debug from System - Global Configuration - System - Debug Settings - Debug System.
Before enabling Debug, go to Extensions - Plugins and search for 'debug'. Go to the plugin System - Debug, enable it and select your user group, Super Users, or another unique front end user group that you use for testing, to the selection 'Allowed Groups'. This selection will display the debug information only to you and not to your visitors or registered users.
Then continue to the tab Logging and select 'Log Almost Everything'. This setting will record debug lines into the file administrator/logs/everything.php, which is very useful to identify misbehaving extensions.
Using Developer tools by pressing F12 in the browser is independent of the Debug function, which works in the back end only.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi Toivo,
Reinstalled TinyMCE, can't find the EXTMan plugin and I don't seem to have the debug plugin with the error-logging selection - or it's visible in the directory but not in the Extensions selections.
//Dennis
Reinstalled TinyMCE, can't find the EXTMan plugin and I don't seem to have the debug plugin with the error-logging selection - or it's visible in the directory but not in the Extensions selections.
//Dennis
You do not have the required permissions to view the files attached to this post.
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
EXTman may actually be a component, in which case it should be found in Components in the back end menu.
The plugin System - Debug is accessible from the back end menu from Extensions - Plugins but you need to search for it, unless you use Search Tools, select Plugins and take it from there.
The plugin System - Debug is accessible from the back end menu from Extensions - Plugins but you need to search for it, unless you use Search Tools, select Plugins and take it from there.
Toivo Talikka, Global Moderator
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
About the javascript error. Your website does not use the Logo facility of the YJSG template and therefore the variable logo_w, the width of the logo has been set to 0, but that causes errors messages about 'logo_w is not defined' in javascript:
The situation can be fixed in the settings of the Yougrids template. Select the cogwheel under the line Top Panel to get to the configuration of the logo. Set both Logo Width and Logo Height to 1 and do not set the option 'Turn logo off'. Alternatively, leave both Logo Width and Logo Height blank and set the option 'Turn logo off'.
Once finished, click the button 'Clear cache and Save' , which is very important. The javascript error should now be gone from the front end.
The situation can be fixed in the settings of the Yougrids template. Select the cogwheel under the line Top Panel to get to the configuration of the logo. Set both Logo Width and Logo Height to 1 and do not set the option 'Turn logo off'. Alternatively, leave both Logo Width and Logo Height blank and set the option 'Turn logo off'.
Once finished, click the button 'Clear cache and Save' , which is very important. The javascript error should now be gone from the front end.
You do not have the required permissions to view the files attached to this post.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi Toivo,
Thanks, left the sizes blank and logo to off so maybe this looks ok now.
I did locate and enable the debug - I think ...
Not much in the "everything.php" other than strange error about a module that is uninstalled: com_flippingbook.
The output on the screen was a bit more, with a number of SQL-duplicates found.
//Dennis
Thanks, left the sizes blank and logo to off so maybe this looks ok now.
I did locate and enable the debug - I think ...
Not much in the "everything.php" other than strange error about a module that is uninstalled: com_flippingbook.
The output on the screen was a bit more, with a number of SQL-duplicates found.
//Dennis
You do not have the required permissions to view the files attached to this post.
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
The "everything.php" is collecting some errors but I don't know how to interpret them.
Any thoughts?
Dennis
The "everything.php" is collecting some errors but I don't know how to interpret them.
Any thoughts?
Dennis
You do not have the required permissions to view the files attached to this post.
- toivo
- Joomla! Master
- Posts: 16132
- Joined: Thu Feb 15, 2007 5:48 am
- Location: Sydney, Australia
Re: Template missing jdoc statements:?
Code: Select all
2021-02-24T18:41:16+00:00 CRITICAL 185.191.171.39 error Uncaught \Throwable of type Joomla\CMS\Component\Exception\MissingComponentException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(194): Joomla\CMS\Component\ComponentHelper::renderComponent('com_flippingboo...')
Do you know where this component was downloaded from?
It may still be active in its sub folder under the components folder.
Code: Select all
2021-02-24T19:00:13+00:00 CRITICAL 90.129.203.242 error Uncaught \Throwable of type JException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/legacy/error/error.php(277): JError::raise(1, 404, 'Hittade inte ar...', NULL, true)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/models/article.php(155): JError::raiseError(404, 'Hittade inte ar...')
#2 /storage/content/25/4000325/rojteatern.nu/public_html/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault38.php(425): ContentModelArticle->getItem()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/views/article/view.html.php(42): YjsgJViewLegacyDefault->get('Item')
#4 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(672): ContentViewArticle->display()
Code: Select all
2021-02-24T19:09:47+00:00 WARNING 62.210.215.113 assets No asset found for com_content.category.root, falling back to com_content
2021-02-24T19:09:47+00:00 CRITICAL 62.210.215.113 error Uncaught \Throwable of type JException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/legacy/error/error.php(277): JError::raise(1, 404, 'Kunde inte hitt...', NULL, true)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/View/CategoryView.php(133): JError::raiseError(404, 'Kunde inte hitt...')
#2 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/views/category/view.html.php(75): Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay()
Code: Select all
2021-02-24T19:13:47+00:00 WARNING 66.249.66.89 assets No asset found for com_content.article.2420, falling back to com_content
2021-02-24T19:13:47+00:00 CRITICAL 66.249.66.89 error Uncaught \Throwable of type JException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/legacy/error/error.php(277): JError::raise(1, 404, 'Hittade inte ar...', NULL, true)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/models/article.php(155): JError::raiseError(404, 'Hittade inte ar...')
#2 /storage/content/25/4000325/rojteatern.nu/public_html/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault38.php(425): ContentModelArticle->getItem()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/views/article/view.html.php(42): YjsgJViewLegacyDefault->get('Item')
Fixing the assets table
Code: Select all
2021-02-24T20:57:52+00:00 CRITICAL 66.249.66.88 error Uncaught \Throwable of type Exception thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_rseventspro/views/rseventspro/view.html.php(886): rseventsproHelper::error('Tilltr\xC3\xA4de neka...', '/kommande-event...')
#1 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(672): RseventsproViewRseventspro->display()
#2 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_rseventspro/controller.php(19): Joomla\CMS\MVC\Controller\BaseController->display(false, false)
#3 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(710): RseventsproController->display()
#4 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_rseventspro/rseventspro.php(24): Joomla\CMS\MVC\Controller\BaseController->execute('')
There were more messages, but sort out the above anomalies first and then rename the file everything.php. Hopefully then the new log file will be considerably shorter.
Toivo Talikka, Global Moderator
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
Thanks for the insight.
I have the FlippingBook component and tried to install it and the uninstall it with no progress on that issue.
I've done the asset-procedure but the errors still shows up. I am now deleting articles no longer in use to see if that helps to some extend.
//Dennis
Thanks for the insight.
I have the FlippingBook component and tried to install it and the uninstall it with no progress on that issue.
I've done the asset-procedure but the errors still shows up. I am now deleting articles no longer in use to see if that helps to some extend.
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
Well I'm struggeling ...
* No contact with the Youjoomla team whatsoever
* I've done a lot of cleanup on the site and deleted a lot of old content and corrected some.
* I've reinstalled the Flippingbook component and the JComment since the won't uninstall correctly and may be responsible for some of the errors.
* I've done the asset-procedure twice but the errors persists.
* Can't find the 404's thats reported.
Is there any other debugs I can do to trace the issues?
The errors I see:
1/
2021-03-07T00:24:20+00:00 CRITICAL 146.59.203.26 error Uncaught \Throwable of type Exception thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(621): Joomla\CMS\MVC\Controller\BaseController->getView('article', 'php', 'contentView', Array)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/controller.php(118): Joomla\CMS\MVC\Controller\BaseController->display(true, Array)
#2 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(710): ContentController->display()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/content.php(43): Joomla\CMS\MVC\Controller\BaseController->execute('')
#4 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(402): require_once('/storage/conten...')
#5 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(377): Joomla\CMS\Component\ComponentHelper::executeComponent('/storage/conten...')
#6 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(194): Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
#7 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(233): Joomla\CMS\Application\SiteApplication->dispatch()
#8 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/CMSApplication.php(203): Joomla\CMS\Application\SiteApplication->doExecute()
#9 /storage/content/25/4000325/rojteatern.nu/public_html/index.php(49): Joomla\CMS\Application\CMSApplication->execute()
#10 {main}
2/
2021-03-07T09:43:00+00:00 CRITICAL 40.77.167.25 error Uncaught \Throwable of type JException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/legacy/error/error.php(277): JError::raise(1, 404, 'Hittade inte ar...', NULL, true)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/models/article.php(155): JError::raiseError(404, 'Hittade inte ar...')
#2 /storage/content/25/4000325/rojteatern.nu/public_html/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault38.php(425): ContentModelArticle->getItem()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/views/article/view.html.php(42): YjsgJViewLegacyDefault->get('Item')
#4 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(672): ContentViewArticle->display()
#5 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/controller.php(118): Joomla\CMS\MVC\Controller\BaseController->display(true, Array)
#6 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(710): ContentController->display()
#7 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/content.php(43): Joomla\CMS\MVC\Controller\BaseController->execute('')
#8 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(402): require_once('/storage/conten...')
#9 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(377): Joomla\CMS\Component\ComponentHelper::executeComponent('/storage/conten...')
#10 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(194): Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
#11 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(233): Joomla\CMS\Application\SiteApplication->dispatch()
#12 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/CMSApplication.php(203): Joomla\CMS\Application\SiteApplication->doExecute()
#13 /storage/content/25/4000325/rojteatern.nu/public_html/index.php(49): Joomla\CMS\Application\CMSApplication->execute()
#14 {main
3/
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
//Dennis
Well I'm struggeling ...
* No contact with the Youjoomla team whatsoever
* I've done a lot of cleanup on the site and deleted a lot of old content and corrected some.
* I've reinstalled the Flippingbook component and the JComment since the won't uninstall correctly and may be responsible for some of the errors.
* I've done the asset-procedure twice but the errors persists.
* Can't find the 404's thats reported.
Is there any other debugs I can do to trace the issues?
The errors I see:
1/
2021-03-07T00:24:20+00:00 CRITICAL 146.59.203.26 error Uncaught \Throwable of type Exception thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(621): Joomla\CMS\MVC\Controller\BaseController->getView('article', 'php', 'contentView', Array)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/controller.php(118): Joomla\CMS\MVC\Controller\BaseController->display(true, Array)
#2 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(710): ContentController->display()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/content.php(43): Joomla\CMS\MVC\Controller\BaseController->execute('')
#4 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(402): require_once('/storage/conten...')
#5 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(377): Joomla\CMS\Component\ComponentHelper::executeComponent('/storage/conten...')
#6 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(194): Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
#7 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(233): Joomla\CMS\Application\SiteApplication->dispatch()
#8 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/CMSApplication.php(203): Joomla\CMS\Application\SiteApplication->doExecute()
#9 /storage/content/25/4000325/rojteatern.nu/public_html/index.php(49): Joomla\CMS\Application\CMSApplication->execute()
#10 {main}
2/
2021-03-07T09:43:00+00:00 CRITICAL 40.77.167.25 error Uncaught \Throwable of type JException thrown. Stack trace: #0 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/legacy/error/error.php(277): JError::raise(1, 404, 'Hittade inte ar...', NULL, true)
#1 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/models/article.php(155): JError::raiseError(404, 'Hittade inte ar...')
#2 /storage/content/25/4000325/rojteatern.nu/public_html/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault38.php(425): ContentModelArticle->getItem()
#3 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/views/article/view.html.php(42): YjsgJViewLegacyDefault->get('Item')
#4 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(672): ContentViewArticle->display()
#5 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/controller.php(118): Joomla\CMS\MVC\Controller\BaseController->display(true, Array)
#6 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/MVC/Controller/BaseController.php(710): ContentController->display()
#7 /storage/content/25/4000325/rojteatern.nu/public_html/components/com_content/content.php(43): Joomla\CMS\MVC\Controller\BaseController->execute('')
#8 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(402): require_once('/storage/conten...')
#9 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Component/ComponentHelper.php(377): Joomla\CMS\Component\ComponentHelper::executeComponent('/storage/conten...')
#10 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(194): Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
#11 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/SiteApplication.php(233): Joomla\CMS\Application\SiteApplication->dispatch()
#12 /storage/content/25/4000325/rojteatern.nu/public_html/libraries/src/Application/CMSApplication.php(203): Joomla\CMS\Application\SiteApplication->doExecute()
#13 /storage/content/25/4000325/rojteatern.nu/public_html/index.php(49): Joomla\CMS\Application\CMSApplication->execute()
#14 {main
3/
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:02:42+00:00 WARNING 66.249.66.88 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T07:11:34+00:00 WARNING 40.77.167.38 assets No asset found for com_content.article.152, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
2021-03-07T08:30:46+00:00 WARNING 157.55.39.172 assets No asset found for com_content.article.140, falling back to com_content
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
I discovered that the asset-warnings are related to articles that are deleted and not present in the content-table or the asset-table. So why are these messages produced?
//Dennis
I discovered that the asset-warnings are related to articles that are deleted and not present in the content-table or the asset-table. So why are these messages produced?
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
The messages is produced due to robots trying to access old URL's and maybe some expoit attempts.
So the issues is still there:
1/ Uncaught TypeError: t.fn.tooltip is undefined
2/ Uncaught TypeError: messageContainer is null
removeMessages https://www.biljett.rojteatern.nu/media ... 73ffdfb9:1
validate https://www.biljett.rojteatern.nu/media ... it.js:1568
save https://www.biljett.rojteatern.nu/media ... it.js:1579
init https://www.biljett.rojteatern.nu/media ... dit.js:178
jQuery 9
dispatch
handle
add
add
xe
each
each
xe
on
init https://www.biljett.rojteatern.nu/media ... dit.js:177
<anonymous> https://www.biljett.rojteatern.nu/media ... /edit.js:2
jQuery 8
u
fireWith
ready
_
promise
<anonymous>
<anonymous>
<anonymous>
//Dennis
So the issues is still there:
1/ Uncaught TypeError: t.fn.tooltip is undefined
2/ Uncaught TypeError: messageContainer is null
removeMessages https://www.biljett.rojteatern.nu/media ... 73ffdfb9:1
validate https://www.biljett.rojteatern.nu/media ... it.js:1568
save https://www.biljett.rojteatern.nu/media ... it.js:1579
init https://www.biljett.rojteatern.nu/media ... dit.js:178
jQuery 9
dispatch
handle
add
add
xe
each
each
xe
on
init https://www.biljett.rojteatern.nu/media ... dit.js:177
<anonymous> https://www.biljett.rojteatern.nu/media ... /edit.js:2
jQuery 8
u
fireWith
ready
_
promise
<anonymous>
<anonymous>
<anonymous>
//Dennis
-
- Joomla! Apprentice
- Posts: 45
- Joined: Fri Dec 07, 2012 10:16 pm
Re: Template missing jdoc statements:?
Hi,
As stated I have issues with YouGrids together with RSEvents!PRO where one seems to be the order of loading javascripts (RSEvents!PRO support):
"The error is due to how scripts are loaded on your page. More precisely, if you inspect your page's source code you'll notice that this is firstly loaded:
<script src="/media/jui/js/bootstrap-tooltip-extended.min.js
And then you'll find the following loaded by your template:
<script src="/plugins/system/yjsg/assets/bootstrap2/js/bootstrap.min.js
This incorrect loading order generates your error. Instead of these files being bootstrap.min.js (as the first script), and then bootstrap-tooltip-extended.min.js should be loaded."
Anyone have a insight in how to change the order?
As stated I have issues with YouGrids together with RSEvents!PRO where one seems to be the order of loading javascripts (RSEvents!PRO support):
"The error is due to how scripts are loaded on your page. More precisely, if you inspect your page's source code you'll notice that this is firstly loaded:
<script src="/media/jui/js/bootstrap-tooltip-extended.min.js
And then you'll find the following loaded by your template:
<script src="/plugins/system/yjsg/assets/bootstrap2/js/bootstrap.min.js
This incorrect loading order generates your error. Instead of these files being bootstrap.min.js (as the first script), and then bootstrap-tooltip-extended.min.js should be loaded."
Anyone have a insight in how to change the order?