Page 15 of 15 FirstFirst ... 5131415
Results 141 to 149 of 149
  1. #141
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,237
    Plugin Contributions
    20

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    FCK 2.6, ZC1.3.8a - editor doesn't load anywhere but site home page appears.

    EXACTLY the same installation of FCK working on other sites on same server with same ZC version.

    I've tried the various options mentioned in this thread to "persuade" FCK to appear, but a few suggestions as to what could be wrong may prevent a complete mental breakdown!

    The not working FCK site has the admin renamed, but I can't figure out how/why this would cause a problem - and surely, as this is a standalone mod, no other modules should cause a conflict ... should they?
    Development Manager @ JSWeb Ltd
    Over 15 years with Zencart

  2. #142
    Join Date
    Aug 2008
    Posts
    114
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    Quote Originally Posted by abs007 View Post
    Hi
    I had the same problem but i installed zencart myself. Try what i mentioned above it worked for me fine. Dont know how stable it is but its working.
    Go to your

    zencart directory then editors you will see a file called .htaccess-rename the file to .1htaccess then your editor should work fine.
    Done it and still no luck
    SK

  3. #143
    Join Date
    Jan 2008
    Location
    Portland, Oregon USA
    Posts
    356
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    FCKeditor was working fine until ...

    Host has been upgrading site to be PCI compliant - now running PHP v5.2.9 and many more changes. Zencart v1.3.8a

    Thought at first it was because of SSL cert and change from http//broadwayfloral.com to www.broadwayfloral.com but checked other sites on same server and all affected.

    I'm unable to browse or access \myfiles\ directory (777 permissions on all dirs and files) and/or insert graphics. Text entry fine.

    Any ideas?

    Doug

  4. #144
    Join Date
    Dec 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    Hi,

    I'm getting this error:

    Warning: Missing argument 1 for fckeditor() in /home/mbalo13/public_html/admin/includes/fckeditor_php4.php on line 42

    Fatal error: Call to undefined function: createfckeditor() in /home/mbalo13/public_html/admin/news.php on line 370


    I'm using the latest version of Zen Cart.

    I have this working fine with everything except for the News and Articles module I installed. For what it's worth, I had the the News' module working until I installed FCKEditor.

    Any ideas?

    Thanks.

  5. #145
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    hi, Jhouse,

    Did you fix you problem? i had same problem same as yours.

    i found one solution here: http://www.zen-cart.com/forum/showth...tor#post655571

    once repare as instructed, i can edit news by FCK, but now warning occur:

    Code:
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at root/admin/news.php:1) in root//includes/functions/sessions.php on line 108
    
    Warning: Cannot modify header information - headers already sent by (output started at root/admin/news.php:1) in root/includes/init_includes/init_templates.php on line 36

  6. #146
    Join Date
    Dec 2006
    Posts
    130
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    Bang, that did it!!! Nice, thank you so much. At this time, I'm not experiencing the other error as you, hopefully I won't.

    Much appreciated.

  7. #147
    Join Date
    Dec 2008
    Location
    Aspen, CO
    Posts
    25
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    I'm currently running FCK Editor Module with Zen Cart 1.3.8a Store. Server is running PHP 4.3.2.

    I get the following error on the Products Page:

    Warning: Missing argument 1 for fckeditor() in /var/www/vhosts/skijunk.com/httpdocs/store/admin/includes/fckeditor_php4.php on line 42

    I reviewed posts here in this thread but didn't see exactly best way to resolve issue with 2.5 version.

    Did I install the correct version of FCK editor module?

  8. #148
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    Quote Originally Posted by interactivewest View Post
    I'm currently running FCK Editor Module with Zen Cart 1.3.8a Store. Server is running PHP 4.3.2.

    I get the following error on the Products Page:

    Warning: Missing argument 1 for fckeditor() in /var/www/vhosts/skijunk.com/httpdocs/store/admin/includes/fckeditor_php4.php on line 42

    I reviewed posts here in this thread but didn't see exactly best way to resolve issue with 2.5 version.

    Did I install the correct version of FCK editor module?
    There's an even newer version available in the add-on section (ver 2.6.4.1)

  9. #149
    Join Date
    Dec 2008
    Location
    Aspen, CO
    Posts
    25
    Plugin Contributions
    0

    Default Re: FCKeditor 2.4.3 - Content Editor addon for Zen Cart

    Quote Originally Posted by DivaVocals View Post
    There's an even newer version available in the add-on section (ver 2.6.4.1)
    I took your suggestion, downloaded and installed the latest version of FCKEditor from Addons section on Zen Cart website.

    I now get the following error - "Warning: Missing argument 1 for fckeditor() in /var/www/vhosts/skijunk.com/httpdocs/store/admin/includes/fckeditor_php4.php on line 148"

    The line they are referring to looks like this:
    function FCKeditor( $instanceName )
    {
    $this->InstanceName = $instanceName ;
    $this->BasePath = HTTP_SERVER . DIR_WS_CATALOG. 'editors/fckeditor/' ;
    $this->Width = '100%' ;
    $this->Height = '200' ;
    $this->ToolbarSet = 'Default' ;
    $this->Value = '' ;
    $this->EditorAreaCSS = HTTP_SERVER . DIR_WS_ADMIN . 'includes/stylesheet.css';
    $this->AutoDetectLanguage = true ;
    $this->DefaultLanguage = strtolower($_SESSION['languages_code']);

    $this->Config = array() ;
    }

    I tried one suggestion of changing height to '500' - No luck. I checked base path for HTTP_SERVER . DIR_WS_CATALOG. 'editors/fckeditor/ - that's correct when I check my configuration files

    I also checked the other path mentioned - HTTP_SERVER . DIR_WS_ADMIN . 'includes/stylesheet.css - That also looks right.

    I have also installed latest dual Pricing and Stock by Attribute modules but don't see where there are any file conflicts. I'm running latest version of FCK Editor on 1.3.8a. PHP version is 4.3.2

    I'd really like to use FCK Editor if possible.

    Any ideas?

 

 
Page 15 of 15 FirstFirst ... 5131415

Similar Threads

  1. where do I find my text editor for my zen-cart site?
    By pbg98pbg in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Feb 2011, 03:47 AM
  2. Newbee Editing zen cart FCKeditor?
    By mothersanddaughters in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Aug 2008, 01:56 AM
  3. FCKeditor 2.3.1 for Zen Cart 1.3.0.2
    By sparrish in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Sep 2006, 08:20 PM

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