-
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
PHP Error fopen directly after installation/setup #13736
Comments
@mmattel do you have any explicit errorious observeration? Or is this 'only' about reporting the error from the logs? Thanks a lot! |
For the installation this is a normal error message. It's produced when the installation is initiated. There is no config.php and it tries to open it. |
As for now, I do not have any error identified, but if PHP reports an error like this, I wanted to file an issue. You never know what is behind... Just reading the comment of @MorrisJobke. I understand, but this is really ugly, and I would not call a log entry like this "normal". Not reading/knowing/remembering all the issues on github, an admin would rethink the term "confidence". |
@mmattel I know that this isn't the way it should work, but it is the way it currently works. I will have a look at the config stuff in the 8.1 release cycle. Nothing critical for the release. |
ref #13104 |
When installing ownCloud the first time the first thing that an admin saw was an error message: > Error PHP touch(): Unable to create file owncloud.log because Permission denied at /var/www/owncloud/lib/private/log/owncloud.php#48 Or something related. This lead to a lot confusion as can be seen in our forum and in our issue tracker. This change should make the error messages disappear in most cases (e.g. where the file can actually be written). To test this: 1. On master install ownCloud and check owncloud.log => Error message 2. On this branch install ownCloud and check owncloud.log => No error message Fixes #13736 and #12893
Can do but earliest end of the week. |
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. |
Ubuntu 14.04, MySQL 5.5.41, PHP 5.5.9, nginx 1.7.9, owncloud from git master cloned via ocdev minutes ago, (no adoptions on the code cloned)
After I finalized the installation, I looked for any errors whic may have been logged, there was only one...
Error PHP fopen(/xxx/config/config.php): failed to open stream: No such file or directory at /xxx/lib/private/config.php#168
The text was updated successfully, but these errors were encountered: