-
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
Exporting Calendars sometimes failing #28114
Comments
@kwoxer Unfortunately an "internal server error" is just an generic error without further information about the reasons. Its required that you provide logfiles as asked in the half-filled issue template to find the reasons for your issue. |
But there is no error in error.log of my nginx. Where can I find that possible error maybe? |
is shown as well where you might find additional info. The PHP error log (please use your favorite search engine for more info) might contain additional info as well. |
Alright that looks like the error message on level 4. Hopefully that helps.
|
Looks like you have some broken events in your database. |
Indeed that's very similar. But I can use the calendar. The error just happens when Downloading it. And I'm not sure which event it could be, I have a huge number of events in all calendars. |
So it looks like the property |
Is there something a user can do to heal the data? |
Seems an user has provided some steps to "heal" the broken events in owncloud/calendar#805 (comment) |
It's nice to have a workaround somehow indeed. But I have currently 3 of 8 calenders. All are heavy used. And this would take me hours to proceed. As there are so many guys having that issue, why not patch this. And automatically do that cleaning of the sql? That should not be hard to manage. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
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
I get to download dialog
Actual behaviour
I get an error page
HINT: I have 9 Calendars. 5 of them are working properly when trying to download. But 4 are giving this error page! But I cannot find any pattern of these calendars. Maybe some bad string in a task or so. I really have no clue...
Server configuration
Operating system: Ubuntu 16
Web server: nginx
Database: mysql
PHP version: 7
ownCloud version: (see ownCloud admin page) 10.0.2
Updated from an older ownCloud or fresh install: 9.0.x
Where did you install ownCloud from: zip
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
{
"system": {
"instanceid": "och9rt0hdzz3",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xxx.eu",
"xxx.eu:443",
"oc.xxx.eu",
"oc.xxx.eu:443"
],
"datadirectory": "/var/www/owncloud/data",
"overwrite.cli.url": "https://oc.xxx.eu",
"dbtype": "mysql",
"version": "10.0.2.1",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "Europe/Berlin",
"syslog_tag": "ownCloud",
"default_language": "de",
"defaultapp": "calendar,files",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"theme": "",
"loglevel": 2,
"maintenance": false,
"mail_from_address": "xxx.xxx",
"mail_smtpmode": "php",
"mail_domain": "xxx.de",
"mail_smtpauthtype": "LOGIN",
"mail_smtpsecure": "ssl",
"mail_smtpauth": 1
}
}
List of activated apps:
Enabled:
Disabled:
Are you using encryption: no
Client configuration
Browser: firefox latest
Operating system: windows 10
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
The text was updated successfully, but these errors were encountered: