Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default suddenly ckeditor became not working

    hi
    my websites version is v1.54, their ckeditor all suddenly became not working ,disappearing in the editing product page,and the backend's loading also become very slow.

    if go to configuraton-my store-html editor,set it to "plain text", the backend's loading would become very fast.

    here is china,so I guess it is because that China GV has done more blocking during the G20 conference.


    what should I do? or how to make ckeditor locally,not need to depeed on internet?

    thanks
    focus on the open source for online shoping website.
    my site: best shop 24h.com

  2. #2
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default Re: suddenly ckeditor became not working

    now all work after non working for at least half day.
    focus on the open source for online shoping website.
    my site: best shop 24h.com

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: suddenly ckeditor became not working

    You could make the following changes, which stop using google, attempts to load jQuery from the jQuery server, and if that fails, then it loads one from your own server (which only works if you've put it on your server):

    /admin/includes/ckeditor.php
    Code:
    <script type="text/javascript" src="//www.google.com/jsapi"></script>
    <script type="text/javascript">if (typeof jQuery == 'undefined') google.load("jquery", "1");</script>
    <script type="text/javascript" src="../<?php echo DIR_WS_EDITORS ?>ckeditor/ckeditor.js"></script>
    becomes:
    Code:
    <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
    <script type="text/javascript" src="../<?php echo DIR_WS_EDITORS ?>ckeditor/ckeditor.js"></script>
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default Re: suddenly ckeditor became not working

    it works perfectly!
    thanks so much ,I love zencart forum!
    focus on the open source for online shoping website.
    my site: best shop 24h.com

 

 

Similar Threads

  1. Server suddenly became slow
    By solo_400 in forum General Questions
    Replies: 19
    Last Post: 19 Jan 2013, 09:59 AM
  2. v150 Admin suddenly became very slow on every page
    By Ashely in forum General Questions
    Replies: 2
    Last Post: 23 Sep 2012, 03:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR