New Topics
Showing topics posted in for the last 365 days.
- Past hour
-
Account Unsuspension Request
MoneyBroz replied to adilnbabras's topic in Suspended and Queued Accounts
You were suspended for one of your wordpress installations being hacked. you will need to reset your account to continue using it. - Today
-
Your account is suspended because we need more information regarding the content hosted on the account. We detected a possible fake university login screen hosted on your account. HelioHost does not allow phishing or illegal activity. Can you explain what it is for?
-
Hi team, I am getting below error every while accessing website. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. 502 Bad Gateway nginx and Website loading time is very poor.
-
Please reset my account, make initial state and add new domain name celestat.site
-
Domain added. it can take up to 2 hours to start working.
-
Request for Unsuspend Account
wolstech replied to farmconnect's topic in Suspended and Queued Accounts
You're suspended because our system thinks you have more than one account. Users are only allowed to have one account. Which one do you want to keep? - Yesterday
-
Added. It can take up to 2 hours to function.
-
Glad to see it's now working. Please let us know if you need anything else.
-
I’m trying to disable directory listing using .htaccess
urbanshed replied to urbanshed's topic in Customer Service
ok thanks, i will just create a blank index page inside the directory. -
The details regarding your new Windows Server 2019 VPS have been sent to your email address.
- Last week
-
Your rebuild has been started and you'll get an email in a bit when it finishes. Your next free rebuild will be available on 2025-08-18.
-
[Solved] Add 3 new domain to my hosting accoount.
MoneyBroz replied to abhisrv2's topic in Customer Service
Added -
-
[Solved] Request to Add Domain 518.group and www.518.group
MoneyBroz replied to iamxiae's topic in Customer Service
Read the post that you quoted -
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 :))
-
[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.
-
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.