• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

7.5.1 help system files missing

L

logicfocus

Guest
Hi,
I just upgraded to 7.5.1 and everything says it is at the latest version. The help system seems to be broken however. All the rollover help redisplays the text of the icon I see instead of the text designed to help. It seems like the lanugage keys to help are there, but the contents are missing.

Any ideas on how to fix this without starting over?

Thanks,
- Jim
 
Happens with IE and Firefox

Service is not available now, probably your Plesk is misconfigured. You can reinstall VPS with Plesk here.
Internal Plesk webserver error occurred: File does not exist: /usr/local/psa/admin/htdocs/locale/en/help/tts__admin.html
 
It looks like a coding error in their link for Help. It's looking for the files in /usr/local/psa/admin/htdocs/locale/help/, but they are actually in /usr/local/psa/admin/htdocs/locales/en-US/help.

I "fixed" it by doing the following:

1) cd /usr/local/psa/admin/htdocs
2) cp -R locales locale
3) cd locale
4) mv en-US en
5) cd /usr/local/psa/admin/htdocs
6) chown root.psaadmin locale

There is probably fix using a sym link or something, but this works. It also leaves the files in their original location in case they update the link during the next release.

HTH,
David
 
Back
Top