WHMAPI1 set_tweaksetting pma_disableis not working

manoaratefy

Well-Known Member
Nov 17, 2018
58
5
8
Madagascar
cPanel Access Level
Root Administrator
Twitter
Good morning,

On WHMAPI1, this command doesn't work:

Bash:
whmapi1 set_tweaksetting key=pma_disableis value=0
Enable phpMyAdmin information schema searches still On on WHM interface after running this command. But no error on output:

Bash:
---
metadata:
  command: set_tweaksetting
  reason: OK
  result: 1
  version: 1
Do you have any idea why?

Thanks in advance.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
I'm not sure I see the difference in the two outputs here

a value of 0 would, which is what you're indicating here would tell me that PHPMyAdmin's Information Schema Search is on

A value of 1 here would indicate that you've set it to indeed be disabled.

If the key were pma_enableis then value=0 would mean that PHPMyAdmin's Information Schema Search was disabled, this isn't inverted there just seems to be some confusion about the use.