Hello Forum.
Only a couple of weeks ago, I bought a license for PHPRunner and I already have a fully functional prototype of my database application running.
However I have a small problem. I feel confident that the solution is documented somewhere, but I just can't find it.
My Web hosting service does not support "set_time_limit()", so to get Export to work, I need to simply comment out this line in the export script.
I can do this manually on /My_table_export.php, but need to do this, almost every time I upload a new Build.
I found PHPrunner5.3\source\export.php and commented out the line here, but still this has not impact on the finished page.
Where do I find the source template, which I must address, so that this effects the published application?