cPWilliamL
- Total activity 411
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 177
Comments
Recent activity by cPWilliamL-
Hi, As Muhammed pointed out, I would recommend using the whmapi1 to accomplish this. The code you've referenced is 3rd-party and hasn't been updated in 9 months. As well, it seems the error you re...
-
Just to confirm with dalem, there is no issue in using a nameserver IP for an account on cPanel.
-
I'm glad to see @rpvw was able to help. It's also worth noting these alerts are not from cPanel, but from the 3rd-party firewall CSF(ConfigServer Community Forum - Index page). You may find more de...
-
You may want to reach out to your host or system administrator to check further. You can open a ticket with us, but we mainly offer support with cPanel related issued; although, we will perform a b...
-
Hi, Did you verify there is no parent process? You could do this with `ps auxwwwf' or `ps -o ppid= -p $pid|xargs -I {} ps -p {}'. I'd also check if this was ran by the user's cron, via `/var/log/c...
-
Hi, As RadWebHosting said, opening a ticket with us directly(see my signature) will provide you with the best support as we can check the issue directly. I've tried to replicate your issue in a te...
-
Hi Marcel, How you go about disabling this differs depending on your PHP handler and on your EasyApache version. If using CGI or suPHP as your PHP handler, try adding the following to a `.user.ini...
-
As the previous commenter pointed out, this appears to be a syntax issue with the query. I would recommend reaching out to your developer or xenforo, and ensuring you are meeting their software req...
-
I'd recommend checking the link below @PabloC System Administration Services | cPanel Forums
-
CGI w/suexec may be the easiest method; however, CGI does strip non-standard headers, which can be a bit annoying. FPM and FCGI may require some additional tweaking once enabled(e.g. max_children),...