I have a form with a button which executes a php code. Basically this code select rows form a table, perform some operations on the selected data and then insert into another table. When finishes a sc_commit is executed.
The button’s php code runs properly in the developing environment but it seems like never is executed in the production environment.
Does anybody can figure out what’s going on? What can i check for?
Tnx
Re: PHP button’s code not executing
have set Primary Key?
Re: PHP button’s code not executing
Hello Daniel,
Enable debug mode (application --> setings) and see if the statements are running as they should. In addition make sure that those SQL Statements runs correctly on your Client. If they do then contact our support and we will take it from there.
regards,
Bernhard Bernsmann