26
Thanks for offering to help. Finally got round to looking at it again, would really appreciate your assistance:
Quote:
1) Did you get the lastest version of the XoopsGallery module from http://www.xoopsgallery.com? (This site also has links to NetPBM and ImageMagick binaries.)
Yes that's exactly where I got it from - v1.3.3
Quote:
2) Can you be a bit more specific as to which problem in this thread you are having? Why don't you go ahead and describe the problem as you are seeing it in as much detail as you can. That way we can address specifically what you are seeing.
Ok. Here goes:
- XOOPS 2.0.5.2
- followed README_XOOPS and configured cache/album and cache/tmp to 777
- Configured to use NetPBM, installed at xoopsgallery/netpbm
- flock() off
- jhead path empty, EXIF caching off
- Xooopsgallery in debug, site in php debug mode
The result is the following on the /xoopsgallery/ page:
le="color: #000000"><?php Notice: Undefined property: app in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 5 Notice: Use of undefined constant no - assumed 'no' in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 36 Notice: Undefined index: showOwners in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 59 Notice: Undefined index: HTTPS in /home/vanlies/public_html/simon/modules/xoopsgallery/init.php on line 74 Notice: Undefined variable: GALLERY_NO_SESSIONS in /home/vanlies/public_html/simon/modules/xoopsgallery/init.php on line 107 Notice: A session had already been started - ignoring session_start() in /home/vanlies/public_html/simon/modules/xoopsgallery/session.php on line 51 Notice: Undefined variable: imageDir in /home/vanlies/public_html/simon/modules/xoopsgallery/albums.php on line 52
And when I click "new album", it creates a folder in cache/albums but I get this debug info:
le="color: #000000"><?php Notice: Undefined property: app in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 5 Notice: Use of undefined constant no - assumed 'no' in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 36 Notice: Undefined index: showOwners in /home/vanlies/public_html/simon/modules/xoopsgallery/config.php on line 59 Notice: Undefined index: HTTPS in /home/vanlies/public_html/simon/modules/xoopsgallery/init.php on line 74 Notice: Undefined variable: GALLERY_NO_SESSIONS in /home/vanlies/public_html/simon/modules/xoopsgallery/init.php on line 107 Notice: A session had already been started - ignoring session_start() in /home/vanlies/public_html/simon/modules/xoopsgallery/session.php on line 51 Notice: Undefined property: updateSerial in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/Album.php on line 461 Notice: Undefined property: updateSerial in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/Album.php on line 498 Notice: Undefined variable: parentName in /home/vanlies/public_html/simon/modules/xoopsgallery/do_command.php on line 101 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 192 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 192 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 194 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 194 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 192 Notice: Use of undefined constant name - assumed 'name' in /home/vanlies/public_html/simon/modules/xoopsgallery/classes/AlbumDB.php on line 192 Warning: Cannot modify header information - headers already sent by (output started at /home/vanlies/public_html/simon/modules/xoopsgallery/config.php:5) in /home/vanlies/public_html/simon/modules/xoopsgallery/do_command.php on line 142
I hope this makes some sense to you! I really hope you can help me .
Thanks in advance
Simon