× Requests and support related to jBackend.

Its giving Error.. :(

  • onegoodlife
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 9 months ago #4094 by onegoodlife
Its giving Error.. :( was created by onegoodlife
:(

Parse error: syntax error, unexpected '[' in /home/xxxxxxxx/public_html/my-web/plugins/jbackend/user/user.php on line 465

Please help me out asap, i already set things like said in your documentation.

thank you

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

More
8 years 9 months ago #4095 by admin
Replied by admin on topic Its giving Error.. :(
Let me check... hold on...

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

More
8 years 9 months ago - 8 years 9 months ago #4096 by admin
Replied by admin on topic Its giving Error.. :(
Hi,
the problem is with the array initialization syntax used:
$data  = ['email' => $email];

Probably you have PHP 5.3. and this is not supported. I will replace the plugin in a few hours. Meanwhile change this line as follow:
$data  = array('email' => $email);

Same problem also at line 512. I apologize for the issue.

Kind regards,
Luigi
Last edit: 8 years 9 months ago by admin.

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

More
8 years 9 months ago #4097 by admin
Replied by admin on topic Its giving Error.. :(
Just released jBackend 2.1.3. Please, download and install it.

Kind regards,
Luigi

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

  • onegoodlife
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 9 months ago #4109 by onegoodlife
Replied by onegoodlife on topic Its giving Error.. :(
Hi,

Thank you for the update, now have two questions..

1: how can i generate or reset API Key
2: how can i make so that by default without having to pass jbackend as option i can have all processed by jbackend only.

thanks

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

More
8 years 9 months ago #4114 by admin
Replied by admin on topic Its giving Error.. :(
Hi,
about the API key, there's a component function that allows you to create API keys, you can also just push a button to generate random keys.

Sorry but the second question is not clear. Could you add more details?

Regards

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

Time to create page: 0.131 seconds