Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ERROR: "Use of undefined constant STDIN - assumed 'STDIN' on line 34 in ~/plugins/support_manager/controllers/ticket_pipe.php" SOLUTION: Edit ~/plugins/support_manager/pipe.php and add the following on its own line after $company_id = 1;: define('STDIN', fopen('php://stdin', 'r'));

...