Joomla.it Forum
Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => : sipro 05 Jul 2007, 00:04:44
-
Ciao a tutti.... scusate il disturbo ma ho 1 altro problem... ??? non riesco a far funzionare il form x l'iscrizione... il componente è "LS registration"...e io ho su joomla 1.0.12... ecco cosa spunta nel pannello admin.... come visitatore il link va ma mi porta ad 1 pagina praticamente vuota...(testata, menu,banner, cazzate varie... ecc ecc ci sono).... ??? ??? Carneade
Notice: Constant _LS_ADM_VERSION already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 13
Notice: Constant _LS_ADM_CONFIG already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 15
Notice: Constant _LS_ADM_PARAMETRI already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 16
Notice: Constant _LS_ADM_PRIVACY already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 17
Notice: Constant _LS_ADM_TEXTPRIVACY already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 18
Notice: Constant _LS_ADM_TEXTPRIVACY2 already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 19
Notice: Constant _LS_ADM_TITOLARIPRIVACY already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 20
Notice: Constant _LS_ADM_TITOLARIPRIVACY2 already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 21
Notice: Constant _LS_ADM_DOMAINPRIVACY already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 22
Notice: Constant _LS_ADM_DOMAINPRIVACY2 already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 23
Notice: Constant _LS_ADM_MAILPRIVACY already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 24
Notice: Constant _LS_ADM_MAILPRIVACY2 already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 25
Notice: Constant _LS_ADM_FILECONFIGURAZIONENONSC already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 26
Notice: Constant _LS_ADM_CONFIGURAZIONISALVATE already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 27
Notice: Constant _LS_ADM_FORMVALID already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 28
Notice: Constant _LS_ADM_ACCETTO already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 29
Notice: Constant _LS_ADM_CAPTCHA already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 30
Notice: Constant _LS_ADM_MOSTRA already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 31
Notice: Constant _LS_ADM_NASCONDI already defined in G:\web\joomla\components\com_ls_registration\languages\italian.php on line 32
se puo essere utile posso anche il contenuto di questo maledetto file italian.php... di solito preferisco risolvere i problemi da solo cosi capisco e imparo meglio tutto... ma questa volta mi arrendo... sono sfinito... mille tentativi ma nulla cambia... se possibile aiutatemi... ciao a tutti e un grazie anticipato... :D
-
Il problema è proprio italian.php.
Prova a scaricarlo di nuovo.
-
ahhh grazie anche se mi sembra 1 po banale come riposta.... il fatto e che prima funzionava poi non so perchè ha smesso.... cmq ho gia provato a ricaricare lo stesso file ma il problema persiste... cmq grazie lo stesso ora provo con qualche versione diversa e vediamo se va...
P.S. nel caso non dovesse funzionare qualcuno avrebbe un consiglio "migliore"..?
P.P.S.S. provo e vi faccio sapere...
ciuz a tutti.... :) :) :)
-
Al limite sempre banalmente puoi alzare il livello di segnalazione errore di joomla.
-
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...