Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12320
  • Joined

  • Last visited

  • Days Won

    853

Everything posted by Farshad Mohajeri

  1. Regarding the source code. When a new major Delphi version is released you can't simply upgrade by re-building existing packages, because Embarcadero changes internal compiler version for each major release. This means that all version sensitive code should be revised and new version added to definition files. This must be done manually for three packages. uniGUI, Indy and SynEdit. Besides all packages should be edited to add new path settings for new Delphi version. We do this each time a new major release is available. So it is not simply a matter of re-compiling existing packages.
  2. Can please paste the error message here? Thanks
  3. Hi, Which uniGUI build are you using? Our latest build is compatible with all existing Delphi versions (including patches).
  4. Please press ctrl F5 in browser.
  5. We will update our online docs to show how to install HyperServer on Ubuntu. Thanks
  6. There's no difference. Just follow the instructions on how to configure Hyperserver.
  7. Yes, you can configure HyperServer on Linux. It can run on as an standalone app serve several apps using HyperServer applications.
  8. Probably you can test first with another application and see if anything changes. My tests here shows no abnormal results.
  9. Hi, Have you customized the server control panel? It looks different than the standard version.
  10. Hi, Can you change pool identity to LocalSystem and see if anything changes? https://www.unigui.com/doc/online_help/using-a-different-account-for-.htm?zoom_highlightsub=identity
  11. Fix will be available in next build.
  12. Confirmed.
  13. OK. I will check it.
  14. EHyperServer: Session flood detected, IP: 000.000.00.00 Is this the exact IP you get? 000.000.00.00 ?
  15. No, I mean the error message in uniGUI log file.
  16. Hi, Can you please paste the complete logged message? Thanks
  17. Hi, Can you specify the total size of image files selected at the same time?
  18. Can you send us the form (PAS + DFM) causing this error?
  19. Hello, There were a couple of issues. We fixed those issues that were related to uniGUI and they were included in build 1593.
  20. Hello, You must renew your subscription to be able to download latest builds which also support latest Delphi versions.
  21. Hi, For HyperServer we don't disable the feature completely, instead we control access by assigning users to server monitor. By default it asks for user name and password. prompt_login=1 [login-0] user_name= password= admin=0
  22. Do the following: Set global_binding to your domain name. Enable SSL and provide SSL certificates for your standalone Hyperserver service which is also your dedicated websockets server.
  23. This is only visible from local PC not other PCs. wss://localhost:8081
  24. Global binding should be a public domain, so any client can access it from internet or intranet. global_binding=localhost:8081
×
×
  • Create New...