-
OS: ArchLinux ARM
Database: Postgresql 10.3
PHP 7.2.3
config.ini
```
[globals]
db_type=pgsql
db_host=localhost
db_database=selfoss
db_username=so
db_password=
```
Docs says the databas…
-
I have been screaming at my computer for hours now. Everything seems to be done right, but i can't get any other method apart from GET requests to work.
-
I need NOT send gzip,deflate, cause it makes troubles on other side, but f3 always sends gzip,deflate.
-
https://github.com/bcosca/fatfree-core/blob/d13f60615efecc37cfcb14b223716903823a20f8/db/sql.php#L128
Hi There,
I noticed a problem in the db/sql class: the str_replace instances should be null s…
-
Is there an example of setting up the right way for F3 + Docker?
-
On our attempt to migrate to PHP8 we found out an issue with `DB\SQL\Mapper`:
It throws an error `Undefined array key 0` on `fatfree/lib/db/sql/mapper.php:230`:
```
list($filter)=$filter;
```
Her…
-
I think there is a problem with `alias()`/`reroute()` function when it build the url using known parameter from current request, and when a parameter need to be url encoded.
**Actual result**
An "…
-
Hello everybody,
I have the problem that I get the following error with the Fatfree Framework:
```
Internal Server Error
session_set_save_handler(): Cannot change save handler when session is ac…
-
Hello,
When trying to run an app using fatfree on non standard port, redirections are broken.
For instance :
```
php -S 127.0.0.1:9000 -t www
```
The following variables are automatica…
-
I do have a long time working selfoss instance @ Buster
Now copied to a new Debian Bullseye it won't work anymore.
php-sqlite3 is installed
``[2022-07-21 12:25:25] selfoss.DEBUG: Establish databa…