Eglė Jusytė
Eglė Jusytė
Me too on Debian 8; But while ajento was on in confi.json I changed port to 10000 saved run ajenti-panel-v and everything was fine. Then restarted after ajenti-panel -v same...
Me stuck as well... Started using vagrant. But still want to setup docker for magento. Probably will try step by step from new. Because this one is broken.
Anyone has solution to this?
F*** this bullshit... Is there any proper working solution, why the fuck nginx has problems on booting wtf?God dammit...
Well I get this error: ```bash barbe@MSI MINGW64 /d/www/dockerized-magento (master) $ ./magento start Creating dockerizedmagento_sessions_1 ... Creating dockerizedmagento_fullpagecache_1 ... Creating dockerizedmagento_cache_1 ... Creating dockerizedmagento_solr_1 ... Creating dockerizedmagento_mysql_1 ... Creating dockerizedmagento_fullpagecache_1...
Run ```bash brew reinstall openssl pecl install -a --nobuild swoole \ && cd "$(pecl config-get temp_dir)/swoole" \ && phpize \ && ./configure --with-openssl-dir=/usr/local/Cellar/[email protected]/1.1.1j --enable-sockets --enable-openssl --enable-http2 --enable-mysqlnd \ && make...
But this way I will always have to use forked phpunit and phpunit-code-coverage libraries, because in phpunit library I will have to change which php-code-coverage package it uses and in...
Hi, I've set it up using phpdbg :-) like that: ``` phpdbg -c$(php --ini | grep "Loaded Configuration File" | cut -d":" -f2 | xargs) -dauto_globals_jit=Off -qrr vendor/bin/phpunit --colors=always --coverage-clover=test-reports/phpunit.clover.xml...
@hhxsv5, well this is Sdebug, if you read the issue I've linked, the title might be misleading. :-) I'll rename it. :-)
Okay I think I'm about to solve it. Basically need to use [yasd](https://github.com/swoole/yasd) extension. And need to run `php -e bin/laravels start`. And need to do like written here: https://github.com/swoole/yasd#debugging-with-phpstorm-remote-mode...