I am running in an environment making heavy use of AJAX. I get the
error message "invalid flag after regular expression" after doing the
php command:
exec($command);
where
$command = 'fop/fop.sh -xml a.xml -xsl a.xsl -pdf z.pdf';
The error message shows up when I look in firebug.
I have googled for this and have search the AJAX code (and other code)
to find the source of this message with no success. Can someone point
me in the right direction?
Could this possibly be coming from the fop.sh?
error message "invalid flag after regular expression" after doing the
php command:
exec($command);
where
$command = 'fop/fop.sh -xml a.xml -xsl a.xsl -pdf z.pdf';
The error message shows up when I look in firebug.
I have googled for this and have search the AJAX code (and other code)
to find the source of this message with no success. Can someone point
me in the right direction?
Could this possibly be coming from the fop.sh?
Comment