Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2752

Extension Writers Discussion • Fatal error in the ext controller docs

$
0
0
The extension controller documentation has a code block with the following (link):

Code:

<?phpuse \Symfony\Component\HttpFoundation\Response;namespace acme\demo\controller;class main
If you use that code as-is, you'll get the following fatal error:

Code:

Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script
The namespace must go before the dependancy usage.

Statistics: Posted by danieltj — Tue Apr 30, 2024 4:45 pm



Viewing all articles
Browse latest Browse all 2752

Trending Articles