How to enable subpanels buttons?

Hello all, I’d like to ask forum members for help.

I have installed the latest LTS version 7.8.15 with demo data and all subpanels are show with lists and buttons.

But, if I install the same version without a demo data,that subpanels contain the subpanel title only.

What i did wrong? What I need setup?

Thank you for any idea.

BR

Martin

Hi @mlasevic i guess it must be a permission issue. Please Check your permissions. Most of the time SuiteCRM requires chmod -R 777 permission.

Hello,
I do not remember what topic this was handled, but as suggested I followed with the following application in line 347 \ include \ SubPanel \ SubPanelTiles.php:
it is

showSubPanel('".$tab."',null,null,'".$layout_def_key."')

for

showSubPanel ('".$tab."',null,true,'".$layout_def_key."')
1 Like

Hi @Adriano_ABC,

I have to say . BINGO !!!

Thank you.

BR

Martin