24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
ok, do one thing open my.cnf and comment out all innodb entries and insert skip-innodb. This will skip your Innodb and start mysql with other engines.
-
Error clearly shows that mysql socket file is missing. Try to create symlinked mysql socket file. That file connects to mysql.sock in temp.
-
It seems that Innodb of your server gets crashed and you have to go with innodb recovery. First check if Innodb engine is installed or not. You can check it from mysql prompt and fire below command...
-
Enabling "allow_url_fopen" poses serious security risk. I will suggest you to tell your client to use cURL function in code to connect to the database.
-
First clear the server mail queue and change the mail routing IP of the server by modifying /etc/mailips. Makre sure IP you are adding in mailips file is not blacklisted. You can check the IP in mx...
-
Which version of PHP you are having on server and you want to upgrade on which version ? It's better if you can install multiple php version on server and test your sites on different php versions.
-
As all your PHP sites are giving 500 error it clearly shows that the issue is with PHP handler. Check which PHP handler you are using now from WHM and try chaning it. Home >> Service Configuration...
-
You cannot setup email account with hostname. If you want to create postmaster@[EMAIL='postmaster@aaa.domain.com">aaa.domain.com[/EMAIL] then you need separate cpanel account for that.
-
You can set cpanel log rotation using below steps: Home " Service Configuration " cPanel Log Rotation Configuration. Please note that the files which are defined in the above path gets rotated on...
-
Hello, Below is the location for sent folder: /home/$user/mail/$domain/$email_acct/.Sent