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'));
  • ERROR: "Uncaught Error, code 0 in ~/vendors/minphp/bridge/src/Components/Session.php on line 75 Message: Call to a member function save() on null" SOLUTION: Edit ~/plugins/support_manager/pipe.php and make sure there is only a single line between your hashbang and the <?php tag. <?php should begin on line 2 and you should not have made any other modifications to the file.

Formatting, Styling, and Adding Links to Replies

...