-
Hi Sir,
I would like to ask assistance for this error on how to fix this. My robospice-retrofit with response of JsonObject type is always empty. Can't figure out the error and solution.
API Response…
chkm8 updated
9 years ago
-
I am using ion_auth for a web app that I am developing, and periodically I will go from being able to login using one of the accounts I created, and then the next it just refreshes the page and errors…
-
CodeIgniter handles errors, but not uncaught Exceptions.
1. I submit that CI can fairly easily add in functionality to handle uncaught Exceptions via PHP's [set_exception_handler()](http://us.php.net/…
-
hello,
I wish to register a new user in a group and only in one. I searched over the internet but I have not found how. Indeed the register function creates the user in several groups and it's not w…
-
Implement Soft Delete for Eloquent models, similar to that in FuelPHP.
## Soft Delete Model
Soft deleting is essentially the ability to hide an entry in the database instead of removing every trace o…
ghost updated
10 years ago
-
Hi!
When I create a new user, I get this error:
Message: Trying to get property of non-object
Filename: models/ion_auth_model.php
Line Number: 840
and it refers to: $default_group->id
Thanks!
ghost updated
10 years ago
-
Hello folks,
I think I would like to help with documentation again. Can someone point out some of the classes which you think could use some? Giving pointers would really help.
I would be doing it…
-
When I try to add a new user account I get the error:
```
Cannot add or update a child row: a foreign key constraint fails (`ourhr_app`.`users_groups`, CONSTRAINT `fk_users_groups_groups1` FOREIGN KE…
-
The various Eloquent model events ending with `ing` are not being triggered during tests.
I discovered this a while ago and assumed it was intended functionality (forcing you to test your event handl…
-
I my application, it makes much more sense for me to use a "contacts" table to store a users contacts.
Currently, ion_auth has columns for first and last names, company name and address and phone num…