Skip to main content

OnlineSupport4u

Domain name Transfer

By PrasadNaik
March 30, 2014

To transfer the domain name from your old domain registrar to us                                             Please apply using below URL Once done please make sure the at your old domain registrar 1) You need to disable the privacy Protection                                       […]

Read More

The mod_security plugin could not connect to the database: cPanel

By PrasadNaik
March 23, 2014

If you have been getting the error “The mod_security plugin could not connect to the  database” Below are the steps to rectify it SSH to server Check the password set for modsec database using below command, In my case below was the password root@vps [~]# grep “dbpassword” /etc/cron.hourly/modsecparse.pl my $dbpassword = ‘qS_lqkU5mXkA’; my $dbh  = […]

Read More

Connection To Storage Server Failed (Roundcube login issue, installed from cpanel)

By PrasadNaik
October 28, 2013

Edit:  /home/mydomain/pathtoroundcube/config/main.inc.php and changed $rcmail_config[‘default_host’] = ‘ssl://imap.site.com’; to $rcmail_config[‘default_host’] = ‘mail.mydomain.com‘;

Read More

ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13)

By PrasadNaik
August 20, 2013

When I run the following command at mysql> I get an error which read as follows: mysql> use dbname; mysql> show tables; ERROR 1018 (HY000): Can’t read dir of ‘./dbname/’ (errno: 13) Solution to this is to set right permissions #cd /var/lib/ chown mysql.mysql  mysql -R This fixed the issue and can run any commands […]

Read More

Repair table in Virtualizor

By PrasadNaik
August 17, 2013

Facing issues in Virtualizor for database crash ? The mysql library is not located in normal  /var/lib/mysql it located in /usr/local/emps/bin/ To repair database you need to use below command [root@hostabc.virtualizor]# /usr/local/emps/bin/myisamchk -r *.MYI Once completed all things should back to normal 🙂  

Read More
1 14 15