Fatal error: Call to a member function on a non-object in /membri/xxxxx/home/templates/template01/html/com_user/register/default.php on line 15
Il tamplate che ho provato l'ho scaricato da questo sito e si chiama "hm004_traffic"
Queste sono le prime righe del codice "errato", in grassetto la riga 15
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<script type="text/javascript">
<!--
Window.onDomReady(function(){
document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); } );
});
// -->
</script>
<form action="<?php echo JRoute::_( 'index.php?option=com_user' ); ?>" method="post" id="josForm" name="josForm" class="form-validate">
<div class="Post">
<div class="Post-body">
<div class="Post-inner">
<?php if ($this->params->def('show_page_title', 1)): ?><h2 class="PostHeaderIcon-wrapper"><?php echo JHTML::_('image.site', 'PostHeaderIcon.png', null, null, null, JText::_("PostHeaderIcon"), array('width' => '32', 'height' => '32')); ?> <span class="PostHeader">
<span class="componentheading<?php echo $this->params->get('pageclass_sfx')?>"><?php echo $this->escape($this->params->get('page_title')); ?></span>
</span>
</h2>