I have my application working perfectly locally, I pass it to production on the server, open it, I see all the data perfectly, I have the same version of php and mariadb both in development and production. But … when doing the lookup the fields do not display data, neither in the search fields and in some tables when adding a record I get this error [object Object].
I am missing some php extension on the server, permissions on folders?
I would really appreciate a help. Thanks a lot!!
You may check the HTTP response, see https://discourse.hkvstore.com/t/check-http-response/3213/1
arbei wrote:
You may check the HTTP response, see
https://discourse.hkvstore.com/t/check-http-response/3213/1 .
Thanks for the help, the latency is fine, in the network and console it does not give any error the Headers respond in 200 with status ok, in fact the reports I make and all the other tables work correctly, the problem is the master / detail which has several lookups to other tables and a search by record with an autofill to another table.
I was thinking that maybe it would be some extension that my docker container or folder permissions is missing, but I gave 777 to the whole site to test and it continues in the same way.
The strange thing is that everything works perfectly …
You may also turn on Debug (see https://www.hkvforums.com/viewtopic.php?f=18&t=49192) and check the log file for errors.
arbei wrote:
You may check the HTTP response, see
https://discourse.hkvstore.com/t/check-http-response/3213/1 .
Thanks for your help, apparently the problem is in deploying in docker containers, I tried several apache + php + mysql and I always get the same result, however when I raise a virtual debian to test it installs natively php, apache2 and mysql runs it perfect. The problem is that all the app in production are in kubernetes and docker, if I find the solution I am posting. Greetings and thanks for the help!!!