We have 3 licenses. Script works fine on one server but stuck on other 2 servers. Shows Leading data from server while loading any section like items, check ins, checkouts, etc.
- MSAnswered
Hello,
Please check the server’s php error logs and let me know the error details so that I can suggest.
Just a though, please check the
memory_limitin your php config file and it should be 256M or more.Thank you
 - WRAnswered
Thanks for your fast reply. memory_limit is set to 512M. Also, there is no php error in log. Maybe there is some DB issue?
 - MSAnswered
Hello,
You can enable app logs but changing the
log_thresholdto 1 in theapp/config/config.phpand then try to access the page again. Lastly check the latest log file in theapp/logs/folder.Thank you
 - WRAnswered
i am getting this error on console. jquery.js:6 Mixed Content: The page at ‘https://stock.xxxx.com/items’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘http://stock.xxxxxx.com/items/get_items’. This request has been blocked; the content must be served over HTTPS.
 - WRAnswered
fixed issue. by updating $config[‘base_url’] = 'https://… in config file.
 - MSAnswered
I am glad to know that you have figured it out. Thank you for updating
 - Login to Reply