Hi,
I have problem with Joomla template: Nuance 1.1 Rocketlauncher j33 (nuance-1.1-rocketlauncher_j33.zip).
I've installed this package of Joomla 3.3 with template Nuance on server in
home.pl/
When I set the option "subdirectory without separation" (Włącz przekierowanie na podkatalog bez separacji serwisu) in administration panel (home.pl) than I have this error:
Fatal error: Call to a member function render() on a non-object in /konta/nowastrona/libraries/gantry/core/renderers/gantrymodulesrenderer.class.php on line 65
and in source code I can see information:
<jdoc:include type="head" />
</head>
<body <!-- Unable to render layout... can not find layout class for doc_body -->>
<div id="rt-page-surround">
but when I set the option "subdirectory with separation" (Włącz przekierowanie na podkatalog z separacją serwisu) some of paths to scripts and css files look like:
<link rel="stylesheet" href="/componentscom_roksprocketlayoutsgridsthemesbasicbasic.css" type="text/css" />
<link rel="stylesheet" href="/templatesrt_nuanceroksprocketlayoutsheadlinesthemesdefaultheadlines.css" type="text/css" />
<link rel="stylesheet" href="/templatesrt_nuanceroksprocketlayoutsfeaturesthemesscrollerscroller.css" type="text/css" />
...
<script src="/componentscom_roksprocketassetsjsmootools-mobile.js" type="text/javascript"></script>
<script src="/componentscom_roksprocketassetsjsrokmediaqueries.js" type="text/javascript"></script>
<script src="/componentscom_roksprocketassetsjsroksprocket.js" type="text/javascript"></script>
On the other server is everything correct.
I don't know if this is problem with Nuance template, Gantry, Joomla or something else.
It looks like some configurations of server do it.
Thank you very much in advance!
Przemek