-
Posts
26471 -
Joined
-
Last visited
-
Days Won
945
Everything posted by Krydos
-
777 permissions would for sure result in a 500 error. PHP files have to be 644. What is the url of the 500 error?
-
503 is the error that asp.net gives when apache is up but mono isn't working. Maybe Wolstech, as the resident windows expert, has some ideas. This whole thing is kind of making me chuckle though because asp.net is a windows thing, and mono was made to run this windows only thing on Linux, and now you're running this thing on Windows that was designed to run Windows technology on Linux. It reminds me of plugging an AC to DC adapter into the wall, and then hooking a DC to AC power inverter to it.
-
Well, if you decide to switch to Linux let me know and I'll be able to help you.
-
Maybe this will help https://anmar.eu.org/mono/mod_mono/ I have no idea about windows.
-
The most common cause of 500 errors on php files is permissions. Make sure your permissions are set to 644, not 664 or anything else.
-
Which version of php are you using?
-
We usually recommend Joomla for people who want to move away from wordpress. I don't think I've ever seen a Joomla site get suspended for high load. Here are some shopping cart extensions for it https://extensions.joomla.org/category/e-commerce/shopping-cart/
-
Wordpress just causes a lot of load. I checked the bandwidth logs and your account isn't even showing up at all. That basically means you're getting no traffic to your account and you're still doing the highest load on the server. For instance another account on the same server as you had 58 GB of bandwidth over the past week, and you're doing more load. As always we strongly recommend not using wordpress for this and many other reasons. Unsuspended.
-
We've considered it, but it takes very little time and effort to do it manually. Generally we prioritize automating things that take a lot of time or effort.
-
WordPress Seems to have lost the ability to write to files?
Krydos replied to JpTiger's topic in Customer Service
You can't nor should you need to change ownership of any files or directories. Everything in your home directory and public_html should be owned by you already. I don't know if it will help, but I found this https://codex.wordpress.org/Changing_File_Permissions I'm sure you've heard us ranting and raving about how horrible wordpress is, and we've come really close to banning its use on our servers. Maybe this is a sign that you should switch software? -
Please read the terms of service that you agreed to when you created your accounts https://wiki.helionet.org/Terms You're only allowed to have one account. Keep in mind you can host as many domains as you want on one account. Unsuspended.
-
To make things a bit simpler: Check https://bybyron.net/php/tools/dns_records.php?domain=icnsoft.ml&rec=A if it says 64.62.211.134 then AutoSSL will work. If it says any other IP AutoSSL will not work.
-
Make a post from the forum account requesting the username change, and we can change it.
-
There you go https://krydos1.heliohost.org/cgi-bin/modules36.py As far as the load goes it's hard to say. You're technically allowed to use unlimited cpu and unlimited memory, but if the server starts to perform poorly the account that is causing the most load is suspended to get the server back into acceptable operating performance. As long as you aren't the highest load on the server though that means someone else will get suspended, not you. The best advice I have is to post on here and ask us how your load is occasionally. Even if you're the highest load that doesn't mean you'll get suspended either as long as the server is still working well.
-
Welcome to the club. Freenom does that all the time. You can login at https://www.heliohost.org/login/ and then click the button labeled “Change main domain”. I just went ahead and changed it for you though.
-
Done. You should now be able to log in and your website should be working again.
-
What username, domain, or email address were you trying to sign up with?
-
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...
-
If you delete or rename your .htaccess file do they start working?
-
Which folders specifically do they work and not work in?
-
What do you need from python 3.5 that python 3.6 doesn't provide? You could always get a vps https://www.heliohost.org/vps/ and you could install whatever version of python that you wanted.
-
AutoSSL doesn't work if you're using cloudflare. https://bybyron.net/php/tools/dns_records.php?domain=icnsoft.ml&rec=NS
-
The limit is now 600 for your account. If you exceed the limit with php mail() function it's not the end of the world anyways. You just get throttled to only being able to send 1 email per hour, and the rest get queued up. You'll start getting a lot of bounce-back type emails saying your send limit has been exceeded if this happens.
-
Done. You should now be able to log in and your website should be working again.
-
Python 3.6 is already installed on all of our servers.
