Results 1 to 8 of 8
  1. #1
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default [Done v1.3.5b] 1.3.5 atal Error if not using the FCKEditor Plugin

    Code:
    Fatal error: Cannot instantiate non-existent class: fckeditor in /home/tvclass/public_html/admin/includes/modules/product/collect_info.php on line 403
    When trying to edit product descriptions, It seems to be looking for the FCK editor even if you have NONE selected in the My Store area. And since it doesn't exist in the core without installing the plugin. it can't check for it.

    After I installed the plugin. It no longer gives error.. even tho I am still not using it.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.3.5 atal Error if not using the FCKEditor Plugin

    I can't duplicate this...

    Perhaps you can describe the steps you took to get to this point?
    .

    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.

  3. #3
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: 1.3.5 atal Error if not using the FCKEditor Plugin

    1. Copied all 1.3.5 files to server. Overwrote all the 1.3.0.1 files.

    2. Ran the Install, it upgraded the database with no problems.

    3. Went to Admin->Category->Categories/Products

    4. Selected an item.

    5. Gives error mentioned above.

    6. I made sure Admin->Configure->My Store->HTMLArea was set to NONE.

    7. Same error.

    8. I downloaded and copied the FCKEditor plugin for 1.3.5.

    9. Problem went away.

    So it seems if you dont have FCK editor installed already.. that it is checking something that doesn't exist or something. Same problem on my test site and my production site.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.3.5 atal Error if not using the FCKEditor Plugin

    any mods/contributions installed?
    .

    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.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.3.5 atal Error if not using the FCKEditor Plugin

    lines 402 and 403 of that file say:
    Code:
            <?php if ($_SESSION['html_editor_preference_status']=="FCKEDITOR") {
                    $oFCKeditor = new FCKeditor('products_description[' . $languages[$i]['id'] . ']') ;
    Thus, if you have used the pull-down menu to choose FCKEDITOR as your preferred editor within your current admin session, then this section of code will run. If you don't have the files installed for the editor, you'll naturally get the error.

    If you have not selected FCKEDITOR from the pulldown, you will not get the error.

    It suggests to me that you had the plugin installed, then removed it, changed things, tested, and it was not working because it was still remembering your previous selection.
    Normally closing your browser, or at least logging out of the Admin should be enough to clear the preference. Clearing browser cache may assist further.
    .

    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.

  6. #6
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: 1.3.5 atal Error if not using the FCKEditor Plugin

    I did have the folder originally when it was the folder in the root directory. But still had it set to none in the admin area.. maybe there was something left behind that caused it. Ah well its working now with the plugin folder there. I'll just leave well enough alone.
    Thanks for quick replies

  7. #7
    Join Date
    Aug 2006
    Posts
    166
    Plugin Contributions
    2

    1.3.5Your database appears to need patching to a higher level. See Tools->Server info

    hi i have just today installed a fresh copy of zen 1.3.5 on my local pc on apache 2.2
    i see the above message on the top of admin pages. my sql backup module also does not work. e-mail export too. in cross sell; the next pages are not loaded although you see in adress bar page 2, 3 etc.
    how can I add the new patch?

    ++++++++++++++++++++++++++
    Server Information

    Server Host: (158.13.161.110) Database Host: localhost (127.0.0.1)
    Server OS: Database: MySQL 4.1.14-nt-max-log
    Server Date: 09/04/2006 22:30:06 Database Date: 09/04/2006 22:30:05
    Server Up Time:
    PHP Version: 5.0.5 (Zend: 2.0.5)
    HTTP Server: Apache/2.0.54 (Win32) PHP/5.0.5 mod_perl/2.0.1 Perl/v5.8.7


    PROJECT_VERSION_NAME PROJECT_VERSION_MAJOR.PROJECT_VERSION_MINOR
    Patch: PROJECT_VERSION_PATCH1:ROJECT_VERSION_PATCH1_SOURCE
    Patch: PROJECT_VERSION_PATCH2:ROJECT_VERSION_PATCH2_SOURCE
    Database Patch Level: 1.3.5
    v1.3.5 [2006-09-04 12:45:11] (Fresh Installation)

  8. #8
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1.3.5Your database appears to need patching to a higher level. See Tools->Server

    Quote Originally Posted by reza
    hi i have just today installed a fresh copy of zen 1.3.5 on my local pc on apache 2.2

    PROJECT_VERSION_NAME PROJECT_VERSION_MAJOR.PROJECT_VERSION_MINOR
    Patch: PROJECT_VERSION_PATCH1::PROJECT_VERSION_PATCH1_SOURCE
    Patch: PROJECT_VERSION_PATCH2::PROJECT_VERSION_PATCH2_SOURCE
    Database Patch Level: 1.3.5
    v1.3.5 [2006-09-04 12:45:11] (Fresh Installation)
    This issue was fixed in the updated Zip ... please re-download the Zen Cart v1.3.5 file for the fix.
    .

    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. v151 Plugin FCKeditor - where do I put the files?
    By nomadrw in forum Basic Configuration
    Replies: 2
    Last Post: 19 Oct 2012, 03:33 AM
  2. FCKeditor Plugin 2.5
    By canemasters in forum All Other Contributions/Addons
    Replies: 186
    Last Post: 17 Mar 2012, 08:02 PM
  3. IIS XML error using FCKeditor
    By skorbay in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Dec 2010, 10:23 PM
  4. Page not found error in fckeditor 2.6.4.1
    By aspapi in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jan 2010, 04:56 PM
  5. FCKeditor plugin question
    By nwagoner in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Jan 2007, 03:05 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