- home Forum
- arrow_forward
- Discussioni Relative a tutte le Versioni di Community Builder dalla 1.1 alla 1.9.1
- arrow_forward
- Joomla 1.5
- arrow_forward
- C.B.1.2.x -1.3.x -1.4.x-1.7.x-1.8.x-1.9.x
- arrow_forward
- Componente
- arrow_forward
- errore gestione media
× Problemi con l'installazione di CB sul Vostro sito joomla
errore gestione media
Rendering Error in layout Widget/Social: Call to a member function exists() on null. Please enable debug mode for more information.
-
Offline school
- COM_KUNENA_SAMPLEDATA_RANK4
-
- Messaggi: 85
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Clapodi Inviato alle 14 Anni 2 Mesi fa
ho controllato c'è Non mi convince il percorso
/var/www/vhosts/festesexy.com/httpdocs/images
puoi controllare confrontando con il tuo sito ?
/var/www/vhosts/festesexy.com/httpdocs/images
puoi controllare confrontando con il tuo sito ?
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Offline
- COM_KUNENA_SAMPLEDATA_RANK_ADMIN
-
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Druskus Inviato alle 14 Anni 2 Mesi fa
Ciao Claudia, domattina controllo il percorso ora nn sn davanti il mio pc e ti so dire.
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Offline school
- COM_KUNENA_SAMPLEDATA_RANK4
-
- Messaggi: 85
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Clapodi Inviato alle 14 Anni 2 Mesi fa
la cartella log c'è
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Offline
- COM_KUNENA_SAMPLEDATA_RANK_ADMIN
-
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Druskus Inviato alle 14 Anni 2 Mesi fa
Ciao Claudia, sto verificando i dati da te inseriti e comparando con i miei di siti come richiesto da te, secondo me da quanto leggo nel web il tuo problema è nel file list.php:
Situato in:/administrator/components/com_media/models/list.php [linea 29]
Methods
getDocuments
getFolders
getImages
getList
getState
Inherited Properties Inherited Methods Inherited Constants
Inherited From JModel
JModel::$_db
JModel::$_name
JModel::$_state
Inherited From JObject
JObject::$_errors
Inherited From JModel
JModel::__construct()
Constructor
JModel::addIncludePath()
Add a directory where JModel should search for models. You may either pass a string or an array of directories.
JModel::addTablePath()
Adds to the stack of model table paths in LIFO order.
JModel::getDBO()
Method to get the database connector object
JModel::getInstance()
Returns a reference to the a Model object, always creating it
JModel::getName()
Method to get the model name
JModel::getState()
Method to get model state variables
JModel::getTable()
Method to get a table object, load it if necessary.
JModel::setDBO()
Method to set the database connector object
JModel::setState()
Method to set model state variables
JModel::_createFileName()
Create the filename for a resource
JModel::_createTable()
Method to load and return a model object.
JModel::_getList()
Returns an object list
JModel::_getListCount()
Returns a record count for the query
Inherited From JObject
JObject::JObject()
A hack to support __construct() on PHP 4
JObject::__construct()
Class constructor, overridden in descendant classes.
JObject::get()
Returns a property of the object or the default value if the property is not set.
JObject::getError()
Get the most recent error message
JObject::getErrors()
Return all errors, if any
JObject::getProperties()
Returns an associative array of object properties
JObject::getPublicProperties()
Legacy Method, use JObject::getProperties() instead
JObject::set()
Modifies a property of the object, creating it if it does not already exist.
JObject::setError()
Add an error message
JObject::setProperties()
Set the object properties based on a named array/hash
JObject::toString()
Object-to-string conversion.
Method Summary
void getDocuments()
void getFolders()
void getImages()
void getList() Build imagelist
void getState()
Method
getDocuments [line 60]
void getDocuments( )
getFolders [line 54]
void getFolders( )
getImages [line 48]
void getImages( )
getList [line 72]
void getList( string $listFolder )
Build imagelist
Parameters:
string $listFolder: The image directory to display
Information Tags:
Since: 1.5
getState [line 32]
void getState( [ $property = null] )
Parameters:
$property:
Redefinition of:
JModel::getState()
Method to get model state variables
Prova a verificare se sono uguali
la sorgente di questo codice è stata prelevata qui :
Situato in:/administrator/components/com_media/models/list.php [linea 29]
Methods
getDocuments
getFolders
getImages
getList
getState
Inherited Properties Inherited Methods Inherited Constants
Inherited From JModel
JModel::$_db
JModel::$_name
JModel::$_state
Inherited From JObject
JObject::$_errors
Inherited From JModel
JModel::__construct()
Constructor
JModel::addIncludePath()
Add a directory where JModel should search for models. You may either pass a string or an array of directories.
JModel::addTablePath()
Adds to the stack of model table paths in LIFO order.
JModel::getDBO()
Method to get the database connector object
JModel::getInstance()
Returns a reference to the a Model object, always creating it
JModel::getName()
Method to get the model name
JModel::getState()
Method to get model state variables
JModel::getTable()
Method to get a table object, load it if necessary.
JModel::setDBO()
Method to set the database connector object
JModel::setState()
Method to set model state variables
JModel::_createFileName()
Create the filename for a resource
JModel::_createTable()
Method to load and return a model object.
JModel::_getList()
Returns an object list
JModel::_getListCount()
Returns a record count for the query
Inherited From JObject
JObject::JObject()
A hack to support __construct() on PHP 4
JObject::__construct()
Class constructor, overridden in descendant classes.
JObject::get()
Returns a property of the object or the default value if the property is not set.
JObject::getError()
Get the most recent error message
JObject::getErrors()
Return all errors, if any
JObject::getProperties()
Returns an associative array of object properties
JObject::getPublicProperties()
Legacy Method, use JObject::getProperties() instead
JObject::set()
Modifies a property of the object, creating it if it does not already exist.
JObject::setError()
Add an error message
JObject::setProperties()
Set the object properties based on a named array/hash
JObject::toString()
Object-to-string conversion.
Method Summary
void getDocuments()
void getFolders()
void getImages()
void getList() Build imagelist
void getState()
Method
getDocuments [line 60]
void getDocuments( )
getFolders [line 54]
void getFolders( )
getImages [line 48]
void getImages( )
getList [line 72]
void getList( string $listFolder )
Build imagelist
Parameters:
string $listFolder: The image directory to display
Information Tags:
Since: 1.5
getState [line 32]
void getState( [ $property = null] )
Parameters:
$property:
Redefinition of:
JModel::getState()
Method to get model state variables
Prova a verificare se sono uguali
la sorgente di questo codice è stata prelevata qui :
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Offline school
- COM_KUNENA_SAMPLEDATA_RANK4
-
- Messaggi: 85
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Clapodi Inviato alle 14 Anni 2 Mesi fa
MITICOOOOOOOOOOOO LA list.php era vuota Ho risolto finalmente caricando con ftp il file list.php dalla cartella models di Joomla_1.5.22_ita-Stable seguendo il percorso che mi hai suggerito
GRAZIEeeeeeeeeee
GRAZIEeeeeeeeeee
Si prega Accedi o Crea un account a partecipare alla conversazione.
-
Offline
- COM_KUNENA_SAMPLEDATA_RANK_ADMIN
-
- Ringraziamenti ricevuti 0
- arrow_drop_downDi più arrow_drop_upRiduci
Druskus Inviato alle 14 Anni 2 Mesi fa

Si prega Accedi o Crea un account a partecipare alla conversazione.
- home Forum
- arrow_forward
- Discussioni Relative a tutte le Versioni di Community Builder dalla 1.1 alla 1.9.1
- arrow_forward
- Joomla 1.5
- arrow_forward
- C.B.1.2.x -1.3.x -1.4.x-1.7.x-1.8.x-1.9.x
- arrow_forward
- Componente
- arrow_forward
- errore gestione media
menu
arrow_forward
Account
-
- ajax
- In Estensioni / Plugin
- da pinuz
- 1 Mese 3 Settimane fa
-
-
- age plugin
- In Estensioni / Plugin
- da CaterinaC069
- 1 Mese 4 Settimane fa
-
search
close
person_outline
arrow_back