Results 1 to 10 of 214

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    You should only have dropped the editors folder into your install. You did not need to do anything from any of the other admin folders, so if you used the 1.5.1 to 1.5.4 folder then you need to delete them from your install.

    Zen Cart and it's community are the best!!

  2. #2
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    You should only have dropped the editors folder into your install. You did not need to do anything from any of the other admin folders, so if you used the 1.5.1 to 1.5.4 folder then you need to delete them from your install.
    Easier said than done I'm afraid....at least for me.

    Not even sure where to start.
    I didn't see any uninstall files.

  3. #3
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    If you did add the files from the 1.5.1-1.5.4 folder, it should be very simple. Just go to your admin/includes and replace ckeditor.php with the original from the 1.5.5 fileset. There is nothing to uninstall. You could also delete the editors/ckeditor folder and re-upload in case something got messed up during the transfer.

    Zen Cart and it's community are the best!!

  4. #4
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Quote Originally Posted by lankeeyankee View Post
    If you did add the files from the 1.5.1-1.5.4 folder, it should be very simple. Just go to your admin/includes and replace ckeditor.php with the original from the 1.5.5 fileset. There is nothing to uninstall. You could also delete the editors/ckeditor folder and re-upload in case something got messed up during the transfer.
    Huge THANK YOU!!
    That fixed it.

  5. #5
    Join Date
    Apr 2010
    Posts
    900
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Hi,

    I think there may be a glitch in the mod... at least when the "optional" instructions for renaming the editor folder are applied.

    I have a fresh install of zc155e, plus a few mods. CKEditor works just fine until I try renaming the 'editors' folder.

    I added the following to my /admin/includes/configure.php:
    define('DIR_WS_EDITORS', 'new_folder/');

    Then I changed the name of my editor folder from "editors" to "new_folder".

    When I log into Admin, there is a persistent error message that states:
    You have an HTML editor selected in 'My Store' but the '/editors/' folder cannot be located. Please disable your selection or move your editor files into the '/editors/' folder
    However, when I go to Admin > Configuration > My Store > HTML Editor, CKEditor appears on the drop down list. More over, I am able to open a product, edit the content using the wysiwyg, save it, and then go see my changes on the catalog. All while *not* having a folder named "editors".

    Anyway, seems that the mod is hard coded to check for the specific folder "editors" rather than using the defined directive. I'm not sure where the check occurs, nor how to turn it off.

    I'm thinking of simply reverting the folder name back because I'm not using an image uploader add on. I only did it because... well, seemed easy enough and more secure.

    SIDE QUESTION:
    While grepping for references to "editors/" I noticed that my .htaccess contains the following (for CEON uri):
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors/ [NC]

    Unsure whether or not that could be sniffed out, I decided *not* to update that to:
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/new_folder/ [NC]

    Seemed to work fine anyway. Am I safe to use my editor without "don't rewrite"?

  6. #6
    Join Date
    Apr 2010
    Posts
    900
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    In case anybody else stumbles in here with that same problem (error message after renaming the 'editors' folder), below is a bandaid.

    Open /admin/includes/init_includes/init_errors.php and search for: ERROR_EDITORS_FOLDER_NOT_FOUND

    On line 179, I found:
    // Editor alerts
    if (HTML_EDITOR_PREFERENCE != 'NONE' && !is_dir(DIR_FS_CATALOG . 'editors')) {
    $messageStack->add(ERROR_EDITORS_FOLDER_NOT_FOUND, 'caution');
    }

    Replaced that with:
    // Editor alerts
    if (HTML_EDITOR_PREFERENCE != 'NONE' && !is_dir(DIR_FS_CATALOG . DIR_WS_EDITORS)) {
    $messageStack->add(ERROR_EDITORS_FOLDER_NOT_FOUND, 'caution');

    Worked like a charm.

  7. #7
    Join Date
    Aug 2017
    Location
    Toronto, Ontario, Canada
    Posts
    33
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Does anyone know if CKEditor for Zen car is compatible with Tabbed products pro?

  8. #8
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Icon images won't show.

    I checked invisible icon with an "Inspector" in FireFox browser by placing cursor on this icon.

    Click image for larger version. 

Name:	editor08.jpg 
Views:	70 
Size:	49.2 KB 
ID:	17589

    Line below is crossed:

    background-image: url('https://idtagsonline.com/test/editors/ckeditor/plugins/icons.png?t=H0CG');

    Click image for larger version. 

Name:	editor09.jpg 
Views:	47 
Size:	18.5 KB 
ID:	17590

    But file icons.png exist in this folder.

    What is it indication of?
    Last edited by idtags; 4 Jan 2018 at 02:43 AM.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Support Thread for CKEditor Plugin for Zen Cart

    Something on your server is blocking the icon image file from being able to be read correctly.
    .

    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.

 

 

Similar Threads

  1. v150 Support Thread for Google reCAPTCHA plugin
    By David Allen in forum All Other Contributions/Addons
    Replies: 689
    Last Post: 26 Apr 2026, 09:54 PM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

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