I've no idea what you are trying to do... What is behind the "XML/fo2pdf.php" file?
I'd used the javabridge (an older version true) with FOP (also an older version 0.94 if i recall correctly), and i had it setup to work with tomcat as application server. I found it needed so that i could increase the memory for the processing threads... If on that file there are error trappings, disable them so that you get the full errors (or do some error trapping of what is going on), because something will be amiss. Also double check the paths, because you can't be sure where the path is really inside the several layers. [you can be trying to produce the pdf, but inside fop, the path of the file can, be for instance, pointing to the directory where fop is installed. Keep us posted... ;) On Tue, Nov 25, 2008 at 2:22 PM, Al Dancer <[EMAIL PROTECTED]> wrote: > Hello, > > thank you for your answer. > > Everyone has full access to the directory /tmp (read, write, execute for > all) > ls -al /tmp > drwxrwxrwt 7 root sys 3388 Nov 25 14:42 tmp/ > > I have set PATH to /usr/local/bin:/usr/sbin:/usr/bin > in Apache environment. I'll try to add there > /opt/coolstack/apache2/bin:/usr/php5/bin etc... > and will see. > > Al > > --- On *Tue, 11/25/08, Jean-François El Fouly <[EMAIL PROTECTED]>*wrote: > > From: Jean-François El Fouly <[EMAIL PROTECTED]> > Subject: Re: FOP to PDF using PHP > To: [email protected] > Date: Tuesday, November 25, 2008, 5:51 AM > > > paul womack > a écrit : > > > > Permissions, file paths, or $PATH errors would be the usual > > suspects. > > > > BugBear > In particular, I remember that we had to change permissions to write in > the user's home directory, and IIRC this is related to font caching. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >
