-
Posts
122 -
Joined
-
Last visited
-
Days Won
2
Everything posted by seintitus
-
How do I go about solving the above error?
-
Hello. I have repeated the all process and it now tells me deployment failed with errors.. check the log
-
It's now showing deployed as http://www.cyclos.za.org/cyclos/. But when I visit the link I get a 404 not found error. Could it be perhaps because https is active on my site? Again when I check on my database there are no tables created
-
Hello. I have followed the instructions and when I finally click on deploy button it loaded then it's now showing deployment pending.
-
I already requested for java and it's currently enabled. Now my question is that the application I am trying to install is Cyclos4 app. I have already downloaded the necessary files from their website: cyclos.org and have uploaded to my public_html. And I am stuck there not sure how to configure
-
Hello. I am trying to setup my java app but I have no idea how to go about it. I have just uploaded all the files on public_html but I can't figure out how to set it up. Kindly assist. My username is: tchesoen, server: tommy, main domain is: cyclos.za.org
-
[Solved] Tommy account suspensation
seintitus replied to seintitus's topic in Suspended and Queued Accounts
I am running a wordpress theme on my account and it seems to be weighing load on server and thus resulting to my account being suspended. Yesterday you suggested that I try simply static plugin but it's not working. Would you kindly unsuspend my account so that I completely uninstall wordpress theme from my website? My username is: tchesoen , server: tommy and main domain: cyclos.za.org -
[Solved] Tommy account suspensation
seintitus replied to seintitus's topic in Suspended and Queued Accounts
Hello. I tried to install the plugin you had suggested "simply static" but it's seems that it's not working anymore with wordpress update 5.5.1. Now my account is suspended again. Would you kindly unsuspend my account so that I can completely uninstall the wordpress theme because it seems to me that it's not working well with free hosting? -
[Solved] Tommy account suspensation
seintitus replied to seintitus's topic in Suspended and Queued Accounts
HelioHost username: tchesoen Server: Tommy HelioHost main domain: http://cyclos.za.org/ I just got an error message that my account is suspended but I don't understand why? Please give me some insights. -
Hello I have just started building my new site and today all of a sudden I get an account suspended error. My username is tchesoen, server:tommy. I don't understand why my account was suspended since I believe I have not violated any terms and conditions. Kindly assist me reinstate my account. I love heliohost!
-
how do i go about setting it as main domain? Regards, Titus
-
I am trying to add your nameserver to my domain provider and I get an error saying: ERROR: Nameserver ns1.heliohost.org is not authoritative for cyclos.za.org I have contacted my domain provider and they asked me to first add the domain to my heliohost account as that would clear the said error. So I am kindly asking you if you can add this addon domain(cyclos.za.org) to my account. My username is: tchesoen , server: tommy Regards, Titus Chesoen
-
What is the current Laravel version on tommy? Regards, Titus
-
Below I am including the code where it throws the error message: ** * Cleans or flushes output buffers up to target level. * * Resulting level can be greater than target level if a non-removable buffer has been encountered. * * @final */ public static function closeOutputBuffers(int $targetLevel, bool $flush): void { $status = ob_get_status(true); $level = \count($status); $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE); while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) { if ($flush) { ob_end_flush(); } else { ob_end_clean(); } } }
-
I bet the emails are being blocked from your side because i have just tested the same script with interserver host and the emails are being delivered with no problem. Kindly confirm.
-
I use gmail
-
Yes when a new user register an account, they dont receive notification mail. I am using mail() I have tested the script on a different host and the email function works well. Regards, Titus
-
No i dont get any error message. I have tried to run 2 different scripts on the same account but non can send emails
-
Hello. I have just uploaded and testing my script on tommy server. My username is tchesoen and my website is damicotrust.heliohost.org. When i register as a new user, i dont get any registration email confirmation. I tested the script on local host and everything is working well. Regards, Titus
-
Hello. I would like to request that you run the following command: php artisan config:cache my website is: www.damicotrust.com, username: tchesoen and server: tommy. Regards Titus
-
ok thanks