Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
You declared a constant, but assigned it a variable expression (a value that can change). Constants cannot contain runtime code.
To correct this error
- Do not use expressions when declaring constants.