-
Notifications
You must be signed in to change notification settings - Fork 336
Default External Site Not Working #2125
Comments
Anyone have any workarounds or ideas how to fix this? |
Find the file Find: Insert directly after this: |
same problem here @MichaelBarth can't find this $location in /lib/private/util.php any other solution? Thanks! |
Hi,John You have also to change the config.php in the owncloud/config folder and add 'defaultapp' => 'external‘, Hope that works for you. Michael … and here is the complete function I changed in util.php /**
|
… if you need the file please send me your email address! |
Thanks so much @MichaelBarth ! 👍 It works! |
… thats great. If you want to pass the userID of the ownCloud with the URL of the external side, I know how to …
|
Thank you. You’re so helpful. |
Mind sending this patch as a PR ? |
@PVince81 done: owncloud/core#28962 |
I have seen this quested posted in a couple different forums and nobody seems to have an answer and I'm not sure if this is a bug or if I am just doing something wrong? I really want to use owncloud as a replacement for onedrive, but I'd love to be able to use the external site feature as a way to incorporate it into our existing employee portal.
I would like to be able to be able to navigate to an external site upon login - this doesn't seem to be working like it is supposed to.
I have tried changing the config.php file to show:
'defaultapp' => 'external' (page doesn't load)
'defaultapp' => 'external/1' (redirects to files - this is the correct path of the actual url)
'defaultapp' => 'external?id=1' (redirects to files)
The text was updated successfully, but these errors were encountered: