Skip to main content

Null Response To cPanel API Calls From Silex Closure [resolved]

Comments

3 comments

  • MattDr2
    It looks like the issue is that the CPANEL class is being destructed (__destruct()) before closures are called, which is causing this problem.
    0
  • MattDr2
    Got it - it's my fault. :) I was running $cpanel->end() before running the Silex application.
    0
  • cPanelMichael
    Hello :) I'm happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.