-
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
Class 'OCA\\Files_Sharing\\API\\Server2Server' not found #14152
Comments
How did you install ownCloud? cc @jnweiger This pretty sure looks like a packaging bug to me. |
@LukasReschke the CentOS7 package intalls into /var/www/html/owncloud not into home/****/webapps/owncloud -> Not a packaging issue. @guyguy333 please check your file permissions. You probably need to give more read/write access to the apache user. |
I confirm, it was a file permissions problem. Thank you |
We´ve got the same Problem. Because of "least privilege thinking", we´d like to make only the minimum subset of files/directory writable to apache. Till now it was owncloud/apps owncloud-www/config owncloud/tmp /owncloud/data @guyguy333 What file permissions did you change? |
I'm hitting the same issue right now :) @guyguy333 What file permissions did you change? FYI, I followed this to setup file permission. Maybe, it would be good to update if needed. |
Hey @LukasReschke, think this issue has to be reopened. Tryed to give my www-run-user control over ALL owncloud-files, but still the same issue. |
If you have similiar issues which cannot be resolved by changing the file permissions this is a different bug and needs a new report using the issue template. |
@LukasReschke can you give us more clue about file permission? Then I can try and tell you if it is related to permission or not. Thanks! |
@LukasReschke: I agree to @pierreozoux - noone ever pointed out, what files permissions were changed. We both followed the "manual installation" documentation and changed the permissions accordingly |
The script works quite fine here. Please post exact steps what you did. I performed:
|
Just fixed it here. I had a configuration-mistake: the location of the app-directory was wrong. OC7 just fell back to the default, whereas OC8 did not. My suggestion for 8.0.3: give an error when there is a config-error like an nonexisting directory. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
ownCloud homepage
Actual behaviour
PHP Error :
Server configuration
Operating system: CentOS 7
Web server: Apache/2.4.6
Database: 5.5.41-MariaDB
PHP version: PHP 5.4.16
ownCloud version: 8.0.0.7
Updated from an older ownCloud or fresh install: Fresh install
List of activated apps: none
The content of config/config.php:
Are you using external storage, if yes which one: none
Are you using encryption: no
Client configuration
Browser: Safari
Operating system: OS X Yosemite
Logs
Web server error log
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: