August 6, 200817 yr Newbies Hi, Ok basically I have a script NewQueueRecord which creates a new record in the JobMonitor table. I can run this script directly from PHP with no problems. However when I try to run RGA_Issued_4 which contains Perform Script NewQueueRecord, no row is created in the JobMonitor table. Both of these scripts run as expected within FM. So, does anyone know of a limitation when executing a FM script from within PHP that would cause a call to a subscript to fail? Let me know any other information that would be useful, I find that I usually miss something when trying to explain a problem *winks*
August 6, 200817 yr Open up the RGA_Issued_4 script for editing. Check the box labeled "Indicate web compatibility" in the lower left hand corner. If any of the script steps are grayed out they will generate fatal error and the script will abort the script. This has certainly bitten me in the rear a few times.
August 6, 200817 yr Author Newbies Ok, checked that... there are script steps that are greyed out. Will they halt the execution the script if that particular step isn't executed, or are they skipped?
Create an account or sign in to comment