-
Trying to log in to task board for the first time with 'admin' credentials, nothing seems to happen. Checked the browser console, found:
"Failed to load http://localhost/taskboard/api/login resource:…
-
-
We need to inject RedBeanPHP as a dependency for some classes of a project. Some help to achieve this will be appreciated, this ORM use static methods and we can't figure how to pass the class to PHP-…
-
http://gabordemooij.com/sqn/
-
I'm facing an error when I try to setup a connection with the database.
```
[21-Jun-2019 22:50:29 Europe/Berlin] PHP Fatal error: Uncaught PDOException: Could not connect to database (mydatabase).…
-
When using `countOwn()` on a bean for a table that has not yet been created, usually when a webapp is freshly installed, should it produce an SQL exception? Most parts of RedBean ignore such "scaffold…
-
> Palm Sunday v5.3.1
> PHP 7.2.19
PHP Fatal error: Uncaught Error: **Call to undefined function** RedBeanPHP\QueryWriter\mb_strlen() in /home/projetos/rb.php:6808
`$remoteAddress = $_SERVER['…
c4tom updated
5 years ago
-
Perhaps I'm being a little slow here (it's been a busy few weeks), but I'm trying to better understand Trees within RedBean. The manual describes them as essentially self-referential relationships, bu…
-
Hello,
I am using openssl_encrypt with OPENSSL_RAW_DATA in order to store ciphertext as raw binary in the database however Redbean seems to be having issues with it.
Is there a workaround for th…
-
There was an [opened issue](https://github.com/PHP-DI/PHP-DI/issues/676) where was suggested to us to wrap a static class in a standard class to inject it when needed. Well, since that issue topic is …