MattDr2
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by MattDr2-
Got it - it's my fault. :) I was running $cpanel->end() before running the Silex application.
-
It looks like the issue is that the CPANEL class is being destructed (__destruct()) before closures are called, which is causing this problem.