New Topics
Showing topics posted in for the last 365 days.
- Past hour
-
Hello there, Username: dmcrac Server: vps112.heliohost.us My original goal was simply to enable a persistent object cache for my WordPress site dmcrac.org . The WordPress Site Health tool recommended APCu. I followed standard procedures to install it for my PHP version. I also believe I may have installed php-memcached. But after making all kind of changes I visited my sites and there was no problem detected. It was yesterday night when I did this. But today morning, when I tried to visit my sites (wordpress and non wordpress), I have found the following error in all of my sites hosted in the VPS: I don't know how did it happen. Yesterday I installed APCu and enabled all type of caching with the plugin "W3 Total Cache". So today I spent several hours trying to fix it and used AI models to determine problems and solving them. After some hours now I find all my sites are totally inaccessible with a connection refused message. Yesterday I created a hestia backup. So is it possible to reinstall the OS and hestia and retore the backup. I am not sure about the integrity of that backup file. But the information currently existing in the file manager and databases and mail data is much more important. Can you please look into the issue? Is it possible to restore everything without reinstalling, losing even a part of data will be a great loss for me and my club. And also there is an active research conference event running. Regards, MD Shifat Bin Siddique
-
Please be aware with Windows server we only provide the trial version, and if you want to use it beyond the trial you will need to purchase your own license. Also, windows server will not work on the $4 mercury VPS because of insufficient resources. You're going to have to buy a larger VPS to run windows. The bare minimum that would be recommended is 2 CPUs and 2GB of memory, and I would recommend 4GB as 2 is not enough for windows to really function. Do you still want to proceed with the rebuild?
- Today
-
Issue with custom database wrapper class
alkastraverse replied to sagnik's topic in Website Management and Coding
I believe the issue is caused by `$this->results[$queryKey]` being overwritten when you run a new query inside `getCategory()`. So when you call `$this->fpdb->query(...)` in `getCategory()`, it updates the `$this->results` map and the current query key, which breaks the loop in `getProperties()` because `fetch_object()` now references the subquery instead of the original result set. To fix this, you can store the result of the main query in a temporary variable before entering the loop, like this: function getProperties() { $s = "SELECT * FROM properties"; $result_set = $this->fpdb->query($s, return_result: true); // store raw result $result = []; while ($r = mysqli_fetch_object($result_set, Property::class)) { $r->category = $this->getCategory($r->cid); $result[] = $r; } return $result; } This way, even if `getCategory()` runs a subquery internally, it won't interfere with the loop iterating over your original `$result_set`. -
Hello, The forum seems a bit deserted :))
-
I’m trying to disable directory listing using .htaccess
urbanshed posted a topic in Customer Service
I’m trying to disable directory listing using .htaccess, My .htaccess file has Options -Indexes, it is working fine on my local development server but not here, can you help me overcome this issue? thank you. -
[Solved] Add forum.alkastraverse.xyz to account
MoneyBroz replied to alkastraverse's topic in Customer Service
Added. it can take up to 2 hours to start working.- 1 reply
-
- 1
-
-
No problem.
- Yesterday
-
Thank you ! it's working properly now
-
[Solved] Lilly access request for dotnet Core
wolstech replied to cjc080911's topic in Escalated Requests
Please check your PMs for information regarding your Lily account. -
Your rebuild has been started and you'll get an email in a bit when it finishes.
-
[Solved] PostgreSQL Server Connection Error
cjc080911 replied to cjc080911's topic in Escalated Requests
Thanks! I'm in now. -
Thank you very much! Appreciate all the availability you guys provide for this specially as a newbie web developer!
-
Domain added. It can take up to 2 hours to function.
-
Our system can't tell users apart when they're on the same network or device. What is the username of your brother's account so we can exclude these from detection?
-
You can't change or delete the root user, but you can add as many users as you want with the useradd command. https://www.strongdm.com/blog/create-users-in-linux-with-useradd-command
- Last week
-
Yes another invite was sent to your email.
-
[Solved] Request for SPF, DKIM, and DMARC setup
wolstech replied to dir's topic in Escalated Requests
DKIM, SPF, and DMARC have been set up for the domains aslfarms.com and asl.ng. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be. -
I never retried with PhpMyAdmin, but I just ziped the SQL into a 2mb file, and successfully imported it using Plesk. Thanks!
-
Please read: https://wiki.helionet.org/504_Gateway_Timeout
-
Domain added. Please be sure to configure DNS. The domain can take up to 2 hours to function once DNS is configured.
-
thank you!