• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Blank / white page

A

AneilS

Guest
When I go to "Websites & Domains > More" I get a blank/white screen.

In the log I get this.
2012-04-07T17:31:31-04:00 ERR (3): Unable to load object of type Domain with id=1: Unable to update domain data: MySQL query failed: Unknown column 'syncRecords' in 'field list'
2012-04-07T17:31:58-04:00 ERR (3): MySQL query failed: Unknown column 'syncRecords' in 'field list'
 
Hi,

Did you upgraded your plesk version from your end. As per error column 'syncRecords' is missing in the dns_zone table of psa database.

did you tried to create this field in psa database ?

If you have upgraded the Plesk did you tried the this kb link " http://kb.parallels.com/en/9330"

Thank you
 
Solve your Blank / White page

Hello Man,

for solve Domains Blank page issue you can use this KB:

http://kb.parallels.com/en/112887

for connect in your mysql by ssh you can use this comand:

mysql -uadmin -p`cat /etc/psa/.psa.shadow`

for choose psa database use this comand:

use psa

and replicate information in this kb...

You need solve domains problem in database and this page work currectly...
 
thanks for your reply.

I am not getting the same results as you showed, I am getting the following.

mysql> use psa
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> select d.name, d.htype, f.redirect from domains d, forwarding f where d.id=f.dom_id and f.redirect not like 'http://%';
Empty set (0.00 sec)
 
Back
Top