Error: Some fields are empty or contain an improper value. ('home' = '')

using eps.com.sg as example

back up: after step 1 in bin folder, type 
mysqldump -P8306 -uadmin -p psa > psabackup11_18_14.sql
will be asked for password. 

step 1: log into cmd
2: cd %plesk_dir%\MySQL\bin 
goes to my the bin folder
3: mysql -P8306 -uadmin -p
go into mysql admin functions, type in password. 
4:type " use psa;"
5: insert into ServiceInstanceProperties (`serviceInstanceId`, `name`, `value`) values (68, 'root', 'E:/vhosts/eps.com.sg');

this should work. 
  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

how to ping google mail to make it check mail faster

step 1 set a php mailer  <?php $to = 'your@email.com'; $subject = 'Gmail...