-
This is a very strange bug that I have encountered for the first time. I'm at a loss in trying to debug the situation, so will try to provide as much information as possible.
PHP version: 7.4.2
My…
-
When `$product->archived == null`, setting `$product->archived = false`, then calling `R::store($product)` does not actually save the changes to the database, and also does not call the update method …
ipsod updated
2 years ago
-
### What happened?
If you install on a webserver using PHP 8, the install create the SQL database and then do nothing. It will never pass that as long as you are on PHP 8.
Created an issue as per: h…
-
Hey guys, I've been working on [BoxBilling](https://github.com/boxbilling/boxbilling) and we have been trying to update our instance of RedBeanPHP updated from an old old version (around 4.0.4)
Exper…
-
There seems to be an issue with loading extensions via Composer. Please see https://github.com/benmajor/RedSeed/issues/1.
In the above repo, extensions have been loaded via the `R::ext()` method, b…
-
When using the latest version of RedBeanPHP (dev-master) on PHP7.4, I get a deprecation warning:
Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or pr…
-
How on earth you came on a conclusion about not using package managers? Do you realize how much time is being saved while using package managers? Please stop misleading people. Injection can happen an…
-
please add an option to do something like ```$bean->store();``` instead of ```R::store($bean);```
and same for trash ```$bean->trash();```
*edit: i could add a model to the bean, but i'd still hav…
-
Currently using PHPstorm and have not found a way to make properties auto-complete
Does anyone have a working solution for autocompletion of bean properties?
-
[ First of all , I apologize for the Bad English Writting or Spelling i may have ]
After downloading the latest version of RedBean PHP Class , i could not be able to fix this issue while attempting…