/var/log/dcpumon/toplog…..
Path of toplog
ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect.
While trying to access the plesk admin page we get the below error :
ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect.
Solution :
Try resetting the admin password from within mysql.
You can get the details about resetting root mysql password using the link below. Change the commands accordingly an reset the password for user ”admin”
-bash: httpd: command not found
root@vps [~]# httpd -l
-bash: httpd: command not found
root@vps [~]#
Solution :
root@vps1 [/usr/bin]# ln -s /usr/local/apache/bin/httpd
root@vps1 [/usr/bin]# cd
/etc/cron.weekly/chkrootkit.sh: line 3: mail: command not found
/etc/cron.weekly/chkrootkit.sh:
/etc/cron.weekly/chkrootkit.sh: line 3: mail: command not found
/etc/cron.weekly/rkhunter.sh:
/etc/cron.weekly/rkhunter.sh: line 2: rkhunter: command not found
Solution :
yum install mailx.x86_64
/usr/bin/perl: error while loading shared libraries: libc.so.6: failed to map segment from shared object: Cannot allocate memory
Getting the below error in apache error logs and the website giving a Internal server error 500
Solution :
Check RLimitMEM is enabled. If so disable and restart apache.
vi /usr/local/apache/conf/httpd.conf
Backend path where the plesk emails are stored
Plesk mail directory path :
/var/qmail/mailnames/DOMAIN.com/USERNAME
When we create a folder from within the webmail its created at the backend on
/var/qmail/mailnames/DOMAIN.com/USERNAME/Maildir/.FOLDER_NAME
ITS A HIDDEN FILE
Command to change the date on linux server
[ date --set="10 Jan 2012 21:08:50" ]
Moodle admin login page gives blank page after logged in.
Moodle admin login page gives blank page after logged in.
Solution :
open moodle config file
vi config.php
and insert the below at the end of file
=============================================================
ini_set ('error_reporting', E_ALL);
ini_set ('display_errors', 1);
ini_set ('display_startup_errors', 1);
ini_set ('log_errors', 1);
ini_set ('error_log', 'syslog');
=============================================================
Access site and you can see the error. Comment out the lines giving errors and see
To commnet out you can use
/** PHP CODE */






