Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
#830640
Hi,

Grateful if I can be advised how to solve the following problem.
I created a field of LongVarChar 999 in a PM table. This table is used for storing long strings (which are mysql_real_escape_string(json)). It works well if the strlen(mysql_real_escape_string(json)) < 7K. When the strings are of size 7+ K or longer, the "Connection Was Reset By Server" page came up with error message "The connection to the server was reset while the page was loading." and the saving failed.

From https://wiki.processmaker.com/3.2/PM_Tables, LONGVARCHAR is a string of characters up to 16,777,215 bytes long. I think a 7+k string should be able to fit in.

I have also set the ThreadStackSize in httpd.conf to
<IfModule mpm_winnt_module>
ThreadStackSize 67109504
</IfModule>

What is the cause of the problem and how to fix it?

Thank you in advance.
cheers,
Karl

The Quantum AI Project Trading Platform stands out[…]

I can help you with the top solution to import OST[…]

If you have an email and want to open it in PST fo[…]

Coinbase clone software is a ready-to-go software […]