0
the error tells me to look at this bit of code:
case "graphic":
require(JModuleHelper::getLayoutPath('mod_muscol_statistics', 'graphic'));
break;
case "table":
require(JModuleHelper::getLayoutPath('mod_muscol_statistics', 'table'));
break;
default:
require(JModuleHelper::getLayoutPath('mod_muscol_statistics'));
any ideas whats wrong here? it only displays and error when i choose to use the graphic or table layout.. I only have 3 artists if that would be the problem?
case "graphic":
require(JModuleHelper::getLayoutPath('mod_muscol_statistics', 'graphic'));
break;
case "table":
require(JModuleHelper::getLayoutPath('mod_muscol_statistics', 'table'));
break;
default:
require(JModuleHelper::getLayoutPath('mod_muscol_statistics'));
any ideas whats wrong here? it only displays and error when i choose to use the graphic or table layout.. I only have 3 artists if that would be the problem?
Responses (5)
-
Accepted Answer
-
Accepted Answer
0I get something similar as well. Default works just fine, but if I choose one of the other two modes, all I get is a blank page.
EDIT: I don't have errors turned on, so that is probably why I am not showing any like dbeaird, just a blank page. But if you need a live demo of the error, please feel free to login to my site and check it out using the same login info I sent you earlier. -
Accepted Answer
0I was looking at this closer. It appears on my site when I choose Table or Graphic for the Layout that it strips out most of the stuff within the HEAD tags.
It adds something like this:
jdoc:include type="head"
But then removes almost everything else within the opening and closing html HEAD tags. Removing all the css and javascript and anything else that is in there. Any ideas as to why? -
Accepted Answer
0ok, problem found
as usual, you were right.
please download this updated module version: http://www.joomlamusicsolutions.com/downloads/doc_details/88-statistics-report-module-ranking.html?lang=en
and reinstall it...
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »