• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Prb Login Plesk 9.5.4 Centos

micumo

New Pleskian
J have a big prb with plesk login this is my log to server centos5 when search keinfo:

/usr/local/psa/bin/keyinfo -l

<?
class HTML
{
// Punctuation
const NBSP = '&nbsp;'; // non-breaking space
const QUOT = '&quot;'; // " quotation mark

// Symbols
const AMP = '&amp;'; // & ampersand
const COPY = '&copy;'; // ▒ copyright
const GT = '&gt;'; // > greater than
const LT = '&lt;'; // < less than

/**
* Returns arbitrary HTML element.
*
* @param string $tag Tag name.
* @param array $attributes Attributes (not yet HTML-escaped).
* False means skip attribute, true means attribute without value
* @param string $content HTML content. If omitted, no closing tag is generated.
* @return string HTML code for the element.
*/
// TODO[asinko] when deprecated function element() in elements.php3 will be removed, access should be changed to 'private'
final public static function element($tag, $attributes = array(), $content = null) {
$result = "<$tag";
if (is_array($attributes)) {
foreach ($attributes as $attribute => $value) {
if ($value !== false) {
$result .= " $attribute";
if ($value !== true)
$result .= '="' . safetyhtml($value) . '"';
}
}
}
if ($content === null) {
$result .= '>';
} else if ($content === '') {
$result .= "></$tag>";
} else {
$result .= ">$content</$tag>";
}
return $result;
}

final public static function A($attributes = array(), $content = null) {
return self::element('A', $attributes, $content);
}

final public static function B($attributes = array(), $content = null) {
return self::element('B', $attributes, $content);
}

final public static function BR($attributes = array(), $content = null) {
return self::element('BR', $attributes, $content);
}

final public static function BUTTON($attributes = array(), $content = null) {
return self::element('BUTTON', $attributes, $content);
}

final public static function FRAME($attributes = array(), $content = null) {
$attributes = array_merge(array(
'border' => '0',
'frameborder' => '0',
'framespacing' => '0',
), $attributes); // append with default values

return self::element('FRAME', $attributes, $content);
}

final public static function P($attributes = array(), $content = null) {
return self::element('P', $attributes, $content);
}

final public static function OL($attributes = array(), $content = null) {
return self::element('OL', $attributes, $content);
}

final public static function OPTION($attributes = array(), $content = null) {
return self::element('OPTION', $attributes, $content);
}

final public static function SCRIPT($attributes = array(), $content = null) {
$attributes = array_merge(array(
'language' =>'JavaScript',
'type' =>'text/javascript',
), $attributes); // // append with default values

return self::element('SCRIPT', $attributes, $content);
}

final public static function SELECT($attributes = array(), $content = null) {
return self::element('SELECT', $attributes, $content);
}

final public static function SPAN($attributes = array(), $content = null) {
return self::element('SPAN', $attributes, $content);
}

final public static function STRONG($attributes = array(), $content = null) {
return self::element('STRONG', $attributes, $content);
}

final public static function TABLE($attributes = array(), $content = null) {
$attributes = array_merge(array(
'width' => '100%',
'cellspacing' => '0',
), $attributes); // append with default values

return self::element('TABLE', $attributes, $content);
}

final public static function TD($attributes = array(), $content = null) {
return self::element('TD', $attributes, $content);
}

final public static function TEXTAREA($attributes = array(), $content = null) {
return self::element('TEXTAREA', $attributes, $content);
}

final public static function TH($attributes = array(), $content = null) {
return self::element('TH', $attributes, $content);
}

final public static function TR($attributes = array(), $content = null) {
return self::element('TR', $attributes, $content);
}

final public static function UL($attributes = array(), $content = null) {
return self::element('UL', $attributes, $content);
}

final public static function UPDATE($attributes = array(), $content = null) {
return self::element('UPDATE', $attributes, $content);
}

}
?>PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/plib/class.Session.php on line 330
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/plib/common_func.php3 on line 1592
plesk_key_id: 0
license_update_date: 20130321
lim_date: 20130331
lim_slaves: 0
lim_cl: 0
lim_dom: 10
lim_domain_aliases: 0
lim_mn: 0
lim_wu: 0
MLS: 1
MPCID: 0
noMPC: 0
noMngMPC: 0
key_vz: 0
key_postgresql: 1
key_tomcat: 1
key_gch: 1
key_shell: 1
key_traffic: 1
key_cl_tmpl: 1
key_notifmgr: 1
key_eventmgr: 1
key_actionmgr: 1
key_dombackup: 1
key_expiration: 1
key_subdomains: 1
key_coldfusion: 1
key_cgitory: 1
key_spamassassin: 1
key_drweb: 1
key_tts: 1
key_migration: 1
autoinstaller_config: 0
key_manage_dashboard: 1
key_remote_db: 1
key_qmail_queue: 1

whenl login my plesk j have this prb
tail -f /var/log/sw-cp-server/error_log
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 74
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 75

2013-01-16 13:09:54: (mod_fastcgi.c.2582) FastCGI-stderr: PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 70
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 71
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 72
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 73
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 74
PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/psa/admin/plib/HTML.php:1) in /usr/local/psa/admin/auto_prepend/auth.php3 on line 75

but my domain and service are operative and functionally. J use plesk to work to version 7.5 in other server but j dont'have big problem never. This is a serious prb can you help me?
in attachment my error on login.
Thanks you
 

Attachments

  • error plesk.jpg
    error plesk.jpg
    250.6 KB · Views: 2
Back
Top