When you try to change an email id password from a subscription (for example yourdomain.com) you may receive an error: [wpfmb type=’error’ theme=2]Error: The user account was not found. This could happen if the user account was removed by someone else while you were changing its settings.[/wpfmb] […]
Posts by cmab:
“Cannot connect: invalid settings” : phpMyAdmin error
When you try to get connected to database through web administration in the Plesk panel, you might get the below error : [wpfmb type=’error’ theme=2]”Cannot connect: invalid settings”[/wpfmb] […]
MSSQL Database showing in “suspect mode”
This error can occur, however, most often due to defective hardware or operational errors . This post will explain how to restore from suspect mod.however, but still go through your SQL-server error logs and find out the root cause of the error. […]
How to add alternate SMTP port in plesk
We can do this by using 2 methods. 1- Login to Plesk >> Mail Server Settings >> Check “Enable message submission”. Click OK. Open that port 587 in csf or apf firewall. You should now be able to send mail through your server on port 587 2- Make a copy of “smtp_psa” and rename that to “smtp_alternate” […]
Error: Connection to the database server failed: Table ‘mysql.servers’ doesn’t exist on plesk server
When the mysql version on plesk server get’s upgraded we get an error while adding an user to the database: [wpfmb type=’error’ theme=2] Error: Connection to the database server failed: Table ‘mysql.servers’ doesn’t exist[/wpfmb] […]
How to enable open_basedir for particular domain in plesk
SSH into your Plesk machine as “root” and go to the conf directory for the domain. Create a “vhost.conf” file in: /var/www/vhosts/<domain name>/conf/ [wpfmb type=’success’ theme=2]<Directory /var/www/vhosts/<domain name>/httpdocs> php_admin_value safe_mode on php_admin_value open_basedir none </Directory>[/wpfmb] Rebuild the domain configs for the particular host via::– /usr/local/psa/admin/sbin/websrvmng -u –vhost-name=<domain name> or rebuild all via : /usr/local/psa/admin/sbin/websrvmng -a […]
A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus. Relaying such messages is blocked by administrator.
Getting the below delivery failure message while trying to send emails to plesk server with drweb enabled. [wpfmb type=’error’ theme=2]A message with the following attributes was not delivered because it contains an object which cannot be checked by antivirus. Relaying such messages is blocked by administrator.[/wpfmb] To resolve this error: /etc/init.d/drwebd restart If that doesn’t […]
How to run backup on plesk 10+ servers
To run backup on Plesk servers do the following: cd /usr/local/psa/bin/ ./pleskbackup –help TO TAKE BACKUP SERVER WIDE : ./pleskbackup server -vv TAKE BACKUP FOR SINGLE DOMAIN : ./pleskbackup domain-name […]
warning: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.
[wpfmb type=’error’ theme=2]warning: date() [function.date]: It is not safe to rely on the system’s time zone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.[/wpfmb] […]
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, […]