| have you upgraded to nuke 6.9? |
| yes |
|
100% |
[ 2 ] |
| no |
|
0% |
[ 0 ] |
| waiting for 7 to be repeased |
|
0% |
[ 0 ] |
| 6.5 works fine for me |
|
0% |
[ 0 ] |
|
| Total Votes : 2 |
|
| Author |
Message |
foggygurl
Beginner


Joined: Sep 16, 2003 Posts: 2
|
Posted: Tue Sep 16, 2003 2:18 pm Post subject: unable to make thumbnail? |
|
|
I'm installing gallery to work with nuke 6.9
an error message that seems to relate to netpbm. I checked the path and it is correct and showed up when I ran the setup to create the config file.
/home/kgurl/cgi-bin/netpbm/jpegtopnm /home/kgurl/public_html/gallery/albums/blahblahblah/MikeNCJ.jpg | /home/kgurl/cgi-bin/netpbm/pnmscale -xysize 150 150 | /home/kgurl/cgi-bin/netpbm/ppmtojpeg --quality=80 > /home/kgurl/public_html/gallery/albums/blahblahblah/MikeNCJ.thumb.jpg
Results:
none
Error messages::
Status: 255 (expected 0)
Error: Unable to make thumbnail (0)!
Halp!
Also will this version run with phpnuke 6.9? Thinking about re-installing 6.5...
I'm running php 4 on Apache/2.0.46
Net pbm is installed and permissions set to 755 on all files.
The albums folder is also set to write to. |
|
| Back to top |
|
|
AdBot
|
| Post subject: unable to make thumbnail? |
|
|
|
|
|
| Back to top |
|
 |
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Tue Sep 16, 2003 2:33 pm Post subject: |
|
|
Have you used the correct binaries? Any reason why the netpbm binaries are in you cgi-bin? Any special server setting there?
Nice site BTW - interesting content. Was thinking about voting in your poll but couldn't make up my mind which one applied to me.  |
|
| Back to top |
|
|
foggygurl
Beginner


Joined: Sep 16, 2003 Posts: 2
|
Posted: Tue Sep 16, 2003 3:37 pm Post subject: |
|
|
Heh, glad you liked the site..it's uh..well... not live yet.
I believe they are the correct binaries for the server, but I guess I could move 'em and see if it makes a diff. The cgi-bin is shared, so there may be a pathing issue?
i'm also getting a path error on the html_wrap includes. The html_wrap folder is inside the gallery folder, but I get this:
Warning: includehtmlwrap(./html_wrap/inline_gallerythumb.frame.default): failed to open stream: No such file or directory in /home/kgurl/public_html/gallery/util.php on line 713
Warning: includehtmlwrap(): Failed opening './html_wrap/inline_gallerythumb.frame.default' for inclusion (include_path='') in /home/kgurl/public_html/gallery/util.php on line 713
yeesh..
 |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Tue Sep 16, 2003 4:47 pm Post subject: |
|
|
Is your webserver a MAC? there is an issue with unStuffing the GALLERY file (32 max limit on filenames)
Also
Quote: ›
Warning: includehtmlwrap(): Failed opening './html_wrap/inline_gallerythumb.frame.default' for inclusion (include_path='') in /home/kgurl/public_html/gallery/util.php on line 713
Looks like your PATHs are set wrong - should be something like:
modules/gallery/html_wrap/inline_gallerythumb.frame.default - with the 'modules/gallery/' part included.
Also check that you have that file (inline_gallerythumb.frame.default) in you html_wrap folder on the server and that the permissions are correct. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Sep 17, 2003 9:22 am Post subject: |
|
|
| the cgi directory has a very restricted set of permissions on what the programs inside it can/can't do. move them to somewhere else and give it a go. |
|
| Back to top |
|
|
|
|
|
|
|