在线编辑器移到服务器上不显示问题
在本地测试良好,但是移植到服务器上之后就不显示了,是什么原因?
回复讨论(解决方案)
莫非路径不对?
莫非路径不对?
我下了几个编辑器,都是一样的情况,就算完全用下载的,本地测试正常,一移到服务器就有不显示了,而且我用google chrome 浏览器的调试看,状态时200,这要怎么解释呢?
提供的信息太少,不好说
提供的信息太少,不好说
我用的这里边的kindeditor编辑器,http://download.csdn.net/detail/boboxiaopangde/2752980
上传到服务器上,测试显示
但是在本地是
你看下源文件的路径是什么?
你看下源文件的路径是什么?
源文件路径我肯定是写对了的,因为你看上边的第一个图,是显示了几个字的,只是没显示编辑器
检查下路径吧,八成是这个问题
你 应该检查有没有JS错误。去chrome控制台看看
检查下路径吧,八成是这个问题
我用调试工具,显示不是路径问题呀?
你 应该检查有没有JS错误。去chrome控制台看看
如果说js错误的话,本地为什么可以正常显示,并且功能正常?
你 应该检查有没有JS错误。去chrome控制台看看
如果说js错误的话,本地为什么可以正常显示,并且功能正常?
看看是不是文件大小写的问题?
我把js文件内容复制到html文件中时可以显示的,这也就说明是路径的问题,但是我的路径应该是没有错的呀,查看网页源文件,可以打开里边的js文件,这是怎么回事?
你换 ie 测试一下,如果可以则说明仅仅是 mime 类型不对
至少两贴图中的 type 不一致
你换 ie 测试一下,如果可以则说明仅仅是 mime 类型不对
至少两贴图中的 type 不一致
用ie也不显示,那这是什么原因呢?
你 应该检查有没有JS错误。去chrome控制台看看
如果说js错误的话,本地为什么可以正常显示,并且功能正常?
看看是不是文件大小写的问题?
你是指文件名还是文件里的代码大小写?js本来就是区分大小写的
那你贴出 url
各位,有谁遇到过这种问题呀?
要显示的页面:
D:\PHPnow-1.5.6\htdocs\kindeditor\examples\demo-01.html
demo-01.html调用三个js文件分别是:
D:\PHPnow-1.5.6\htdocs\kindeditor\src\kindeditor-core.js
D:\PHPnow-1.5.6\htdocs\kindeditor\src\plugin-all.js
D:\PHPnow-1.5.6\htdocs\kindeditor\src\lang\zh_CN.js
我写的路径是:
那你贴出 url
http://automation.shu.edu.cn:5001/kindeditor/examples/demo-01.html
本地调试apache?服务器是IIS?
本地调试apache?服务器是IIS?
都是apache
你改成绝对路径试试
css路径也一并改掉
你改成绝对路径试试
你改成绝对路径试试
你指的是,换成
<script></script>
<script></script>
<script></script>
可能是引用JS文件之间的路径关联问题了,建议你把kindeditor的src目录下的文件都放到你JS文件夹的主目录试试。
很慢,很慢,很慢!
但还是可以显示的
根目录绝对路径就行了。。不要写物理路径。
css路径也一并改掉
也没有显示
<script></script>
如果你的网站目录是/E:/PHPnow-1.5.6/htdocs/
就替换成
<script></script>
可能是引用JS文件之间的路径关联问题了,建议你把kindeditor的src目录下的文件都放到你JS文件夹的主目录试试。
好的,我试试
能工作,就证明代码、配置没有问题
但也就无法知道你那儿怎么就不行了
很慢,很慢,很慢!
但还是可以显示的
你用ie可以吗?我用ie和googlechrome都不正常显示,其中chrome显示如下:
根目录绝对路径就行了。。不要写物理路径。
改成绝对路径后和相对路径显示的是一样情况
IE没问题,谷歌不行
IE没问题,谷歌不行
太奇怪了,我这边都不行
你改成绝对路径试试
你改成绝对路径试试
你指的是,换成
<script></script>
<script></script>
<script></script>
这个路径是浏览器加载的,你写的绝对路径应该是域名+虚拟目录+文件目录才对
怎么能写成是本地路基呢,还d盘都出来了
这个编辑器在本地测试兼容改革中浏览器,但是移到服务器上之后,google chrome和ie都不能正常显示,最终还是没找到原因
我也碰到同样的问题,求解!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

This is the second and final part of the series on building a React application with a Laravel back-end. In the first part of the series, we created a RESTful API using Laravel for a basic product-listing application. In this tutorial, we will be dev

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

In this article, we're going to explore the notification system in the Laravel web framework. The notification system in Laravel allows you to send notifications to users over different channels. Today, we'll discuss how you can send notifications ov

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot
