E
E
Elbakidze2019-04-02 15:11:37
symfony
Elbakidze, 2019-04-02 15:11:37

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
```

First, I went to the openservera console, through the commands I went to the project directory and typed $ composer install,
after which an error popped up:
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.

Next I went here my_project/web/config.php where the errors are displayed.
5ca3505c51dde462566576.png
I tried to fix the first one, but nothing happened. After that, I decided to do everything from 0, just install the engine, went to the official Symphony website, downloaded the framework and installed it according to the instructions. I did it, but I still can't install this script ( https://azbukafree.com/skripty-php/doski-obyavleni...) . Help me if you can.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question