Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] createUser infinite loop error #10819

Closed
PVince81 opened this issue Sep 2, 2014 · 9 comments
Closed

[master] createUser infinite loop error #10819

PVince81 opened this issue Sep 2, 2014 · 9 comments

Comments

@PVince81
Copy link
Contributor

PVince81 commented Sep 2, 2014

Steps to reproduce.

  1. Set up with master (90f66e0)
  2. Go to settings page
  3. Open the JS console
  4. Create a user
  5. Refresh the page

Expected result

User created and appears directly

Actual result

User does not appear, console shows 500 internal server error.
Server log shows:

{"reqId":"5405baa268f47","app":"PHP","message":"Maximum function nesting level of '100' reached, aborting! at \/srv\/www\/htdocs\/owncloud\/3rdparty\/Pimple\/Pimple.php#77","level":3,"time":"2014-09-02T12:40:02+00:00","method":"POST","url":"\/owncloud\/index.php\/settings\/ajax\/createuser.php"}

@blizzz

@PVince81 PVince81 added this to the 2014-sprint-03-current milestone Sep 2, 2014
@PVince81
Copy link
Contributor Author

PVince81 commented Sep 2, 2014

Seems to be something local to my machine. When moving out all third party apps, it works again.

Will look further.

@PVince81
Copy link
Contributor Author

PVince81 commented Sep 2, 2014

Strange, it seems that the calendar app (master owncloud/calendar@c1f0eac) is breaking it.
When I remove the calendar app it works.

@blizzz
Copy link
Contributor

blizzz commented Sep 2, 2014

cc @georgehrke @raghunayyar

@georgehrke georgehrke self-assigned this Sep 2, 2014
@georgehrke
Copy link
Contributor

@PVince81 Could be related to owncloud/calendar@d5046fe . Could you retry after reverting this commit please

@PVince81
Copy link
Contributor Author

PVince81 commented Sep 2, 2014

Yes, I was debugging and it seems that it's what causes the infinite loop: addCalendar() just calls itself ?

@georgehrke
Copy link
Contributor

Could you validate this fix: owncloud/calendar@4e3ccef

@PVince81
Copy link
Contributor Author

PVince81 commented Sep 2, 2014

Doesn't work, even with that commit (pulled on calendar's master) the infinite loop still exists.

@georgehrke
Copy link
Contributor

okay, I'll check

@georgehrke
Copy link
Contributor

fixed with owncloud/calendar@a723bf9

@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants