-
Posts
26483 -
Joined
-
Last visited
-
Days Won
947
Everything posted by Krydos
-
So is it working then?
- 13 replies
-
- send email php
- php
-
(and 2 more)
Tagged with:
-
Your username is stosmyk2 now, but everything else is the same. You should be able to log in now and your website should start working within 2 hours.
-
-rw-rw-r--. 1 sadeso1 sadeso1 1288 Jun 11 15:48 contact_me.php That is 664. It needs to be 644 like Wolstech already said.
- 13 replies
-
- send email php
- php
-
(and 2 more)
Tagged with:
-
I don't know much about windows, but if you were using linux it would be easy enough. First install apache, and php. Those are easy. Then compile python with shared enabled. Next install mod_wsgi for apache using the shared libraries of the python and apxs for your apache. You'll probably need to install apache-devel package to get apxs. Then edit httpd.conf to set up the configuration for mod_wsgi to work. Then just pip install django. From there you can set up your django application the same as on the server. I don't have the slightest clue how you would do any of that on windows, nor would I even want to try. If you're asking because you want to test your django apps locally before you upload them you don't need to do any of the above. You don't even need apache. Just install python, and then pip install django. Then use your commandline to run django-admin startproject. That command creates a manage.py file that you can use to start a testing webserver. Just run python manage.py runserver 0.0.0.0:8080, and then open 127.0.0.1:8080 in your browser to see your django app.
-
There you go https://krydos1.heliohost.org/71/phpinfo.php
-
Try resetting your password at https://tommy.heliohost.org:2083/resetpass?start=1 next.
-
What happens if you reset your password at https://www.heliohost.org/reset/ ?
-
Which version of php are you using?
-
Done. You should now be able to log in and your website should start working within 2 hours.
- 4 replies
-
- 1
-
-
- inactivity
- archived
-
(and 1 more)
Tagged 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...
- 4 replies
-
- 1
-
-
- inactivity
- archived
-
(and 1 more)
Tagged with:
-
Your username is nilesh3 and your account is on Tommy. You don't need another invite because your account is already on Tommy. If you login at https://www.heliohost.org/login/ click continue to cpanel, and then look in the top left you can see your server.
-
Can you log in now? https://www.heliohost.org/login/
-
No it has nothing to do with you or your .war file. The server was just being strange. I've tested it a dozen times since then using your same .war and a bunch of other .wars and it has worked every time since. Not sure what the deal was, but as long as it doesn't happen again no big deal I guess.
-
Done. You should now be able to log in and your website should start working within 2 hours.
-
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...
-
pear/id3 requires PHP (version >= 4.3.0, version <= 6.0.0), installed version is 7.0.30 I haven't tried it yet, but according to that error message it should work on php 5.6. Before I install it are you willing to switch versions to use id3?
-
First of all, your username is cmh not chm. Second, there is no user chm_stars, but I assume you mean cmh_<removed>. Mysql is case sensitive for this. You didn't specify the database so I had to search for it, but you only have one database so that was easy enough but it did waste some time. Next, there is no table named stars_es again because it's actually <removed>. Tables are case sensitive too. If you make requests like this in the future please provide full and accurate data. It makes it a lot less frustrating for me. I'll remove the names once you acknowledge that you have read it.
-
[Solved] Request: Remove java request from queue
Krydos replied to etilk's topic in Customer Service
You request for java has been removed. -
You can post your email or you can pm it to me. If you choose to pm it please leave a message on this thread otherwise I'll never remember to check my pms.
-
[Solved] Archived due to inactivity
Krydos replied to ofcourse's topic in Suspended and Queued Accounts
Done. You should now be able to log in and your website should start working within 2 hours. -
[Solved] Archived due to inactivity
Krydos replied to ofcourse's topic in Suspended and Queued Accounts
There was a conflict with your username in the system. Your username is ofcourse2 now. Let us know if you need help with anything else. -
[Solved] Archived due to inactivity
Krydos replied to ofcourse's topic in Suspended and Queued Accounts
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... -
There was a conflict between the domain what.heliohost.org and a previous account. It can take up to 48 hours for accounts to fully delete and it's likely the new account was created before the old account had completed flushed out of the system. I have requeued your account for creation and it has created successfully this time. http://what.heliohost.org/ You should now be able to login at https://www.heliohost.org/login/ Let us know if you need further assistance.
