• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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