-
Posts
25,178 -
Joined
-
Last visited
-
Days Won
900
Everything posted by Krydos
-
What server are you on?
-
What version of Tomcat are you running locally?
-
[Solved] There Was A Problem Creating The Sub-Domain!
Krydos replied to trong's topic in Customer Service
m.trong.tk has been created for you. -
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.
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/
-
Deployed. http://infopar.heliohost.org/infopar_catechesi/
-
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.
-
Your site loads fine for me. What url are you using to login to cPanel?
-
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.
-
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.
-
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?
-
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.
-
[Answered] Johnny Softaculous Application Request: Open Real Estate
Krydos replied to guildwebmaster's topic in Questions
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 -
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.
-
Make sure the .war file is located in /home/<username>
-
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.
-
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?
-
./deploy_java deyi freephoto.war User deyi found. Unable to find file: freephoto.war Usage: deploy_java <username> <.war file>
-
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.
-
What do you need the ftpd logs for? What do you need the ftpd logs for?
-
Why do you need more than 4 simultaneous connections? If you just close your connections after each use most people only need 1.
-
Fixed.
-
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'
-
What do you need more than 4 mysql connections for?
-
[Solved] Website Still Not Working After Johnny Crash
Krydos replied to Papito's topic in Customer Service
It looks like this has nothing to do with your database, but rather you had permalinks set up and then lost your mod_rewrite rules located in your .htaccess file. I'm not very familiar with wordpress, but I think if you log into your admin area and check your permalink settings you can get this fixed. The other option is if you have a backup of your site you can restore the .htaccess file you had.