Skip to content
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

ReferenceError: clipboard is not defined #15

Closed
UtmostCreator opened this issue Jul 30, 2020 · 3 comments
Closed

ReferenceError: clipboard is not defined #15

UtmostCreator opened this issue Jul 30, 2020 · 3 comments

Comments

@UtmostCreator
Copy link

Description
Steps To Reproduce

  1. open you external-caledar
  2. make sure you have some events
  3. create export
  4. click on Copy to clipboard button

Actual Result: clicking on the Copy to clipboard button copies the url
Expected Result: throws the error ReferenceError: clipboard is not defined

image
TEXT:

humhub.log.js?v=1591265373:149 ERROR - humhub.modules.action: An unexpected error occurred. If this keeps happening, please contact a site administrator. ReferenceError: clipboard is not defined
    at jQuery.fn.init.<anonymous> (humhub.ui.additions.js?v=1591265373:139)
    at ActionBinding.handle (humhub.action.js?v=1596119240:550)
    at HTMLAnchorElement.<anonymous> (humhub.action.js?v=1596119240:802)
    at HTMLDocument.dispatch (jquery.js?v=1596124848:5429)
    at HTMLDocument.elemData.handle (jquery.js?v=1596124848:5233)
@buddh4
Copy link

buddh4 commented Jul 31, 2020

Cannot recreate this,

  • which HumHub version are you using?
  • Did you try clearing the assets/cache?
  • Are you running in production or debug mode
  • Please check if there are any network errors in the network tab of your browser tool

@UtmostCreator
Copy link
Author

Cannot recreate this,

  • which HumHub version are you using?
    It is 1.6.2. Before (when I posted it), I was runnig 1.5.2
  • Did you try clearing the assets/cache?
    Yeah, I have just did it, and after that I had a green pop-up (saving that is is succesfully completed)
  • Are you running in production or debug mode
    I am running the debug mode -- defined('YII_ENV') or define('YII_ENV', 'dev');
  • Please check if there are any network errors in the network tab of your browser tool
    I have got the next errors:
    image

@UtmostCreator
Copy link
Author

It works fine on HumHub develop branch (HumHub Community Edition Version: 1.7.0-dev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants