问题标签 [croogo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ajax - Ajax json always returning error although json format in response is correct
I have been trying to implement ajax login with CakePHP 1.3. I have a popup with a simple username/pass login.
Following is in my views/elements/login.ctp:
Following is in my controller controllers/users_controller.php
The view for the above controller is under views/users/ajax_login.ctp has ONLY this line:
My Ajax has the following code:
Now, everything seems to be working perfectly, however, this is always failing into the "error" callback and I dont know why. I've read all of the below links on stackoverflow, and none of them seem to be the issue!
Weird JSON behavior when requesting a json file via $.ajax malformed JSON while JSON is valid? Ajax error result with struts2 json_encode creating a malformed JSON (with extra hidden character) php json_encode not returning proper json encoded string
The ONLY thing I suspect is when I read the console.log(msg)
of the error, I get the correct HTML response {"success":true} which is in correct format... BUT... the "responseText" I get something like this:
responseText: "{"success":true}<!-- 0.375s -->"
so basically im guessing it's this "<!-- 0.375s -->" which is causing the json format to always fail in my ajax call. how on earth do i get rid of this?!... I'm no longer sure if this is a CakePHP issue, or and AJAX/JSON issue!... i've worked on both for over 5 years and now im stuck!
croogo - Croogo 插件加载顺序
我无法理解 Croogo 插件加载顺序。我想在插件“Facebook”之后加载插件“Ckeditor”
在 facebook 的 plugin.json 中:
然后我停用并重新激活 facebook 以读取更新的 plugin.json。
ckeditor 继续在 facebook 之前加载。
谁能帮我更改croogo插件加载顺序?
谢谢
image - 如何在 Croogo cms 中创建图像选择器?
如何在 Croogo Example 插件中创建像 Example 选择器这样的输入表单,这样当我们在选择图像后插入图像时,它的 url 会插入到输入文本框中。?我已经创建了这个,但是当我单击插入图标(此处为图片)时,它的 url 不会插入到文本框中。
cakephp - 本地主机中的 Croogo 主题问题 [Windows]
我在我的 Cakephp 网站中使用 Croogo CMS,它在服务器和所有 linux 机器上运行良好,但在 windows 机器上运行不正常。请在下面找到我在本地主机中面临的问题
PHP版本:5.3.13
克鲁戈版本:1.4.3
操作系统:Windows 7 - 32 位
目标:我想使用我的 Cakephp 默认布局而不是 croogo 主题布局以及来自 croogo 主题的 css 和 js
Cakephp 布局位置:app/Views/Layouts/default.ctp
Croogo 主题布局
现在的问题是 css 和 images 指向这个目录 theme/[MyTheme]/css/style.css。但是这个文件夹结构不可用,所以我遇到了错误
“网络错误:404 未找到 - http://localentrust.dev/theme/[MyTheme]/css/style.css”
请指导我解决这个问题。谢谢!
image - 使用 Croogo 和 cakephp 在附件中上传图片时出错
希望可以有人帮帮我!
我正在尝试在附件中上传图像并使用 croogo 在页面中插入图像。
当我上传时,我不断收到相同的错误消息:
安全错误 在此服务器上找不到请求的地址。由于“auth”违规,请求被黑。
图片保存在上传文件夹中,但我无法让它们显示在页面上。
php - PHP Croogo 框架 - 站点自动进入维护模式
从过去的很多天开始,我都面临着 Croogo 网站的问题。我的网站会在几小时或几天后自动进入维护模式。
然后我手动需要在 settings.yml中将 Site.status : value 更改为1
如果有人对这个问题有任何想法,请与我分享。
提前谢谢你。
cakephp - Croogo:插件的主题视图
我第一次使用 Croogo 我有一个问题:我想为插件中的一些视图 (ctp) 设置主题。
- 从app\Plugin\Nodes\View\Nodes\主题元素我不得不把文件放在app\View\Themed\MyTheme\Nodes\(没关系!)
- 要更改app\Plugin\Comments\View\Elements\我必须将文件放在app\View\Plugin\Comments\Elements\中(在 MyTheme 目录中找不到它的工作位置)
但是当我想为 admin (admin.cpt, admin_full.cpt) 视图设置主题时,我完全不知道该怎么做:
- \app\Plugin\Croogo\View\Layouts\ => app\View\Plugin\Croogo\Layouts\:不
- \app\Plugin\Croogo\View\Layouts\ => app\View\Layouts\Croogo\:不
- \app\Plugin\Croogo\View\Layouts\ => app\View\Themed\Plugin\Croogo\Layouts\:不
- \app\Plugin\Croogo\View\Layouts\ => app\View\Themed\MyTheme\Croogo\Layouts\:不
- \app\Plugin\Croogo\View\Layouts\ => app\View\Themed\MyTheme\Layouts\:不
- \app\Plugin\Croogo\View\Layouts\ => app\View\Themed\MyTheme\Layouts\Croogo\:不
有人知道如何在不编辑 Croogo 插件中的视图的情况下解决这个问题吗?
克鲁戈版本:1.5.4
最好的问候, Cezary Daniel Nowak
cakephp - CakePHP/Croogo 重新部署中的密码散列更改
我正在尝试使用 Heroku 的 Cedar 堆栈将 Croogo/Cakephp 安装部署到 Heroku。
但是,每次我们重新部署到 Heroku 时,我们都无法重新验证使用先前部署创建的用户,并且必须从头开始重新创建数据库。我们怀疑这是密码散列的问题。然而,安全盐在部署中保持不变。是否还有其他可能会导致散列失败的变化?
php - Croogo - 管理菜单在实时服务器上显示错误
我正在研究croogo,我已经完成了所有事情。但不幸的是,在实时服务器上上传时,管理菜单切换效果不起作用。检查控制台时,在第37行的admin.js中显示此错误。我搜索并找到了以下代码制作问题:
错误消息:b>注意(8):使用未定义的常量 basePath - 假定为“basePath”[ APP/Plugin/Croogo/webroot/js/admin.js,第37行
这是我第一个使用 croogo 的项目。任何人都可以帮我解决这个问题。在此先感谢。
php - Cakephp - 使用文件上传插件上传文件时出现内部服务器错误
我正在开发一个 cakephp 项目(Croogo 版本)。用户可以在此处添加附件到该订单。但我面临着附件的问题。我正在使用此插件添加附件。这在我的本地系统上对我来说很好,但会在在线网站上抛出错误。
这是错误
发生内部错误。
我不知道为什么会这样。这个你能帮我吗。提前致谢