Warning: phpinfo() has been disabled for security reasons

When trying to view phpinfo we get the following error : [wpfmb type=’error’ theme=2]Warning: phpinfo() has been disabled for security reasons[/wpfmb] This is because you have disabled phpinfo in your php.ini file. Just remove that entry from disable_functions and this should be fixed. grep phpinfo /usr/local/lib/php.ini disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, […]

Continue Reading…

pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID

While trying to restart FTP via WHM we are getting the error : [wpfmb type=’error’ theme=2] pure-authd (/usr/sbin/pure-authd -s /var/run/ftpd.sock -r /usr/sbin/pureauth) running as root with PID[/wpfmb] Login to WHM >> Manage Service SSL Certificates >>Reset the FTP SSL certificate. Try restarting FTP, It should work. After that make sure to run: /scripts/upcp –force If […]

Continue Reading…

Error: ”Error from park wrapper: domain.com is owned by another user“

Getting following error while trying to add a domain as addon domain: [wpfmb type=’error’ theme=2] Error from park wrapper: domain.com is owned by another user.[/wpfmb] First of all Enable the option  WHM >> Tweak settings Allow Creation of Parked/Addon Domains that are not registered Then edit cpanel.config /var/cpanel/cpanel.config autocreateaentries=0 Save the file and try adding […]

Continue Reading…

Error after cpanel install ” The requested URL could not be retrieved “

Following error occur after the cpanel installation is complete and when we try to access: IP:2086  or  IP through the browser [wpfmb type=’error’ theme=2]ERROR:The requested URL could not be retrieve[/wpfmb] First of all Please make sure there is no firewall installed. If so stop that and check. Also you should stop iptables and check Service […]

Continue Reading…

Getting error ” Fatal error or timeout occurred while processing this directive ” when accessing cpanel.

when we create a cPanel account from my root whm account we are getting this error: [wpfmb type=’error’ theme=2]Fatal error or timeout occurred while processing this directive] [an error occurred while processing this directive[/wpfmb] Execute following commands in /home chown username.username username -R chown username.mail username/etc -R chown username.nobody username/public_html rm -rf username/.cpanel If its […]

Continue Reading…

Error: The password for ‘username’ could not be changed because:

[wpfmb type=’error’ theme=2]The password for ‘username’ could not be changed because:[/wpfmb] After that there is no error message. For Solution : /scripts/upcp –force /scripts/checkperlmodules Service cPanel restart After Download and install perl module from cpanel http://layer1.cpanel.net/ tar -xzf perl588installer.tar.gz cd perl588installer ./install Service cpanel restart […]

Continue Reading…

Error login to cpanel

Error: [wpfmb type=’error’ theme=2]Unable to understand response from admin binary: /usr/local/cpanel/bin/resellerwrap sent: [SORTEDRESELLERSUSERS xdollarx] received:[There was an error setting gids: 1 (Operation not permitted) ] error:[] at /usr/local/cpanel/Cpanel/AdminBin.pm line 195. Cpanel::AdminBin::adminfetch(‘reseller’, ‘ARRAY(0x9e32cb8)’, ‘SORTEDRESELLERSUSERS’, ‘storable’, ‘xdollarx’) called at /usr/local/cpanel/Cpanel/Resellers.pm line 28 Cpanel::Resellers::Resellers_accountlistopt(”) called at (eval 62) line 1 eval ‘Cpanel::Resellers::Resellers_accountlistopt(@{$argref});’ called at cpanel line 918 main::real_exectag(‘<cpanel […]

Continue Reading…

Fatal! Write Failure: /etc/valiases/

When trying to add the email forwarder in cPanel we get the following error : [wpfmb type=’error’ theme=2]Fatal! Write Failure :/etc/valiases/[sub.whmmainhost.tld]. Ignore any messages of success this can only result in failure![/wpfmb] That means the ownership and/or permissions set on the file “/etc/valiases/DOMAIN.tld” are incorrect. cd /etc/valiases/ chown USERNAME:mail /etc/valiases/DOMAIN.tld OR, ssh to the server and […]

Continue Reading…

Connecting to Remote Server Failed: Unable to connect to IP:PORT: Bad file descriptor

When we try to transfer domains using WHM transfer we are getting the following error: [wpfmb type=’error’ theme=2]Connecting to Remote Server Failed: Unable to connect to IP:PORT: Bad file descriptor[/wpfmb] To resolve this error: Disable firewalls on both servers especially on destination server and try to connect again. […]

Continue Reading…