Question: Leading Data From Server Error

Leading Data From Server Error

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.

WR

Waqas Raja

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.
  • MS

    Mian Saleem

    Answered
    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_limit` in your php config file and it should be 256M or more.

    Thank you
  • WR

    Waqas Raja

    Answered
    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?
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • WR

    Waqas Raja

    Answered
    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.
  • WR

    Waqas Raja

    Answered
    fixed issue. by updating $config['base_url'] = 'https://....
    in config file.
  • MS

    Mian Saleem

    Answered
    I am glad to know that you have figured it out. Thank you for updating
  • Login to Reply