Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,595
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. Are you using php 7.0, 7.1, or 7.2?
  2. Source: https://www.helionet.org/index/topic/31947-innodb-is-in-read-only-mode/?p=144357
  3. That happens because we use cpanel as our control panel. Just name your directory something else.
  4. Here's your errors: Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error maps.googleapis.com/maps-api-v3/api/js/32/2/util.js:237 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys You can find them yourself by pressing F12 in chrome. That probably means you're using the same api key on both domain, but that api key was created to use the domain painel.heliohost.org not imoveisamurel.site. Try creating a new api key with your .site domain.
  5. @DmC, I see your donation. Thanks!
  6. Your picture doesn't work. You can create a file with .php extension with these contents <?php phpinfo(); and when you visit that page it will say which version of php you're using at the top. Example: https://krydos.heliohost.org/72/phpinfo.php
  7. You're responsible for your account and any malware or spam it might send. We have a finite number of IP addresses, and it wouldn't be fair to everyone else if someone was to ruin each of our IPs in this same way.
  8. If you don't like Tommy you should try https://www.heliohost.org/partners/hostgator It's only a penny for the first month.
  9. Deployed. http://bfpsw.heliohost.org/JAW/
  10. What does the author of the code say?
  11. It looks like you figured out you can delete your account on your own at http://www.heliohost.org/classic/support/scripts/delete
  12. It's not a problem. It's a security risk to have remote access to a database so it's disabled intentionally by default. Most people don't want and don't need remote access. Remote access enabled.
  13. Done. You should now be able to log in and your website should start working within 12 hours.
  14. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  15. It works for me now. https://rapidenglish.me/
  16. Done. You should now be able to log in and your website should start working within 2 hours.
  17. Oh, it looks like that domain is available to purchase https://www.namecheap.com/domains/registration/results.aspx?domain=anjaliheritahe.com&aff=102467 I didn't check to see if you had purchased the domain first.
  18. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  19. Why are you even trying to do this? There's probably thousands of qr code apps for your phone.
  20. Can you check your php version, because it's definitely disabled in php 7.2?
  21. The reason your css/js isn't loading is because you're getting a 500 error on all of those files. For instance http://tatoeba.ga/iwbx-assets/css/bootstrap.min.css Try deleting or renaming your .htaccess file. That can cause 500 errors sometimes.
  22. The error is likely different on different devices. I'm using a desktop computer without any type of camera so that error makes sense to me. Running it on a phone where a camera is available might have a different error message. Then maybe some phones work and others don't. It's hard to say for sure.
  23. Eddie.
  24. The error is being produced by this code: cameraError: function(error) { //callback funtion to camera error console.log(error); } According to the comment it sounds like the device that it can't find is the camera. (Also someone managed to spell "function" right and wrong on a single line.)
×
×
  • Create New...