Hello,
If I register on my site (Joomla 3.3.3 with T3 framework 2.3.1 and a modified Purity III template), after pressing the submit button I get no message, the mainbody is blank. Same after I click the activation link in the e-mail. In the source code of the page, the mainbody code looks like this:
<div id="t3-mainbody" class="container t3-mainbody">
<div class="row">
<div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">
<div id="system-message-container"> </div>
<div class="registration-complete"> </div>
</div>
<div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 "> </div>
</div>
</div>
I turned debug on and display errors to “development”, but no error is displayed.
If somebody has a hint on how I can debug or fix this, please help.