whm

php -how to solve Disk quota exceeded with some cpnel issue

不想你离开。 提交于 2021-01-29 02:35:14
问题 When open my web-site in browser I am getting this error Warning: session_start(): open(/tmp/sess_4ac970943e0742367f5435e868cbcd5c, O_RDWR) failed: Disk quota exceeded (122) in /home/beahmer/public_html/oc-includes/osclass/core/Session.php on line 51 I cannot open my phpmyadmin from CPanel. When I am going to open phpMyadmin paage it show me this error In my CPanel Dashboard I am getting this error 回答1: You can ask your hosting provider to increase disk quota limit. If you have access to WHM

Update GD version to support Webp for PHP 7.3

懵懂的女人 提交于 2021-01-28 11:19:06
问题 I am trying to enable WebP support for GD through WHM. Currently I am getting version 2.1.0 (2.5.5 is stable) and when I check PHP info WebP support is not enabled. Can I enable this using WHM? I am not experienced with servers and I am using WHM settings. 回答1: Instead of recompiling PHP, you can use the official WebP package to generate WebP images. Just download the package depending on your server OS. Extract it and upload it to public_html folder. Using shell_exec command you can generate

No Such User Here VPN/WHM with Mail Routed through Separate Server

╄→尐↘猪︶ㄣ 提交于 2020-01-07 08:39:05
问题 Ok, I am using a VPN on GoDaddy for webhosting. But on one of the websites that I am hosting, the email is handled on a separate VPN. So I have an A record for domain.com set to the GoDaddy VPN and an A record for mail.domain.com set to the IP of the other domain and several CNAMES pointed to that A record. It's all working beautifully except for one thing.... Email from other domains on the GoDaddy VPN cannot send to this domain. So myemail@mydomain.com cannot send to email@separateemailvpn

No Such User Here VPN/WHM with Mail Routed through Separate Server

寵の児 提交于 2020-01-07 08:38:09
问题 Ok, I am using a VPN on GoDaddy for webhosting. But on one of the websites that I am hosting, the email is handled on a separate VPN. So I have an A record for domain.com set to the GoDaddy VPN and an A record for mail.domain.com set to the IP of the other domain and several CNAMES pointed to that A record. It's all working beautifully except for one thing.... Email from other domains on the GoDaddy VPN cannot send to this domain. So myemail@mydomain.com cannot send to email@separateemailvpn

Cant access eximstats sqlite3 db after WHM64 upgrade

一曲冷凌霜 提交于 2019-12-31 04:57:05
问题 After WHM 64 upgradation, cant access eximstat db. MySQL code changed to PDO for accessing sqlite3 db as follows: $db = new PDO('sqlite:/var/cpanel/eximstats_db.sqlite3', DB_USER, DB_PASSWORD); The failues, defers tables are all blank. In fact, a new blank file was getting created in the var/cpanel directory, instead of getting connection to eximstats db. Surprisingly, CPanel:'View Sent summary' fetch information all correctly, But I cant access in my script which is residing on the domain.

CentOS and fontconfig: Cannot load default config file

淺唱寂寞╮ 提交于 2019-12-24 16:39:50
问题 I'm getting following error when using imagick: Fontconfig error: Cannot load default config file My script is working but i would like to fix this (is filling up log file). OS is: # cat /etc/redhat-release CentOS release 5.10 (Final) I was looking trough internet little bit and this is causing problem: access("/etc/fonts/fonts.conf", R_OK) = -1 ENOENT (No such file or directory) Folder exists: # ls /etc/fonts/ -all total 64 drwxr-xr-x 4 root root 4096 Jul 9 2010 ./ drwxr-xr-x 86 root root

Warning sign/exclamation point in red circle next to table names and Query tab?

筅森魡賤 提交于 2019-12-23 08:29:36
问题 I have a VPS with CENTOS 6.4 and WHM 11.38.2. I just updated WHM to the latest version, and now when I go to phpMyAdmin there are red circles with white exclamation points in them next to the table names and before the word "Query" in the Query tab. The warning signs are kind of stupid, because there's no message when I hover over them and they aren't clickable. Searching the web and on here for these warning signs didn't produce any results. What do these warning signs mean, and what should

Can a Cert be issued without a CSR and using old Private Key

十年热恋 提交于 2019-12-22 17:00:44
问题 I'm confused about something in the SSL renewal process using WHM/cPanel for an existing Comodo Extended Validation cert. We have been issued a replacement certificate by Comodo without - I believe - every submitting a CSR for them. I say "I believe" because there are 3 people with access to WHM for this server, but I'm assured that no one has been fiddling in the last year. Does this sound possible? CAN a cert be supplied without a CSR if it's a replacement? I will attempt to get hold of

Can a Cert be issued without a CSR and using old Private Key

做~自己de王妃 提交于 2019-12-22 16:59:55
问题 I'm confused about something in the SSL renewal process using WHM/cPanel for an existing Comodo Extended Validation cert. We have been issued a replacement certificate by Comodo without - I believe - every submitting a CSR for them. I say "I believe" because there are 3 people with access to WHM for this server, but I'm assured that no one has been fiddling in the last year. Does this sound possible? CAN a cert be supplied without a CSR if it's a replacement? I will attempt to get hold of

Creating Emails via PHP with WHM/Cpanel

我只是一个虾纸丫 提交于 2019-12-22 08:35:04
问题 I am using WHM/Cpanel to manage my sites. I am on a VPS server on Hostgator. I want to create email accounts dynamically via PHP. Does anyone know what I might need in order to do this ? Any good resources ?? Books or code they can share for me to go about doing this ? I am only dealing with one cpanel account, not multiple accounts, so I figured i would just need the cpanels API. 回答1: The following posts contain some detailed explanation of this: http://forums.cpanel.net/f42/create-email