Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,386
  • Joined

  • Last visited

  • Days Won

    909

Everything posted by Krydos

  1. It sounds like you might have a firewall blocking the cPanel port which is 2082. Try using this link to log into cPanel: http://cpanel.weirdrealm.heliohost.org/ this link uses port 80. The recommended way to log in is to allow connections through port 2082 and log in at http://heliohost.org/ This ensures that your logins are counted and you do not get suspended for inactivity. Let us know if you're still having trouble logging into your account.
  2. Your account was suspended for inactivity, because you haven't logged into your account in the last 30 days. To reactivate your account, please visit http://www.heliohost.org/home/support/scripts/renew. To prevent this from happening in the future please remember to visit http://heliohost.org/ to log into your account at least once every 30 days. If you are still seeing the Account Suspended page after renewing your account, please clear your cache.
  3. What server are you on?
  4. What version of Tomcat are you running locally?
  5. m.trong.tk has been created for you.
  6. That domain is already deleted from cpanel, but it can take up to 24 hours for any changes to domains to go through just the same as setting up the domain.
  7. Deployed. http://infopar.heliohost.org/infopar_catechesi/
  8. Deployed. http://infopar.heliohost.org/infopar_catechesi/
  9. Are you using persistent mysql connections? It's always a good idea to explicitly close any mysql connections as soon as you no longer need them. Relying on php garbage collection to close the connections for you can result in wildly varying results.
  10. Your site loads fine for me. What url are you using to login to cPanel?
  11. Glad your problem got solved! Please spare a few minutes to take our brief survey: http://feedback.heliohost.org/ Your participation in this survey is greatly appreciated.
  12. Thank you for reporting this. It seems Horde webmail on Johnny had some corrupted datafiles. I fixed the issue and it should be working again now. Let us know if you're still having issues checking your mail with Horde.
  13. So, you're saying that it will only work with version 4.4.0 and if I can't upgrade the system to the absolute latest version it isn't worth upgrading it at all because it still won't work?
  14. There are always plans to upgrade everything. The way we prioritize what gets upgraded and in what order is when users show interest in something being upgraded and how many users it will benefit. So, thanks for showing your interest in this feature.
  15. If the manual installation is too complicated to figure out, you can always install open real estate with softaculous with this link http://johnny.heliohost.org:2082/frontend/x3/softaculous/index.live.php?act=software&soft=445
  16. Your account was resuspended for failure to take care of the malware problem during your allotted 24 hour period. The offending files have been deleted, and your account has been manually unsuspended. If you still see the suspended page then you should try clearing your browsers cache.
  17. Make sure the .war file is located in /home/<username>
  18. Can you find out what version you need then? Perhaps if you ask the developers of the Ioncube PHP Encoder 8 software, or if you can find a website that lists the system requirements. I'd be happy to upgrade this for you, but I need to know what version you need.
  19. Stevie currently has ioncube loader 4.0.9 Johnny currently has ioncube loader 4.2.2 The latest version of ioncube loader appears to be 4.4.0 What version do you need?
  20. ./deploy_java deyi freephoto.war User deyi found. Unable to find file: freephoto.war Usage: deploy_java <username> <.war file>
  21. This database name is incorrect because all databases that users can create have their username appended to the front of it. If you type in "test" then the database name is "schimpfk_test". Hence the "cannot select database" error.
  22. What do you need the ftpd logs for? What do you need the ftpd logs for?
  23. Why do you need more than 4 simultaneous connections? If you just close your connections after each use most people only need 1.
  24. Download http://area52.heliohost.org/djangotest.zip Extract to a directory in your public_html Create /home/<username>/.python_egg_cache Chmod 777 .python_egg_cache Edit /home/<username>/public_html/<djangofolder>/dispatch.wsgi sys.path.append("/home/<username>/public_html/<djangofolder>"); os.environ['PYTHON_EGG_CACHE'] = '/home/<username>/.python_egg_cache'
×
×
  • Create New...