When I'm clicking on the zip icon, I redirect on homepage whith errors :
Notice : Undefined index: uri dans pclzip_zip_node_files_get_node_files() (ligne 259 dans /homez.349/porterso/www/sites/all/modules/pclzip_zip_node_files/pclzip_zip_node_files.module).
Notice : Undefined index: uri dans pclzip_zip_node_files_get_node_files() (ligne 259 dans /.../www/sites/all/modules/pclzip_zip_node_files/pclzip_zip_node_files.module).
Notice : Undefined index: uri dans pclzip_zip_node_files_get_node_files() (ligne 259 dans /.../www/sites/all/modules/pclzip_zip_node_files/pclzip_zip_node_files.module).
PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE (-20) : Invalid type boolean. String expected for attribute 'PCLZIP_ATT_FILE_NAME'
Notice : Undefined index: uri dans pclzip_zip_node_files_get_node_files() (ligne 259 dans /.../www/sites/all/modules/pclzip_zip_node_files/pclzip_zip_node_files.module).
And there is no file to download...
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | patch_pclzip_zip_node_files_01.patch | 558 bytes | suchdavid |
Comments
Comment #1
ElRapazGrande commentedI have the same issue, did you solved it ?
Comment #2
ElRapazGrande commentedSo i solved this issue bye changing this line, in the function pclzip_zip_node_files_get_node_files($node)
$nodefiles[] = drupal_realpath($file['uri']);By this :
Comment #3
suchdavid commentedThanks @ElRapazGrande, I've made a patch from it.