• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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