• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Resolved panel.ini does not work

Ihno

New Pleskian
Hello,
I have not one "'#" in panel.ini, but it does not work in PLESK ONYX Version 17.5.3 Update #24 with DEBIAN 8.9.
Panel Editor Viewer : [facebook] showLikeLink true
Panel Editor :
[promos]
enabled=false
cbm.active=false
cloudFlare.active=false
commTouch.active=false
googleIntegration.active=false
helpDesk.active=false
mobile.active=false
sitebuilderTrial.active=false
[aps]
serverAppsPromoEnabled=false
[promos]
enabled=false
[facebook]
showLikeLink=false

[rating]
enabled=false

what is wrong ?
 
Here are some suggestions that you could try:
- Verify that you the file you are editing is the correct one in /usr/local/psa/admin/conf/panel.ini. There could be other, invalid copies of it.
- Verify that the /usr/local/psa/admin/conf/panel.ini file is readible. It must have at least 644 permissions. It is normally owned by root:root. If the file is missing or cannot be read, Plesk will assume default values.
- Restart psa service (# service psa stopall, then # service psa start), because maybe the panel service did not re-read the changed value from panel.ini.
- In my test system, the syntax is not true/false, but on/off. So for example "showLikeLink = false" here reads "showLikeLink = off". I do not know whether that makes a difference or not, but is is thinkable that it does.
 
Hi Ihno,

and did you consider to use as well spaces, as the SAMPLE ( "panel.ini.sample" ) shows for example:
Code:
[facebook]

; Hide Like link
;showLikeLink = off

... which points to the correct settings like:
Code:
[facebook]

; Hide Like link
showLikeLink = off
 
Thank you very much !
The panel.ini was at 640 permisson... ( from my provider ? )
With 644 it works...
off or false is the same ;)
 
Back
Top