Shyim

Results 161 comments of Shyim

fyi ssmtp is broken see https://bugs.php.net/bug.php?id=81158

I would see this as one of the last tasks as this is a huge effort. 😅

I personally never used sw_icon. - Where are the files for autocomplete - Can that path be different per extension? - What is icon namespace? - What pack?

It works currently only in Storefront as Administration doesn't have such fixed folder structure

@iMiMWeis Your issue is fixed with https://github.com/shopwareLabs/shopware6-phpstorm-plugin/commit/c8ca7485c178123a5bd4c5c4a0f14ca6d9b5269e

So its a big step forward as we can create components on the fly. So when extending a block, and we don't find a component, we can just create it....

Change your PHP Version to 7.2. Then it should work

This looks like sync permission issues. You have to make them all executeable. Do you have still issues here?

MySQL 8 seems to be stricter with local data. local_infile must be enabled in my.cnf and can't be overwritten anymore using mysql client. We need here a check that local-inifile...