-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote.php not working #653
Comments
Try the solution mentioned here #627 |
the ones abstractmodel mentiones? #627 (comment) |
the mod_rewrite module is enabled. But the friendica installer still states "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers." (rewrite of URLs in .htaccess doesnt work. check server conf..) I guess this could be the problem no? @VicDeo why do you think this is related to #627 ? I had the same problem with OC4.5.2. |
@nilsja yes, it seems to be completely different issue. Please start with addinng RewriteBase into your owncloud .htaccess:
|
Duplicate of #367 you probably do not need Rewrite base, add
as it is suggested here #367 (comment) |
Unfortunately both don't have an effect. |
@nilsja does this still occur with the latest stable 4.5.7, or with ownCloud 5 beta 2? |
I just stumbled into the same issue while updating from 4.0.7 to 5.0.4 (and the various workarounds didn't work for me). After some fiddling, I found a solution that works for me and wrote a little PHP script for it: https://gist.github.com/reihu/5378759 I basically had the problem that the OC_AppConfig didn't get updated correctly. The values for 'remote_core.js' and 'remote_core.css' were missing. Btw: After I installed the new OwnCloud .deb and visited the site, it started self-updating but the process stopped due to a SQLite "Locked Database" message. So that might have been the cause for my issue (I should've used MySQL instead...) |
@jancborchardt Note: I don't know how owncloud's update process works, all I know about the source is based on the code-digging I had to do today to make the update work (but I'm willing to dig deeper ;) ) |
That shouldn't be applied as a bug fix because you're supposed to update in increments. You can't jump from 4.0 to 5.0 |
I have an issue in Duplicati. User: Ticked the SSL port No. 443 Whenever I click next this error occurs: Connection failed: unable to connect to the remote server What to do please help me out. Thanks |
This could be related to #334
OC 4.5.3 on Debian squeeze/armel on a Sheevaplug esata. OC lays in /var/www/owncloud
Here is my apache conf: http://pastebin.com/hnSTCLPq
With the debug workaround mentioned in #334 at least the UI seems to work fine. But the webdav access still doesn’t work. "»davs://ownid.net/owncloud/remote.php/webdav« konnte nicht angezeigt werden. Fehler: Kein WebDAV-fähiger Speicher
Bitte wählen Sie einen anderen Betrachter und versuchen Sie es erneut." (English: ... .could not be displayed. Error: No valid WebDAV ...) The davs://... address is correct for ubuntu/nautilus.
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: