Its giving Error.. :(
-
onegoodlife
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 4 months ago #4094
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 4 months ago - 9 years 4 months ago #4096
by admin
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: 9 years 4 months ago by admin.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 4 months ago #4097
by admin
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
-
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 4 months ago #4109
by onegoodlife
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.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 4 months ago #4114
by admin
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.127 seconds