cPanelChris
- Total activity 56
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by cPanelChris-
Hello @albatroz , I'm seeing that we have a very similar ticket open currently with this exact error. If this is your ticket, I would advise continuing to work on this in the existing ticket as ha...
-
Hello @froi-manila , Is the file larger than 50 MB? If so, you are likely hitting the Max Upload Size limit (50 MB by default) or the Max Post Size limit (55 MB by default). If this is the case, ...
-
Hello @000 , An IPv6 IP address can contain up to 39 characters including the semicolons. As such, a varchar of length 15 would not be guaranteed to be able to hold the IP. If the IP exceeds 15 ch...
-
Hello @000 , Something like the following should work to check what protocol an IP is. [CODE=php]
-
Hello @ncdwight . It's possible that the WHOIS server could be lagging behind. I would recommend checking at the top-level domain name server directly. This can be done following the steps in the ...
-
Hello @ogamache, The operations tab should be available. Can you ensure that you have your database selected in phpMyAdmin? The operations tab will not appear if you have the information_schema da...
-
Hello @Heikki Kniivila , Thank you for the update. You will not be able to use Alt-Python without CloudLinux. That said, we do have the following documentation for setting up Python apps in cPanel.
-
Hello @Heikki Kniivila , I'm not able to reproduce this on my test server. I'm seeing the output below. [CODE=bash][root@cloud7-90 ~]# yum grouplist 2>/dev/null|grep alt-python alt-python a...
-
Hello @liebn0r , The mail client can generate the message-id. It must be globally unique though as described Exim message processing documentation.
-
Hello @GoWilkes , I believe the include files would only be read when the Apache configuration being parsed, as in when Apache is being started or it receives a SIGHUP signal. So I would not expec...