• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk Onyx control panel

IATechsupport

Basic Pleskian
Why am I seeing a new menu option in the control panel top nav menu?

[[customButton1]]

I haven't added any custom buttons at all.
 
Please check output of following SQL select:

# plesk db
MariaDB [psa]> select * from custom_buttons;
 
mysql> select * from custom_buttons;
+----+----------+-------+----------+--------+--------------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+---------+---------------------------+----------------+
| id | sort_key | level | level_id | place | text | url | conhelp | options | file | plan_item_name |
+----+----------+-------+----------+--------+--------------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+---------+---------------------------+----------------+
| 21 | 100 | 1 | 0 | domain | php.ini Editor | /powertoys/user_phpini.php?dom_id=<dom_id>&dom_name=<dom_name> | In mod_suphp environment, you can have your own PHP.INI file. | 425 | gfx_php_ini.gif | NULL |
| 22 | 100 | 1 | 0 | domain | SPAM Email Aliases | /powertoys/add_mail_alias.php?dom_id=<dom_id>&dom_name=<dom_name> | Add abuse, postmaster etc. aliases to a domain to get possible SPAM alerts from different ANTI SPAM services. | 425 | gfx_user_emailaliases.gif | NULL |
| 23 | 100 | 16 | 398 | domain | WordPress-2.3.3-5 | http://parsonscreativefood.co.uk/site | WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. | 0 | | NULL |
+----+----------+-------+----------+--------+--------------------+-------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+---------+---------------------------+----------------+
 
I think I found the problem, and its the WordPress Tool Kit. I have removed the extension and the [[customButton]] disappears.
 
Back
Top