• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Template - personal-026

ccto

Basic Pleskian
Customer found that inside the template - personal-026

The Site Title and the slogan are the same in the Preview.
Then, we tried to look /usr/local/sitebuilder/htdocs/templates/personal-026/template.xsl

[root@sb4 personal-025]# more template.xsl | grep -i -E 'company|slogan'
<td class="company" valign="bottom"><xsl:value-of select="COMPANY-INFO/NAME" disable-output-escaping="yes"/></td>
<tr><td class="slogan" valign="top"><xsl:value-of select="COMPANY-INFO/SLOGAN" disable-output-escaping="yes"/></td></tr>

[root@sb4 personal-025]# cd ../personal-026

[root@sb4 personal-026]# more template.xsl | grep -i -E 'company|slogan'
<td class="company" valign="bottom"><xsl:value-of select="COMPANY-INFO/NAME" disable-output-escaping="yes"/></td>
<tr><td class="slogan" valign="top"><xsl:value-of select="COMPANY-INFO/NAME" disable-output-escaping="yes"/></td></tr>

We tried to company the personal-025 and personal-026, it seems the 2nd field COMPANY-INFO/NAME used wrongly in personal-026.

Do you think we simply use vi editor and fix it, and then will it work correct? Or we need to somehow compile/etc

Please advise.

Thank you.
Regards,
 
I have checked it on my 4.2 installation and it looks correct:

[root@fedora6 personal-026]# more template.xsl | grep -i -E 'company|slogan'
<td class="company" valign="bottom"><xsl:value-of select="COMPANY-INFO/NAME" disable-output-escaping="yes"/></td>
<tr><td class="slogan" valign="top"><xsl:value-of select="COMPANY-INFO/SLOGAN" disable-output-escaping="yes"/></td></tr>

If you have different output it is fine to correct it manually. Do not forget to save a copy of the file before editing, just in case. Slogan it is actually subtitle which can be updated in Wizard together with Title.
 
Back
Top