Month: February 2020

Database getting wiped out and loading sample default page in wordpress

Cause : ThemeGrill Demo Importer < 1.6.3 - Auth Bypass & Database Wipe A critical bug was reported with ThemeGrill Demo Importer plugin. This allows the affected plugin to execute some functions with administrative privileges on the WordPress website. The prerequisite is that there must be a theme installed and activated that was published by … Continue reading Database getting wiped out and loading sample default page in wordpress

Recover mails that are struck in qmail todo folder in an interworx server

Mails were getting struck in the interworx todo queue and the client was bit angry as he was having important mails in the queue. So reinstalling qmail was not an option. The messages was not getting preprossed. [root@bunnytech]# /var/qmail/bin/qmail-qstat messages in queue: 5 messages in queue but not yet preprocessed: 90 The /var/log/send/current log (which … Continue reading Recover mails that are struck in qmail todo folder in an interworx server

Mails struck in qmail todo queue in an Interworx server

Mails were getting struck in qmail mail todo box. Tried to process the mails but was not successful. This can happen permissions, timestamps, or other file attributes of the queue have been modified by something other than qmail programs and you are having issues sending/recieving mail. Additionally, if you are sitting on a large (1000+) … Continue reading Mails struck in qmail todo queue in an Interworx server

MailEnable: Server Error in ‘/MEWebMail’ Application

To fix this issue, follow the below steps: 1. RDP into the server. 2. Go to %plesk_dir%/Mail servers/Mailenable/Bin 3. Run the “meinstaller.exe” utility 4. Execute option 13 – “Reset IIS virtual directory configuration settings for ASP/ASPX” 5. The installer will prompt for the framework to be set, choose the 2.0 framework in the dropdown menu. … Continue reading MailEnable: Server Error in ‘/MEWebMail’ Application

Getting Error “Error: Inconsistent zone “domain.com”: The NS record “ns1.domain.com” has no address records (A or AAAA). ”

I was getting an error “Error: Inconsistent zone “domain.com”: The NS record “ns1.domain.com” has no address records (A or AAAA). ” while adding a new domain under a reseller in Plesk. This was due to trying to host the remote domain (the registered nameservers hosted remotely) in our server. This can be fixed by adding … Continue reading Getting Error “Error: Inconsistent zone “domain.com”: The NS record “ns1.domain.com” has no address records (A or AAAA). ”

Fatal error: Cannot redeclare views_views_plugins() – Drupal

Fatal error: Cannot redeclare views_views_plugins() (previously declared in /home/bunny/public_html/sites/all/modules/views/includes/plugins.inc:15) in /home/bunny/public_html/sites/all/modules/x/profiles/x/modules/contrib/views/includes/plugins.inc on line 425 Ran the url http://www.example.com/update.php (www.example.com being the website) If your settings.php file is properly configured, you should get an access denied message. In that case, go to the directory (/home/bunny/public_html/sites/default) and open the settings.php file. Look for the line $update_free_access = … Continue reading Fatal error: Cannot redeclare views_views_plugins() – Drupal