Back to top

Autore Topic: parse error  (Letto 2246 volte)

Offline muffina86

  • Esploratore
  • **
  • Post: 51
    • Mostra profilo
parse error
« il: 02 Mag 2012, 14:14:23 »
scusatemi ho la versione 1,7

 quando vado ad utilizzare l'estensione joomsport, che fino a poco fa funzionava , mi compare l'errore
Citazione
Parse error:  syntax error, unexpected $end in /web/htdocs/www.pmadonnaalta.com/home/Joomla2/administrator/components/com_joomsport/toolbar.joomsport.php on line 1

cosa significa??

Offline MarkOne

  • Appassionato
  • ***
  • Post: 597
  • Sesso: Maschio
    • Mostra profilo
Re:parse error
« Risposta #1 il: 03 Mag 2012, 00:37:08 »
Quando ti da questo tipo di errori in genere è perchè hai omesso caratteri del tipo tag, graffe, punto e virgola o chiusura di stringhe (virgolette), o parentesi non chiuse.
In pratica se con Filezilla vai sul tuo sito seguendo il percorso dell'errore come da te indicato nel codice fino a trovare il file toolbar.joomsport.php, ci fai click destro sopra e scegli dal menù a tendina Visualizza/Modifica, alla linea 1 dovresti trovare l'errore e modificarlo.
Ma se accogli un fraterno consiglio.... non faticare su 1.7, non è più supportata dalla community e presenta falle di sicurezza.
Converti a 2.5.4 il prima possibile, magari si risolve anche quel problema
Mark One
Everybody is ignorant, only on different subjects.
(W. Rogers)

Offline muffina86

  • Esploratore
  • **
  • Post: 51
    • Mostra profilo
Re:parse error
« Risposta #2 il: 03 Mag 2012, 10:48:39 »
ma l aggiornamento richiede la migrazione? è complicata da fare? l'aggiornamento non può causare incopatibilità di moduli causando un lavoro infinnito per rimettere in sesto il sito?

cmq il codice
Citazione
<?php/*http://BearDev.com */// no direct accessdefined( '_JEXEC' ) or die( 'Restricted access' );require_once( JApplicationHelper::getPath( 'toolbar_html' ) );switch ($task){    case 'tour_list':    default:        TOOLBAR_joomsport::_SHOWTOURN();        break;    case 'tour_add' :        TOOLBAR_joomsport::_EDITTOUR(false);        break;    case 'tour_edit' :        TOOLBAR_joomsport::_EDITTOUR(true);        break;    case 'season_add' :        TOOLBAR_joomsport::_EDITSEASON(false);        break;    case 'season_edit' :        TOOLBAR_joomsport::_EDITSEASON(true);        break;    case 'season_list':    case 'season_cancel':        TOOLBAR_joomsport::_SHOWSEASON();        break;    case 'team_list':    case 'team_cancel':        TOOLBAR_joomsport::_SHOWTEAM();        break;            case 'team_add' :        TOOLBAR_joomsport::_EDITTEAM(false);        break;    case 'team_edit' :        TOOLBAR_joomsport::_EDITTEAM(true);        break;    case 'pos_list':    case 'pos_cancel':        TOOLBAR_joomsport::_SHOWPOS();        break;    case 'pos_add' :        TOOLBAR_joomsport::_EDITPOS(false);        break;    case 'pos_edit' :        TOOLBAR_joomsport::_EDITPOS(true);        break;        case 'player_list':    case 'player_cancel':        TOOLBAR_joomsport::_SHOWPLAYER();        break;    case 'player_add' :        TOOLBAR_joomsport::_EDITPLAYER(false);        break;    case 'player_edit' :        TOOLBAR_joomsport::_EDITPLAYER(true);        break;            case 'matchday_list':    case 'matchday_cancel':        TOOLBAR_joomsport::_SHOWMDAY();        break;    case 'matchday_add' :        TOOLBAR_joomsport::_EDITMDAY(false);        break;    case 'matchday_edit' :        TOOLBAR_joomsport::_EDITMDAY(true);        break;            case 'match_edit' :        TOOLBAR_joomsport::_EDITMATCH(true);        break;                case 'event_list':    case 'event_cancel':        TOOLBAR_joomsport::_SHOWEVENT();        break;    case 'event_add' :        TOOLBAR_joomsport::_EDITEVENT(false);        break;    case 'event_edit' :        TOOLBAR_joomsport::_EDITEVENT(true);        break;    case 'group_list':    case 'group_cancel':        TOOLBAR_joomsport::_SHOWGROUP();        break;    case 'group_add' :        TOOLBAR_joomsport::_EDITGROUP(false);        break;    case 'group_edit' :        TOOLBAR_joomsport::_EDITGROUP(true);        break;    case 'fields_list':    case 'fields_cancel':        TOOLBAR_joomsport::_SHOWFIELDS();        break;    case 'fields_add' :        TOOLBAR_joomsport::_EDITFIELDS(false);        break;    case 'fields_edit' :        TOOLBAR_joomsport::_EDITFIELDS(true);        break;                case 'languages':        TOOLBAR_joomsport::_LANGUAGESLIST();    break;    case 'add_lang':    case 'edit_lang':    case 'editA_lang':        TOOLBAR_joomsport::_LANGUAGESEDIT();    break;            case 'config':        TOOLBAR_joomsport::_BLCONFIG();        break;                case 'about':        TOOLBAR_joomsport::_SHOWABOUT();        break;            case 'help':        TOOLBAR_joomsport::_SHOWHELP();        break;    case 'moder_list':        TOOLBAR_joomsport::_SHOWMODER();        break;    case 'moder_new' :        TOOLBAR_joomsport::_EDITMODER(false);        break;    case 'moder_edit' :        TOOLBAR_joomsport::_EDITMODER(true);        break;            }
« Ultima modifica: 03 Mag 2012, 11:17:29 da muffina86 »

Offline muffina86

  • Esploratore
  • **
  • Post: 51
    • Mostra profilo
Re:parse error
« Risposta #3 il: 09 Mag 2012, 23:15:08 »
ma nn mi aiuta nessuno a trovare l'errore?? :'( :'(

 



Web Design Bolzano Kreatif