You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIrst my apologies if this has been addressed; but, I could not find it.
I just upgraded to Owncloud version 10.0.10 and can't get ownnote to work. I down loaded the current version from github and installed it and enabled it. I shows up in the Owncloud menu but when I try to open it I just get a blank page.
In the log I have the following message:
"Call to undefined method OC\Server::getContentSecurityPolicyNonceManager() at /var/www/owncloud/apps/ownnote/templates/main.php#21"
Does anyone know how to resolve this problem?
The text was updated successfully, but these errors were encountered:
I have the same issue.
Fixed by manipulating templates/main.php, change <input type="hidden" name="nextNonce" id="nextNonce" value="<?php p(\OC::$server->getContentSecurityPolicyNonceManager()->getNonce()) ?>" />
into <input type="hidden" name="nextNonce" id="nextNonce" value="" />
FIrst my apologies if this has been addressed; but, I could not find it.
I just upgraded to Owncloud version 10.0.10 and can't get ownnote to work. I down loaded the current version from github and installed it and enabled it. I shows up in the Owncloud menu but when I try to open it I just get a blank page.
In the log I have the following message:
"Call to undefined method OC\Server::getContentSecurityPolicyNonceManager() at /var/www/owncloud/apps/ownnote/templates/main.php#21"
Does anyone know how to resolve this problem?
The text was updated successfully, but these errors were encountered: