fix: remove stray 't' #78

Closed
opened 2026-04-05 19:46:06 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ImMaxM on 8/18/2025

Trying to create a new node (clicking the Create new button) or attempting to add a new allocation results in this error:
[2025-08-18 14:51:00] production.ERROR: Namespace declaration statement has to be the very first statement or after any declare call in the script {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Namespace declaration statement has to be the very first statement or after any declare call in the script at /app/app/Http/Controllers/Admin/NodesController.php:3)
along with a 500 Server Error.

I believe there was a stray 't' within the source of the NodesController.php file.

*Originally created by @ImMaxM on 8/18/2025* Trying to create a new node (clicking the **Create new** button) or attempting to add a new allocation results in this error: `[2025-08-18 14:51:00] production.ERROR: Namespace declaration statement has to be the very first statement or after any declare call in the script {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Namespace declaration statement has to be the very first statement or after any declare call in the script at /app/app/Http/Controllers/Admin/NodesController.php:3)` along with a 500 Server Error. I believe there was a stray 't' within the source of the NodesController.php file.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#78