• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

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