Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,215
  • Joined

  • Last visited

  • Days Won

    695

Everything posted by wolstech

  1. If you edit the target value of those DNS records to be johnny.heliohost.org instead of your domain, the autoconfig feature should work (no guarantees though, I'm not sure anyone has ever actually tried this before...) You also need to create a few other records: An MX record with a target of johnny.heliohost.org so you can receive mail. A TXT record for SPF. Create a TXT record with a blank name (or you may need to enter your domain as the name), and put this as the value: "v=spf1 ip4:64.62.151.106 ip6:2001:470:1:1ee::2009 ~all" A TXT record for DKIM. Create a TXT record called default._domainkey.tenkyuu.dev and put the below value in it: "v=DKIM1; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+SDLc/Hl5PNixlC3Z1QqVI5F0WQUTC0wA2GHBtcHm+cqyRxqCWP7OmmV5Z7Vn3nos10c8TB7chpdkPiTVeO53mrpK6ZC9fjhlfFajdLReXJvRhqR+MBCwUEw1IimwFUz35YIRwqJ2bHaqvtjhuH4oOZ45qq79GB9gsc5OGC/A74pvZBOzMt1zYo3BvwUNo2LTgcyMDTunY+ZU15PBFyE34tj8iniPctiznyx+MboWzR4FCG/igoSwuksUm591bW8PblllmtUzdIQi7ORn9P+JO+bCW29gJlJ77wxupzvelwUMbi/iNWrCnyVbJVNxHxGQTu4jzvMg74BfIGZ1YErmQIDAQAB;"
  2. You should set up the client manually, do not use autoconfig. When entering the connection info, enter johnny.heliohost.org (not your domain!) as the server address. If you enter your domain as the server in a mail client, it will not work. If you want the auto config to work, change the domain name in the target of those SRV records to johnny.heliohost.org as well. Also, did you create an MX record? You need to create an MX record pointed to Johnny.heliohost.org so you can actually receive mail. If you plan to send it, you also need to create TXT records for SPF and DKIM.
  3. Strict mode is a known issue. The recommended settings are Full (but not strict). Plaske is unable to issue certificates when strict mode is enabled because Lets Encrypt requires a plain HTTP connection to verify the domain. This is especially problematic when the current certificate is already expired, or is missing, as Cloudflare will block all traffic to the site if the certificate is invalid, including plain HTTP. Some features such as "keep domain secured" will not function properly with strict mode enabled.
  4. Please clear your cache. The domain is working for me.
  5. DKIM, SPF, and DMARC have been set up for the domain e.killallchickens.org. We recommend sending a real email (not just the word "test") to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
  6. This is a quirk of old migrated forum accounts. When a person signs in and checks them for the first time after the upgrade, they instantly get all of the badges they would've earned according to their registration date. That's how you learned all of those "one minute ago".
  7. Domains added. Please make sure you configure DNS. The domains can take up to two hours to work.
  8. It was archived, not suspended. I've renewed your account for you, it may take up to 2 hours to work again. In the future, you can renew it yourself using https://heliohost.org/renew/
  9. MariaDB cannot be updated without rebuilding the server. That said, Morty has a much newer version than Johnny and Tommy because he was built later. You'll need to either move to Morty or purchase a VPS for this. We eventually plan to rebuild Johnny and Tommy with the newer version, but no ETA on this happening. Account xcrow has been reset as requested. An email should be sent shortly with instructions for completing the reset process. If you need the content of your old account, a backup is available at https://heliohost.org/backup/
  10. Krydos can enable this for you
  11. Domain added. We can't enable WSGI control until a flask app is installed on the domain (the wsgi file has to exist before we can enable it), so you'll need to install an app first (it can be anything, even a hello world app, as long as it exists). The domain will take up to 2 hours to start working.
  12. It looks like you just created your account today. Websites can take several weeks to months to appear on Google. It just happens whenever Google gets around indexing it. We don't have any control over that. You could sign up for the Google search console and submit it for indexing to help speed this up. As for the SEO tools in Plesk, we don't have a license for the premium version, so the rank tracker feature does not work. The free version only has the site audit.
  13. Krydos might have more of an idea about why this would happen. I'm not terribly familiar with Python...escalating.
  14. Yeah, Laravel breaks your account if you delete it after installing it using the toolkit. There is no uninstall option, you have to reset your account. Someone did submit a suggestion to Plesk for an uninstall/detach option for Laravel Toolkit (you can vote for it here on Plesk's site), but it has not been added to date. Do you want me to reset your account completely so you can start over (all content will be deleted)?
  15. There's a Logs option in Plesk that show Python errors...they're a bit hard to read because of how Plesk formats them,. but the whole thing including the trace is there. The last line kind of explains it though...your error is this: ModuleNotFoundError: No module named 'pymysql' The modules available on Tommy are shown here: https://krydos1.heliohost.org/pyinfo/info3.12.py You can also request that module be added if you need it.
  16. Python modules are installed globally on the Plesk servers. You're on Tommy, and Flask is already installed and on v3 on Tommy. We arent going to downgrade as it would break other users accounts, so hopefully your app can use v3. These modules are present but need to be updated. SQLAlchemy==2.0.40 Werkzeug==3.1.3 blinker==1.9.0 Jinja2==3.1.6 The rest are current. Escalating.
  17. Response below from Krydos was lost due to a backup restoration:
  18. [Responses lost due to a backup restoration] Was unsuspended on April 9, was for multiple accounts, turned out to be either family members or education accounts (forget which).
  19. If the system won't let you use Paypal balance for a purchase, try sending the money manually. Try this link to send us money: https://paypal.me/heliohost Or you can try to Paypal the money using the email address admin@heliohost.org Once you get the money sent, post the transaction ID here. An admin will need to manually verify the transaction and move you if you do this, so it may take some time for you to be moved.
  20. Are you using the same version of node? Is there a config file for it that you can edit? Krydos might be able to figure this out for you, but be aware that Google suggests that this library is discontinued because it used a dependency of its own (phantomjs) that is obsolete and no longer supported. Last release was in 2021...
  21. Well, first I should correct myself on MariaDB...we use 10.5, not 11.5, so not the latest version (and in fact quite old). Some research on this suggests that this error is usually due to bad SQL syntax. The error means something in your SQL is trying to set a foreign key to an invalid value of 0. MySQL doesn't (or isn't supposed to) let FKs pointed to automatic primary key (auto increment) fields be 0...the reference would be invalid since automatic fields in MySQL start at 1 and are always a positive integer. If there's no correct value for a foreign key, it should be null , not 0. Whether the 0 being fed into that function is the result of Django doing something weird, being broken/different version, or you just have bad code is beyond my knowledge.
  22. I'm not sure this is possible because Django is shared by everyone on the server...upgrading it might break many other users' software. Krydos would know for sure though.
  23. Remote access enabled for IP specified. Host: lily.heliohost.org Port: 3306 Username: paladin2
  24. Can you post the exact error message? Also, what database type are you using, and what database server did you use locally on your computer when testing? If it's mysql, note that our servers are running the latest version of MariaDB, which, while a fork of MySQL that is extremely compatible, may vary slightly in its behavior.
×
×
  • Create New...