WR
Asked
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.
- MSAnsweredHello,
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_limit` in your php config file and it should be 256M or more.
Thank you - WRAnsweredThanks for your fast reply. memory_limit is set to 512M.
Also, there is no php error in log.
Maybe there is some DB issue? - MSAnsweredHello,
You can enable app logs but changing the `log_threshold` to 1 in the `app/config/config.php` and then try to access the page again. Lastly check the latest log file in the `app/logs/` folder.
Thank you - WRAnsweredi 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. - WRAnsweredfixed issue. by updating $config['base_url'] = 'https://....
in config file. - MSAnsweredI am glad to know that you have figured it out. Thank you for updating
- Login to Reply