I am serving 2 websites on a single installation based on a subdirecty user/env/info and a variation on the Learn2 theme.
Everything works fine with one exception, on using login to access a private area in the sub site.
I have one set of plugins and relative symlinks in the folder 'env/info/plugins/ to the base plugins for each plugin used in the subdirectory site.
Each site has its own 'config/plugins/' folder with plugin yaml files
THe login form under the main site works
electricalsafety managment.com/private
However the same under the does not generate the form.
electricalsafetymanagment.com/info/private
It clearly a path issue within the plugin, although the admin login works perfectly (for both sites.)
FYI I tried replacing the symlink to the plugin with the full plugin folder but it did't make a difference
Anybody any ideas where to look.