Ticket #74 (new enhancement)

Opened 6 years ago

Last modified 6 years ago

$_SERVER['TRAX_ENV'] notice

Reported by: spid3r Owned by: emanuelfgdh
Priority: normal Milestone: 1.0
Component: Action Controller Version: 0.10.0
Severity: trivial Keywords:
Cc:

Description

line 13 in the default config/boot.php should be like this:

define('TRAX_ENV', @$_SERVERTRAX_ENV? ? $_SERVERTRAX_ENV? : "development");

This would avoid the annoying

Notice: Undefined index: TRAX_ENV

message from php.

Change History

Changed 6 years ago by john

  • cc mychaell@… removed
  • component changed from Active Record to Action Controller
  • summary changed from dfgh to $_SERVER['TRAX_ENV'] notice
  • priority changed from high to normal
  • keywords Dontcalluswellcallyou removed
  • type changed from spam to spam-fixed

Changed 6 years ago by john

  • type changed from spam-fixed to enhancement
Note: See TracTickets for help on using tickets.