• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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