invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
the xml file. This php is invoked via an AJAX call. After the xml file is generated I use the php command exec(the_command_string_for_running_the_php); When I do that, I get the error message invalid flag after regular expression. I posted to the php and javascript newsgroups, but they said

Re: invalid flag after regular expression

2008-11-13 Thread Andreas Delmelle
after regular expression. I posted to the php and javascript newsgroups, but they said that it was probably from the fop. Well, if you'll allow me to bounce back: The error has nothing to do with FOP. It is an error raised by the browser, pointing to invalid Javascript embedded in HTML

Re: invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
, the successful writing of the xml file. Where step 3° (5° resp.) corresponds to the AJAX onreadystatechange() handler attached to the request sent in step 1° (3° resp.). When I do that, I get the error message invalid flag after regular expression. I posted to the php and javascript

Re: invalid flag after regular expression

2008-11-13 Thread Andreas Delmelle
On 13 Nov 2008, at 20:43, Sheldon Glickler wrote: Hi snip / Now I am left with wondering why the exec command didn't create the pdf -- but that is a different problem. This needs some digging in the server logs, if I guess correctly... (if there is a server log somewhere, where the output

Re: invalid flag after regular expression

2008-11-13 Thread Sheldon Glickler
Andreas Delmelle wrote: On 13 Nov 2008, at 20:43, Sheldon Glickler wrote: Hi snip / Now I am left with wondering why the exec command didn't create the pdf -- but that is a different problem. This needs some digging in the server logs, if I guess correctly... (if there is a server log