Problem in php program execution

Closed
jsridhar Posts 2 Registration date Monday 4 May 2015 Status Member Last seen 10 January 2017 - 10 Jan 2017 à 05:09
yg_be Posts 23437 Registration date Sunday 8 June 2008 Status Contributor Last seen 6 June 2025 - 14 Jan 2017 à 09:24
Hello,

I am facing a peculiar problem. I have a program for listing out certain commercial order transactions. When I run it on my local host server, it runs fine and displays the output. But when I try to run it on my cloud test server, it does not run and merely refreshes the page without displaying the output.

The following are the system details:

Apache Server Config: LAMP Server

Localhost Server (my laptop)
post_max_size = 8MB
memory_limit = 128M

Test server (cloud)
post_max_size = 8MB
memory_limit = 128M
Both Test and Localhost servers have the same configuration
Our observation is that it works well when the data is light. But when there are more than 60 transaction tags in the Table to be submitted, the problem surfaces.
We are using tinymce editor to design the table and the tinymce editor data is posted to the server.

What could be the reason for this and how can this be resolved? Can anyone help and guide me, please?

Thank you.

J Sridhar
India

2 responses

Blocked Profile
10 Jan 2017 à 17:13
It sounds like your timeout is too low. Extend it to 180 seconds and see what happens! Without more details, it is hard to troubleshoot!
yg_be Posts 23437 Registration date Sunday 8 June 2008 Status Contributor Last seen 6 June 2025 5
14 Jan 2017 à 09:24
It could be caused by a network issue : small messages being received, and large messages being dropped.
You can perhaps diagnose that by pinging with long frames.