Mikhail

Results 26 comments of Mikhail

Temporary fix. vendor/magento/framework/Filesystem/DirectoryList.php on line 137 ![image](https://user-images.githubusercontent.com/527232/190639358-711fe3d6-f799-406c-8a44-c9fc55156703.png)

The problem is related to changing the default path upload_tmp_dir in PHP-FPM setting. ... \Magento\Framework\Filesystem\DirectoryList::__construct ... ``` $sysTmpPath = get_cfg_var('upload_tmp_dir') ?: sys_get_temp_dir(); $this->directories[self::SYS_TMP] = [self::PATH => realpath($sysTmpPath)]; ``` realpath may...

> Tried restarting varnish, nginx and even server completely. > > Now found the following PHP fatal error: > > `PHP Fatal error: Uncaught TypeError: str_replace(): Argument #3 ($subject) must...

sudo chown magento:php-magento folder_name

> What I can't figure out is the folders seem to be assigned the correct access but I'm still getting Permission errors from nginx?? Check www.conf on /etc/php/PHP_VERSION/fpm/pool.d ![image](https://user-images.githubusercontent.com/527232/187417449-20fb745b-d358-43db-9512-b19c73c46cd1.png)

Not work with magento from ROOT user. When you run any command for magento cli or custom php script, please use magento user, either switch to: su magento -s /bin/bash...

@gfxguru I send you email.

I have already defined my new template. I can’t understand how to get all the packages inside the vendor. I find oly this: {% for name, package in packages %}{%...

> > Use WSL for Windows. > > I already tried this but doesn't work for me. What exactly doesn't work?