Credo che mi ricovereranno.
Allora, sono andato a caccia degli errori di docman, vi faccio leggere le righe "incriminate":
Notice: Only variables should be assigned by reference in /var/www/vhosts/sito.it/httpdocs/components/com_docman/docman.php on line 367
Le linee 366/367 sono queste:
// get the category ancestors
$ancestors = &DOCMAN_Cats::getAncestors($id);
Notice: Only variables should be assigned by reference in /var/www/vhosts/sito.it/httpdocs/components/com_docman/docman.php on line 377
Le linee 376/377 sono queste:
// reverse the array
$ancestors = &array_reverse($ancestors);
Notice: Only variables should be assigned by reference in /var/www/vhosts/sito.it/httpdocs/administrator/components/com_docman/classes/DOCMAN_utils.class.php on line 125
La linea 125 è questa:
$arrays = &func_get_args();
Notice: Only variables should be assigned by reference in /var/www/vhosts/sito.it/httpdocs/components/com_docman/docman.php on line 409
La linea 408/409:
// get the category ancestors
$ancestors = &DOCMAN_Cats::getAncestors($id);
Notice: Only variables should be assigned by reference in /var/www/vhosts/sito.it/httpdocs/components/com_docman/docman.php on line 412
La linea 411/412
// reverse the array
$ancestors = &array_reverse($ancestors);
Vi prego, vi scongiuro. Qualcuno ha idea di quale sia il problema?
Sono bloccato a questo punto e non riesco a proseguire.
Potrei certo usare remository, ma Docman mi piace molto di più...
Aiutoooooo!