Recent content by saratogacoach

  1. saratogacoach

    Configuring new HEAK as Azure Linux (Nginx) App

    Good news! Hope this helps others in a similar situation (complicated configuring for HEAK on platforms like Azure, AWS, etc.). A few days ago, a Laravel helper package called Laravel Forge was recommended through an email exchange with a Laravel architect based in Greece. He suggested Laravel...
  2. saratogacoach

    Configuring new HEAK as Azure Linux (Nginx) App

    In searching for a solution there is in Azure an option to utilize an Apache virtual machine (Ubuntu), PHP 8.2 with MySQL database (LAMP), instead of using Nginx. Apache may be a better option to configure than Nginx, but setting up Laravel in Apache is still very complicated, so far, beyond my...
  3. saratogacoach

    Configuring new HEAK as Azure Linux (Nginx) App

    Thank you kenenthgoeieman and oldteacher. I am still trying, but so far no success. I am using Azure because of the need for meeting healthcare privacy requirements (in the USA: HIPAA). Azure is HIPAA compliant. I looked at AWS which complies with HIPAA and uses Apache servers but was unable...
  4. saratogacoach

    Configuring new HEAK as Azure Linux (Nginx) App

    Hi, Have been trying, for a while now, to get the new HEAK to work as an Azure Linux PHP 8.2 (Nginx engine) web app including My SQL database with no success. Followed Microsoft tutorial for setting up a Laravel app + MySQL DB carefully, made configuration changes for example to change the...
  5. saratogacoach

    2023 BETA testing

    Thank you! 😃
  6. saratogacoach

    2023 BETA testing

    Please provide the new HEAK (and supporting documents) download link so I can test it. Thank you.
  7. saratogacoach

    2023 BETA testing

    Wonderful! Will begin testing. Would also like to test the new Online Activation Kit compatible with the latest PHP versions, when available. Please advise when and where the new Online Activation Kit (with instructions for use) is available. Much thanks. Best Wishes,
  8. saratogacoach

    Online Activation

    Hi, Have been testing Online Activation using the 2023 BETA. I found that unless I reset PHP 8.xxx back to PHP 7.xxx, it would not work at all. There appears to still be other problems when I have tested, especially populating the DB with a new test user after they have completed a test...
  9. saratogacoach

    On Line Activation Suggestion

    The paypal.php scripts add a user to the DB. Have been testing BETA 2023, and so far the PayPal IPN although sent (verified) which should trigger this DB user-addition has not worked. Wonder if when Online Activation Kit is updated for release version of 2023, whether paypal.php scripts will...
  10. saratogacoach

    HTML Executable 2023 Beta 1 - June 9th, 2023

    Tried disabling multi-core compression and CEF multi-core compression as suggested, setting the engine to CEF. Took 15-22 seconds to load the screen that depends on three.min.js. As mentioned above, WebView2, works well, with no loading delay. HTH.
  11. saratogacoach

    2023 BETA testing

    Tested the Online Activation Kit, using PHP 8.2.7. Got Server Error 500. Changed PHP version on my test site to 7.2.34 (outdated), and activation worked (no server error). I am guessing that the Online Activation Kit needs to be updated for latest PHP version 8. Any way to update this in the...
  12. saratogacoach

    HTML Executable 2023 Beta 1 - June 9th, 2023

    Further testing, now using WebView2, same large project: no loading delay for three.min.js or any other project file. So far, WebView2 works flawlessly. 😀 Still getting compilation hanging when standard compression is not disabled or media compression is enabled. Does not happen when “Do not...
  13. saratogacoach

    HTML Executable 2023 Beta 1 - June 9th, 2023

    So, If I apply this setting to the three.min.js, loading of the page that depends on this library improves by a few seconds: instead of ~20 seconds loading time, down to ~15-18 seconds. Also, sometimes still endlessly hanging when compiling: so far cannot isolate what causes this intermittent...
  14. saratogacoach

    HTML Executable 2023 Beta 1 - June 9th, 2023

    While three.min.js is a small file, did some reading about three.js and there are reports of slow loading problems. However, the HTML5 project (published as HTM) that is being used for creating the EXE, when run via the HTM, three.min.js loads and runs with no noticeable delay. When creating...
Back
Top