unter suse10.1
für alle mit die nach einem update nicht mehr auf ihre plesk oberfläche kommen:
wer mal unter /usr/local/psa/admin/conf/ nachschaut wird unter umständen feststellen das seine httpsd.conf leer ist. wenn das so ist sollte man die danebenliegende datei httpsd.conf.def nehmen und anpassen: aus dem plesk forum:
httpsd.conf.def is processed during upgrade to make httpsd.conf
So try to do the following:
replace httpsd.conf with httpsd.conf.def
and replace the following variables in it:
@admin_root@ => /usr/local/psa/admin
@admin_user@ => psaadm
@admin_group@ => psaadm
@fullhost@ => your_server_full_host_name
remove @vzsc_redirect@ if your server is not running under virtuozzo environment.
hat bei mir geholfen. allerdings musste ich in der httpsd.conf alle @admin_root@ vorkommen durch den richtigen path ersetzten. danach ein beherztes /etc/rc.d/psa restart und es ging wieder. nur die domainverwaltung geht noch nicht (stand:14.08/11:00) da kommt noch eine fehlermeldung:
ERROR: PleskMainDBException
MySQL query failed: Unknown column 'guid' in 'field list'
0: /usr/local/psa/admin/plib/common_func.php3:250
db_query(string 'select `id`,`name`,`displayName`,`cr_date`,`status`,`dns_zone_id`,`htype`,`cl_id`,`limits_id`,`params_id`,`cert_rep_id`,`real_size`,`guid` from domains where `id`=3')
1: /usr/local/psa/admin/plib/class.Table.php:180
Table->select()
2: /usr/local/psa/admin/plib/class.Domain.php:147
Domain->fetchAttrsFromTable_()
3: /usr/local/psa/admin/plib/class.Domain.php:97
Domain->Domain(integer '3')
4: /usr/local/psa/admin/plib/class.PhDomain.php:77
PhDomain->PhDomain(integer '3')
5: /usr/local/psa/admin/plib/common_func.php3:2930
objectMaker(string 'PhDomain', integer '3')
6: /usr/local/psa/admin/auto_prepend/auth.php3:325
hat da jemand eine idee...?
edit:
so geht alles. aus dem pleskforum:
you need to add guidcolumn into clients and domains tables in psa database
'VARCHAR(36) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'
Looks like upgrade procedure was failed on your server...
hat bei mir geholfen nun is das plsek wieder das alte ;-)
für alle mit die nach einem update nicht mehr auf ihre plesk oberfläche kommen:
wer mal unter /usr/local/psa/admin/conf/ nachschaut wird unter umständen feststellen das seine httpsd.conf leer ist. wenn das so ist sollte man die danebenliegende datei httpsd.conf.def nehmen und anpassen: aus dem plesk forum:
httpsd.conf.def is processed during upgrade to make httpsd.conf
So try to do the following:
replace httpsd.conf with httpsd.conf.def
and replace the following variables in it:
@admin_root@ => /usr/local/psa/admin
@admin_user@ => psaadm
@admin_group@ => psaadm
@fullhost@ => your_server_full_host_name
remove @vzsc_redirect@ if your server is not running under virtuozzo environment.
hat bei mir geholfen. allerdings musste ich in der httpsd.conf alle @admin_root@ vorkommen durch den richtigen path ersetzten. danach ein beherztes /etc/rc.d/psa restart und es ging wieder. nur die domainverwaltung geht noch nicht (stand:14.08/11:00) da kommt noch eine fehlermeldung:
ERROR: PleskMainDBException
MySQL query failed: Unknown column 'guid' in 'field list'
0: /usr/local/psa/admin/plib/common_func.php3:250
db_query(string 'select `id`,`name`,`displayName`,`cr_date`,`status`,`dns_zone_id`,`htype`,`cl_id`,`limits_id`,`params_id`,`cert_rep_id`,`real_size`,`guid` from domains where `id`=3')
1: /usr/local/psa/admin/plib/class.Table.php:180
Table->select()
2: /usr/local/psa/admin/plib/class.Domain.php:147
Domain->fetchAttrsFromTable_()
3: /usr/local/psa/admin/plib/class.Domain.php:97
Domain->Domain(integer '3')
4: /usr/local/psa/admin/plib/class.PhDomain.php:77
PhDomain->PhDomain(integer '3')
5: /usr/local/psa/admin/plib/common_func.php3:2930
objectMaker(string 'PhDomain', integer '3')
6: /usr/local/psa/admin/auto_prepend/auth.php3:325
hat da jemand eine idee...?
edit:
so geht alles. aus dem pleskforum:
you need to add guidcolumn into clients and domains tables in psa database
'VARCHAR(36) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'
Looks like upgrade procedure was failed on your server...
hat bei mir geholfen nun is das plsek wieder das alte ;-)
Last edited by a moderator: