-
Notifications
You must be signed in to change notification settings - Fork 9
Can't conect to Drop-ins App #7
Comments
similar problems |
Same problem |
Hey HumHub Community, I was faced with this problem too and I tried to figure out what's wrong. There's this variable "warning_on_posting_modal_confirm" in JavaScript which contains a an apostrophe. This apostrophe must be escaped. Solution: to Yii::app()->clientScript->setJavascriptVariable('warning_on_posting_modal_confirm', Yii::t('DropboxModule.widgets_DropboxFileListerWidget', "Yes, I'm sure")); Now refresh your browser and it should work. |
This did fix it, thank you - possible merge request? |
escaped an apostrophe which fixed the following issue: humhub-contrib#7 (comment) 41552013
Hello
1- installed the Dropbox module.
2- made Drop-ins App.
3- inserted API keyt in the module settings.
4- started module in the space and got a problem.
5- The logs are no errors.
The text was updated successfully, but these errors were encountered: