-
```
*225 FastCGI sent in stderr: "PHP message: Class 'Exodus4D\Pathfinder\Controller\Controller' not found [/var/www/pathfinder/app/Controller/AppController.php:16]PHP message: [vendor/composer/Class…
tohuw updated
2 years ago
-
Probably another manifestation of #2?
After upgrading composer packages I get this stack trace:
```
Undefined index: param
[/var/www/geokrety/vendor/bcosca/fatfree-core/base.php:2342] Base->erro…
-
Was getting an issue with php 8.1 as per https://github.com/bcosca/fatfree-core/pull/333
Here's a patch. Note, the time I changed is just a bogus time stamp.
diff --git a/composer.lock b/composer.…
-
From your demo , when changing to postgres DB and then going 'home' it throws a query issue, missing group thingy. I will dl the blog and play with it, and might find a fix if you don't etc. but just …
-
Will FF3 ever be officially updated for PHP8.4? I have updated it myself (there aren't many files to update actually), so it seems an easy update to push?
-
Hi,
my webapp is using DB sessions and I was recently playing with onsuspect() handler.
My code is:
```
\Registry::set('session', new \DB\SQL\Session(
$f3->get('DB'),
…
-
From time to time I see the following error in my error log
Here's the call stack:
PDOStatement: Duplicate entry 'fta5qn9umut0re92l17tft9hcc' for key 'PRIMARY' (500: Internal Server Error)
[/fatf…
-
https://github.com/bcosca/fatfree/blob/62f40d88994b99a51cfba5556931e80e1bb64a8c/lib/db/sql.php#L524
https://stackoverflow.com/questions/32991564/how-to-check-in-postgres-that-lastval-is-defined
…
-
Session doesn't passed between pages/routes.
Simple test case:
```
public function testpost($f3)
{
session_start();
$_SESSION['globalsessiontest'] = "session from glob…
-
We are getting periodic 500 errors that state the following:
"type":"error","code":500,"status":"Internal Server Error","text":"PDO::__construct(): **MySQL server has gone away**","trace":"[vendor\…