MattDr2
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by MattDr2-
MattDr2 commented,
Got it - it's my fault. :) I was running $cpanel->end() before running the Silex application.
-
MattDr2 commented,
It looks like the issue is that the CPANEL class is being destructed (__destruct()) before closures are called, which is causing this problem.
-
MattDr2 created a post,
Null Response To cPanel API Calls From Silex Closure [resolved]
I'm developing a cPanel plugin using Silex. Silex runs a lot of code inside closures, and I'm having difficulty using the cPanel API (/usr/local/cpanel/php/cpanel.php) from within a closure. In th...