× Requests and support related to jBackend.

Syntax error when retrive menus

  • nueces
  • Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 9 months ago #6745 by nueces
Syntax error when retrive menus was created by nueces
REST url: example.com/index.php/api/get/menu/menus

Parse error: syntax error, unexpected '[' in /var/www/plugins/jbackend/kunena/kunena.php on line 105

The line 105 is this.
$item = KunenaForumCategoryHelper::getCategories($id)[$id];
I change thiat line for this and that works for me.
$categories = KunenaForumCategoryHelper::getCategories($id);
$item = $categories[$id];

Please Log in or Create an account to join the conversation.

More
5 years 9 months ago #6756 by admin
Replied by admin on topic Syntax error when retrive menus
Hi,
could you please tell me your Kunena version?

Thanks
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.097 seconds