-
Notifications
You must be signed in to change notification settings - Fork 73
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
clicking on the app-button ends on a blank page #3
Comments
I don't know if PHP7 is a problem. I'm currently trying to set up a VM with PHP7 to check if I have the same problem. Do you have a oc instance with an older php version? You said you tried it on several systems. Are there any differences between your systems?
You could also try the current master. I made some small fixes (unrelated to you error, but maybe it works). |
Indeed, PHP 7 is the problem. With 5.6.18 it works fine. |
Can confirm that. Same problem on PHP7 for me. I'll look into it. |
I had the same situation and it |
@Liwindo @MarPiRK Btw. you guys should be aware that oC 8.2.2 is not compatible with PHP 7. Watch out for oC 8.2.3 to get compatibility with that version of PHP. |
Sorry, totally forgot about it! There was a bug in core which returned a wrong http status code for the redirect response I use in this case. I'll try to find a workaround or, if this doesn't work add a note to the readme file (#5).
I thought 8.2 is already compatible with PHP 7. At least that's what I read while trying to setup a VM with PHP7. |
Unfurtunately not. The SabreDAV lib shipped with oC 8.2.2 and earlier is not PHP 7 compatible: |
@v1r0x Nice, with this fix everything works. |
@MarPiRK Everything what is SabreDAV (WebDAV, CalDAV, CardDAV) might have or has issues with PHP7. |
@RealRancor Good to know |
I can confirm that it works now. But is it normal that the background of a created polls gets white when I put the mouse curser on it? Have a look: http://www.directupload.net/file/d/4276/veex8tm4_png.htm |
Yes and no. Didn't know why it has been this way, but found the problem ;) |
Steps to reproduce
Expected behaviour
The app works fine
Actual behaviour
A blank page appears
Server configuration
Operating system: Ubuntu 14.04.4
Web server: apache with nginx proxy
Database: mysql 5.5.47-0ubuntu0.14.04.1
PHP version: 7.0.3
ownCloud version: 8.2.2
TypeError: Argument 2 passed to OCP\AppFramework\Db\Mapper::findEntities() must be of the type array, null given, called in /var/www/vhosts/domain.tld/owncloud/apps/polls/db/eventmapper.php on line 47 at /var/www/vhosts/domain.tld/owncloud/lib/public/appframework/db/mapper.php#318
Additionally I tried the downloaded source code (V. 0.6.9.1). With it the folder-rights-problem does not occur but the blank page problem still exists. Obviously are the folder rights in the 0.6.9 release not set correct.
The text was updated successfully, but these errors were encountered: