Answer the question
In order to leave comments, you need to log in
Who will tell you how to fix the error?
Hello, let me tell you first.
The first step I took was to download the script ( https://azbukafree.com/skripty-php/doski-obyavleni... The
second step was to install it on openserver following the instructions:
Installation
------------
```
$ composer install
```
Commands
--------
Insert into you crontab. This task will remove featured and published signs from expired listings.
```
$ php bin/console directory-platform:unpublish-unfeature-listings
```
Doctrine
--------
```
$ php bin/console doctrine:database:drop --force
```
```
$ php bin/console doctrine:database:create
```
```
$ php bin/console doctrine:schema:update --force
```
```
$ php bin/console doctrine:query:sql "`cat database.sql`"
```
UserBundle
----------
```
$ php bin/console fos:user:create testuser [email protected] [email protected]
```
```
$ php bin/console fos:user:create [email protected] --super-admin
```
Helpers
-------
```
$ php bin/console assets:install --symlink
```
```
$ php bin/console cache:clear --env=dev
```
```
$ php bin/console assetic:dump --env prod
```
Translations
------------
```
$ php bin/console translation:update en FrontBundle --force --output-format=po --no-prefix # for 3.2
```
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 67108864 bytes) in phar://C:/OSPanel/modules/php/PHP-7.2-x64/composer.phar/src/Composer/DependencyResolver/Solver.php on line 223
Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question