Can\'t pinpoint the problem, maybe someone\'s seen something like it:
I\'m having php execute something called j-generator from a script. I\'m having jgenerator create a rollover.swf flash file from rollover.swt. I\'m executing it like so:
system( $cl. \" &> /home/error.log \" );
Where $cl has a valid command line and /home/error.log logs the execution error which is:
Connecting to http://www.ubergeek.tv/client/datasource/titles.php?table=currentP
rojectList&id=1 ...
Retrieving content of http://www.ubergeek.tv/client/datasource/titles.php?table=
currentProjectList&id=1 ...
File \'/home/client/htdocs/rollover.swt\' not found
The weird thing is that I can execute this fine in telnet, under different users. Plus the ubergeek.tv URL it\'s retrieving content from is from inside the rollover.swt file that it says it can\'t find! I can\'t tell if it\'s an issue with user permissions or jgenerator or what.
Running RedHat 7.1
Apache with Php module 4.0.6
Any help is appreciated!
Chris