-
### Symfony version(s) affected
7.1.1
### Description
When mapping a CollectionType (`'allow_delete' => true`) to an entity property of type ArrayCollection, the following exception is thrown…
-
2023-08-04T20:49:38+02:00 [info] User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\PurifyPrePersistSubscriber" as a Doctrine subscriber is deprecated. Register it as…
-
Hey!
Trying Laravel for the first time (and installed rethinkDB yesterday, it's amazing!)
`php artisan make:rethink-migration users --create=users`
- the `use Illuminate\Database\Schema\Blueprin…
-
### Summary
Cakephp 4.x version api has changed. Digging into I noticed `$schema = $table->schema();` is `$schema = $table->getSchema();`, and the schema api also changed.
`$pk = $schema->primar…
-
I have issues when trying to add a single file to the finder like this:
`return \StubsGenerator\Finder::create()->append(['dir/file.php']);`
and get the following error:
```
Fatal error: Unc…
kimhf updated
5 years ago
-
Hi there!
I've the following `.env`:
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=default
DB_USERNAME=root
DB_PASSWORD=secret
```
I'm trying to run the dockerless…
-
Hi!
I have a problem with the new updater. Calling
_sudo -u www-data nextcloud-news-updater /var/www/nextcloud --loglevel before-update_
I get this:
2020-10-01 09:21:43,998 - Nextcloud News Up…
-
### Symfony version(s) affected
6.3.4
### Description
Our console application creates checklists based on Symfony progress bars to represent the progress of multi-step commands. You can see the cod…
-
`$contract->at($contractAddress)->call('tokenAddressandID', "00001", function($err, $transaction) use ($name) {`
Passing in an string that's an integer prefixed with 0s, e.g "00001" or "00002" blow…
-
i have setup Phraseanet with docker on a old laptop to test it.
the basic web-app does work.
but i wanted to setup mail so i can also test the new user mail feature.
for this i put my mail config…