我正在尝试使用来管理TinyMCE 4.6.7服务器上的文件。到目前为止,文件上传工作正常。我可以上传和浏览文件/文件夹,但当我单击图像以将其插入到文本编辑器中时,我得到:
Uncaught TypeError: parent.tinymce.activeEditor.windowManager.getParams(...).setUrl is not a function
at apply_any (include.js?v=9.12.1:1)
at apply_img (include.js?v=9.12.1:1)
at a (include.js?v=9.12.1:1)
at HTMLA
我正在构建一个小型应用程序,允许您上传文件,将它们存储在云中,并使用进行分析。
我现在已经开始上传和存储了,为此我使用了firebase,但是当我尝试运行gcloud时,我遇到了一些问题。
在服务器文件夹中的main.js文件中运行:
import gcloud from 'gcloud';
console.log('gcloud', gcloud);
但这会导致终端出现错误:
=> Started proxy.
=> Started MongoDB.
Unable to resolve some modules:
"memcpy
我刚刚学会了创建一个网站,并为我的艺术建立了一个网站。我正在使用000webhost.com托管它。
在我上传文件并导航到我的网站后,在地址栏中,我看到了一个带有十字标记的盾牌和一条消息"This page is the to load scripts from unauthenticated source“。
如何解决此问题?我确实在网站上有我的艺术图像,但我没有任何JS文件,只有HTML,CSS和PHP。
看起来,main.js中的一些代码破坏了我在parse.com上的项目。但是我不能上传一个空的main.js文件,因为
parse deploy
说
Unable to authenticate app. Please make sure your applicationId and masterKey in "config/global.json" is correct
有没有人知道如何删除所有的云代码逻辑(代码、cronjob等)?