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
: