Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : diego69 12 Dec 2008, 16:27:39

: RISOLTO: Problema CONTENT nel back-end
: diego69 12 Dec 2008, 16:27:39
Ciao a tutti,
quando entro nel menu "Contenuti --> Gestione articoli" non riesco più ad arrivare ai miei contenuti ma ricevo questo messaggio:

Fatal error: Undefined class name 'toolbar_content' in /web/htdocs/xxxx.xxxxxx.xx/home/administrator/components/com_content/toolbar.content.php on line 46

Cos'è successo e come posso risolvere?

Grazie
: Re: Problema CONTENT nel back-end
: ste 12 Dec 2008, 16:36:21
Ciao diego69, hai fatto qualche modifica recentemente che possa aver causato l'errore?
: Re: Problema CONTENT nel back-end
: diego69 12 Dec 2008, 17:05:47
no, è praticamente da settembre che non ho tempo da dedicare al sito e oggi che volevo inserire qualcosa ho trovato la novità
: Re: Problema CONTENT nel back-end
: ste 12 Dec 2008, 17:25:54
Hai aggiornato Joomla all'ultima versione?
: Re: Problema CONTENT nel back-end
: diego69 12 Dec 2008, 17:37:20
ho appena aggiornato alla 1.5.8 ma mi da sempre lo stesso problema, che fa riferimento al codice che segue (dove ho evidenziato la riga 46):

<?php
/**
* @version      $Id: toolbar.content.php 9764 2007-12-30 07:48:11Z ircmaxell $
* @package      Joomla
* @subpackage   Content
* @copyright   Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license      GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

require_once( JApplicationHelper::getPath( 'toolbar_html' ) );

switch ($task)
{
   case 'add':
   case 'new_content_typed':
   case 'new_content_section':
      TOOLBAR_content::_EDIT(false);
      break;
   case 'edit':
   case 'editA':
   case 'edit_content_typed':
      TOOLBAR_content::_EDIT(true);
      break;
/*
   case 'showarchive':
      TOOLBAR_content::_ARCHIVE();
      break;
*/
   case 'movesect':
      TOOLBAR_content::_MOVE();
      break;

   case 'copy':
      TOOLBAR_content::_COPY();
      break;

   default:
      TOOLBAR_content::_DEFAULT();
      break;
}
: Re: Problema CONTENT nel back-end
: ste 12 Dec 2008, 18:38:44
Probabilmente dipende dal server che ospita il sito, prova questo tool http://www.joomla.it/notizie/770-controlli-preinstallazione-con-hisa.html e mandami il link via pm
: Re: Problema CONTENT nel back-end
: diego69 13 Dec 2008, 01:54:46
Boh... non riesco a inviarti un pm   ???
: Re: Problema CONTENT nel back-end
: diego69 14 Dec 2008, 14:21:01
Ho risolto con una nuova installazione in locale e poi copiando "paro paro" il contenuto della cartella com_content in remoto.
Adesso funziona.

Grazie comunque per l'interessamento.
Ciao a tutti.

 :D
: Re: RISOLTO: Problema CONTENT nel back-end
: ste 14 Dec 2008, 16:45:34
Bene :)