You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2022. It is now read-only.
When you create a new Joomla site via the console command, the site is created... but the host site files have an incorrect user:group permissions applied.
This only becomes apparent, when you try to edit the files in your IDE of choice. The permissions effectively lock the site files, and with phpStorm you can't even import the site files into a new project.
Steps to reproduce:
Spin up a new version of the JT-Vagrant box
Install a site joomla site:create testing
Attempt to drag and drop site finder folder into phpstorm
Observed Results:
Instead of phpstorm opening the project files, nothing happens. Checking the permissions over the newly created folder:
→ ls -la
total 16
drwxr-xr-x 9 root wheel 288 13 Jun 08:46 .
drwxr-xr-x 27 example staff 864 6 Jun 15:57 ..
drwxrwxr-x 30 example staff 960 13 Jun 08:40 joomlatools
drwxrwxr-x 23 root wheel 736 13 Jun 08:59 testing
Note: applying the correct permissions of example:staff over the joomlatools folders means that the IDE is able to import and edit the files.
Where as the root:wheel permissions are incorrectly applied to testing
The text was updated successfully, but these errors were encountered:
Describe the problem:
When you create a new Joomla site via the console command, the site is created... but the host site files have an incorrect
user:grouppermissions applied.This only becomes apparent, when you try to edit the files in your IDE of choice. The permissions effectively lock the site files, and with phpStorm you can't even import the site files into a new project.
Steps to reproduce:
joomla site:create testingObserved Results:
Instead of phpstorm opening the project files, nothing happens. Checking the permissions over the newly created folder:
Note: applying the correct permissions of
example:staffover the joomlatools folders means that the IDE is able to import and edit the files.Where as the
root:wheelpermissions are incorrectly applied to testingThe text was updated successfully, but these errors were encountered: