Di nuovo ciao a tutti... questo componente mi sta tormentando... l'ho disinstallato e ho installato una versione piu recente... ed ecco cosa mi spunta nella finestra admin dopo vari ringraziamenti e info varie:
Mostra # :
Notice: Undefined variable: pageNav in G:\web\joomla\administrator\components\com_ls_registration\admin.ls_registration.html.php on line 108
Fatal error: Call to a member function writeLimitBox() on a non-object in G:\web\joomla\administrator\components\com_ls_registration\admin.ls_registration.html.php on line 108
ecco il file admin.ls_registration.html.php:
// ****************************************** FUNZIONI LINGUA ***************************************
function mostraListaLingue ($rows, $pageNav) {
global $my, $option, $mainframe;
?>
<form action="index2.php" method="post" name="adminForm">
<table class="adminheading">
<tr>
<th class="langmanager">
<?php echo _LS_ADM_LANG; ?>
</th>
***LINE 108***-------> <td nowrap="nowrap"><?php echo _LS_ADM_SHOW; ?> <?php echo $pageNav->writeLimitBox(); ?></td>
</tr>
</table>
<div id="tablecell">
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="adminlist">
<tr>
<th width="20" nowrap="nowrap">#</th>
<th width="20" class="title" nowrap="nowrap"><input type="checkbox" name="toggle" value="" onclick="checkAll(<?php echo count($rows); ?>);" /></th>
<th width="20%" class="title" nowrap="nowrap"><?php echo _LS_ADM_LANGNAME; ?></th>
<th width="30%" class="title" nowrap="nowrap"><?php echo _LS_ADM_FILENAME; ?></th>
<th width="10%" class="title" nowrap="nowrap" style="text-align:center"><?php echo _LS_ADM_FILEWRITABLE; ?></th>
<th width="20%" class="title" nowrap="nowrap"><?php echo _LS_ADM_FILESIZE; ?></th>
<th width="20%" class="title" nowrap="nowrap"><?php echo _LS_ADM_FILELASTMOD; ?></th>
</tr>
[...]
grazie a chiunque voglia darmi una mano...