Solved, thank you.
I commented the first 3 lines in wp-config.php and now works.
define(‘WP_SITEURL’,’http://gias.udine.it’);
define(‘WP_HOME’,’http://gias.udine.it’);
define(‘RELOCATE’,true);
define(‘WP_SITEURL’,’http://www.irene797.it/testgias’);
define(‘WP_HOME’,’http://www.irene797.it/testgias’);
define(‘RELOCATE’,true);
define(‘DB_HOST’, ‘localhost’);#localhost’);#localhost’);
I can’t understand why this happened now and not previous times!!!
I am sorry I don’t understand. The same settings works on Postie but on Post by email I receive the error “An error occurred: POP3 server denied authentication.”.
It can’t be a problem of authentication!?
My email provider is Aruba: http://www.aruba.it
http://ticket.aruba.it/KB/a646/come-configurare-il-client-di-posta.aspx
Thank You