el módulo podéis descargarlo gratuitamente de la página del autor:
http://trainsim.condor-edv.com/nuke-upload/
he tenido que añadir varias tablas en la base de datos (misma que nuke) sin tener 'ni pajolera idea'... aunque al final lo he conseguido (con un poco de sentido común y las líneas .sql que se distribuyen con el módulo: desde CPanel cargo PhpMyAdmin, abro la base de datos y subo el fichero .sql... No ha habido ningún problema.
he creado un grupo de usuarios y varios usuarios con privilegios... todo ok
Intento crear una carpeta, con un título y un 'Owner'... Error.
el único fallo que me da es: wrong argument count
Buscando algo referente a las carpetas, lo unico que veo por el README es esto:
Cita:
compruebo las propiedades: ok. y el '$files_basedir' en el config.php pone (de origen):2) Create the storage for the virtual folders as defined in the
variable '$files_basedir' in the config.php. Per default, this
points to $DOCUMENT_ROOT/modules/Upload/uploads (which is from
version 0.4.2 onwards included in the distribution with a suitable
.htaccess for apache). Make sure, that the 'uploads' directory is
writeable for the httpd User (also subdirectories in it must be
writeable, but the modul will create them properly).
variable '$files_basedir' in the config.php. Per default, this
points to $DOCUMENT_ROOT/modules/Upload/uploads (which is from
version 0.4.2 onwards included in the distribution with a suitable
.htaccess for apache). Make sure, that the 'uploads' directory is
writeable for the httpd User (also subdirectories in it must be
writeable, but the modul will create them properly).
$files_basedir = dirname(__FILE__)."/uploads";
la carpeta, me valdría que fuera esa (/uploads)... ¿hay algo mal? ¿Algo que haya que cambiar en config.php o index.php?
nota: Al que lo vaya a probar, la traducción al español no fuciona: deberéis ejecutarlo con el php-nuke en inglés. (En cuanto consiga que me funcione, traduciré la versión inglesa que va ok).