minilauta / miniboard

Minimalistic oldschool imageboard software
MIT License
7 stars 5 forks source link

PHP Fatal error #12

Closed ghost closed 2 years ago

ghost commented 2 years ago

[error] 22078#22078: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Slim\Exception\HttpNotFoundException: Not found. in /var/www/html/vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php:91

Anonyymi commented 2 years ago

Could you please provide some context that lead to this exception? Did you install dependencies with php composer?

Please acknowledge that this software is still a work in progress.

ghost commented 2 years ago

Did you install dependencies with php composer?

Yes, I did. Using PHP 8.1.

Anonyymi commented 2 years ago

I cannot replicate the issue. Works fine on my Gentoo linux machine with PHP 8.1 - I have not tried running the board behind FastCGI just yet, though. So far I've used php dev server, as you can see in dev.sh.

If you want the problem solved, I suggest you provide more information about the context.

denamuumi commented 2 years ago

[error] 22078#22078: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Slim\Exception\HttpNotFoundException: Not found. in /var/www/html/vendor/slim/slim/Slim/Middleware/RoutingMiddleware.php:91

Is the problem persisting after #14 ?

Anonyymi commented 2 years ago

Closing because no response and this is an irrelevant issue. Create a new issue if you still have problems.