netpbm problem on lycos.co.uk

weiwei

Joined: 2002-09-15
Posts: 1
Posted: Sun, 2002-09-15 22:35

Can anyone please help me with this???

i can never get the gallery working......

i upload netpbm linux version... on the /netpbm folder in my home dir of the lyxos.co.uk server and my gallery is on /gallery folder.

i'm not sure what i need to put for the Path to NetPBM: should i put /netpbm?

can anyone help me????

and there is an warning saying: Warning: exec() has been disabled for security reasons in fs_unix.php on line 32

is this anything to do with the above warning???

help me please..... everyone.....

thanx a lot
:oops: :oops: :oops:

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2002-09-16 02:53
Quote:
i upload netpbm linux version... on the /netpbm folder in my home dir of the lyxos.co.uk server and my gallery is on /gallery folder.

i'm not sure what i need to put for the Path to NetPBM: should i put /netpbm?

No, you have to provide the full path. You might ask your ISP to tell you what the full path is, if you can't figure it out directly.

Quote:
and there is an warning saying: Warning: exec() has been disabled for security reasons in fs_unix.php on line 32

This is a separate issue, and it's a deal breaker. Your ISP has disabled the exec() call in PHP and Gallery requires that to function. You either need to get your ISP to re-enable this call, or you need to use PHP as a CGI binary (see FAQ B.3)

 
madmigmr2

Joined: 2002-09-20
Posts: 1
Posted: Fri, 2002-09-20 02:23
Quote:
Can anyone please help me with this???

i can never get the gallery working......

i upload netpbm linux version... on the /netpbm folder in my home dir of the lyxos.co.uk server and my gallery is on /gallery folder.

i'm not sure what i need to put for the Path to NetPBM: should i put /netpbm?

can anyone help me????

and there is an warning saying: Warning: exec() has been disabled for security reasons in fs_unix.php on line 32

is this anything to do with the above warning???

help me please..... everyone.....

thanx a lot
:oops: :oops: :oops:

Put this code on one php page and upload it to the server and run it

<!-- BBCode Start --><TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font class="pn-sub">Code:</font><HR></TD></TR><TR><TD><FONT class="pn-sub"><PRE>
<?php print($DOCUMENT_ROOT); ?>
</TD></TR></TABLE><!-- BBCode End -->

You will get the path on the server

But for me the problem presists.
I only see one image saying "jpg" where the thumbnails should show up.

I think that there is something that it's blocked on the lycos servers

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sat, 2002-09-21 08:25
Quote:
and there is an warning saying: Warning: exec() has been disabled for security reasons in fs_unix.php on line 32

This is a deal breaker. Your ISP has disabled the exec() call in PHP and Gallery requires that to function. You either need to get your ISP to re-enable this call, or you need to use PHP as a CGI binary (see FAQ B.3)