Page 1 of 2 12 LastLast
Results 1 to 10 of 12

SSL And FCK editor- something wrong

This is a discussion on SSL And FCK editor- something wrong within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Ok, I have ssl in place on my client's site, and now that I have done that, her fck editor ...

      
  1. #1
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default SSL And FCK editor- something wrong

    Ok, I have ssl in place on my client's site, and now that I have done that, her fck editor isnt working. It says page cannot be found, then the error says:
    Not Found
    The requested URL /shop/FCKeditor/editor/fckeditor.html was not found on this server.

    Additionally, a 404 Not Found error was


    I think it must be something in the configure files if someone wouldnt mind to look it over and let me know what I have incorrect:

    shop/includes/configure.php code:
    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'http://www.homespuncountrycollectibles.com/'); // eg, cPanel® - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123/'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', 'homespuncountrycollectibles.com');
    define('HTTPS_COOKIE_DOMAIN', 'black.countingsheepwebdesigns.com');
    define('HTTP_COOKIE_PATH', 'shop/');
    define('HTTPS_COOKIE_PATH', '/shop/');
    define('DIR_WS_HTTP_CATALOG', 'shop/');
    define('DIR_WS_HTTPS_CATALOG', 'shop/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

    DATABASE INFO DELETED FOR SECURITY


    admin/includes/configure.php

    define('HTTP_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123'); // eg, cPanel® - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123');
    define('HTTPS_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123');
    define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', '/home/kwhcc123/public_html/shop/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
    define('DIR_FS_ADMIN', '/home/kwhcc123/public_html/shop/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/shop/'); // absolute path required
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
    define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');


    DATABASE INFO DELETED.

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: SSL And FCK editor- something wrong

    Quote Originally Posted by countingsheep View Post
    define('HTTPS_COOKIE_PATH', '/shop/');
    Should be:

    define('HTTPS_COOKIE_PATH', 'shop/');

    ???
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  3. #3
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default Re: SSL And FCK editor- something wrong

    Thanks, I changed that, which is in the shop/includes/configure.php, but, it didnt help. I dont see any product images nor will the fck editor work in admin?
    My admin configure.php code:
    define('HTTP_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123'); // eg, cPanel® - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123');
    define('HTTPS_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123');
    define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', '/home/kwhcc123/public_html/shop/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/shop/admin/'); // absolute path required
    define('DIR_FS_ADMIN', '/home/kwhcc123/public_html/shop/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/shop/'); // absolute path required
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
    define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');



    MY includes/configure.php code:
    define('HTTP_SERVER', 'http://www.homespuncountrycollectibles.com/'); // eg, cPanel® - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123/'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', 'www.homespuncountrycollectibles.com');
    define('HTTPS_COOKIE_DOMAIN', 'https://black.countingsheepwebdesigns.com/~kwhcc123');
    define('HTTP_COOKIE_PATH', 'shop/');
    define('HTTPS_COOKIE_PATH', 'shop/');
    define('DIR_WS_HTTP_CATALOG', 'shop/');
    define('DIR_WS_HTTPS_CATALOG', 'shop/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,688
    Rep Power
    22


    Default Re: SSL And FCK editor- something wrong

    define('DIR_FS_ADMIN', '/home/kwhcc123/public_html/shop/admin/'); // absolute pate required

    This might be wrong - it has to be the path on your HTTPS server to match https://black.countingsheepwebdesigns.com/~kwhcc123/
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  5. #5
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default Re: SSL And FCK editor- something wrong

    Quote Originally Posted by jpf View Post
    define('DIR_FS_ADMIN', '/home/kwhcc123/public_html/shop/admin/'); // absolute pate required

    This might be wrong - it has to be the path on your HTTPS server to match https://black.countingsheepwebdesigns.com/~kwhcc123/
    Thanks, I tried that, it didnt work either. The strange thing is, that I get the red x for the image and right click on the properties of the image and the path is:
    https://black.countingsheepwebdesign...seasons_51.jpg and I know that isnt correct.
    and notice the ~kwhcc123 isnt in there. I tried changing all instances of images/ in there to see if that would work, but it didnt.
    I dont see anywhere else in the area that will accept a different path that covers the ~kwhcc123

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: SSL And FCK editor- something wrong

    Your admin configure.php is wrong.

    Change this :

    PHP Code:
       define('DIR_WS_ADMIN''/shop/admin/'); // absolute path required 
    to this :

    PHP Code:
       define('DIR_WS_ADMIN''/~kwhcc123/shop/admin/'); // absolute path required 
    Next, change this:
    PHP Code:
       define('DIR_WS_CATALOG''/shop/'); // absolute path required 
    to this:
    PHP Code:
       define('DIR_WS_CATALOG''/~kwhcc123/shop/'); // absolute path required 

    And remove the /~kwhcc123 from your http and https server urls:

    PHP Code:
       define('HTTP_CATALOG_SERVER''https://black.countingsheepwebdesigns.com');
      
    define('HTTPS_CATALOG_SERVER''https://black.countingsheepwebdesigns.com'
    Next, you also have problems in your shop/includes/configure.php. Namely, your cookie domains are incorrect. They need to be set to only the root domain like this:
    PHP Code:
       define('HTTP_COOKIE_DOMAIN''.homespuncountrycollectibles.com');
      
    define('HTTPS_COOKIE_DOMAIN''black.countingsheepwebdesigns.com'); 
    That should get you going as far as correcting the configure.php files. Not sure if it will fix fckeditor. I will see if I can reproduce the issue.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default Re: SSL And FCK editor- something wrong

    Ok, that didnt work. I am unable to get in the admin at all now with the
    following url:

    https://black.countingsheepwebdesign...123/shop/admin

    My admin configure now:
    // Define the webserver and path parameters
    // * DIR_FS_* = Filesystem directories (local/physical)
    // * DIR_WS_* = Webserver directories (virtual/URL)
    define('HTTP_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123'); // eg, cPanel® - should not be empty for productive servers
    define('HTTP_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com');
    define('HTTPS_CATALOG_SERVER', 'https://black.countingsheepwebdesigns.com');
    define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
    define('DIR_FS_DOCUMENT_ROOT', '/home/kwhcc123/public_html/shop/'); // where the pages are located on the server
    define('DIR_WS_ADMIN', '/~kwhcc123/shop/admin/'); // absolute path required
    define('DIR_FS_ADMIN', '/home/kwhcc123/public_html/shop/admin/'); // absolute pate required
    define('DIR_WS_CATALOG', '/~kwhcc123/shop/'); // absolute path required
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/'); // absolute path required
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
    define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');


    MY includes configure:
    define('HTTP_SERVER', 'http://www.homespuncountrycollectibles.com'); // eg, cPanel® - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://black.countingsheepwebdesigns.com/~kwhcc123'); // eg, https://localhost - should not be empty for productive servers
    define('ENABLE_SSL', true); // secure webserver for checkout procedure?
    define('HTTP_COOKIE_DOMAIN', '.homespuncountrycollectibles.com');
    define('HTTPS_COOKIE_DOMAIN', 'black.countingsheepwebdesigns.com');
    define('HTTP_COOKIE_PATH', '/shop/');
    define('HTTPS_COOKIE_PATH', '/shop/');
    define('DIR_WS_HTTP_CATALOG', '/shop/');
    define('DIR_WS_HTTPS_CATALOG', '/shop/');
    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

    define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
    define('DIR_FS_CATALOG', '/home/kwhcc123/public_html/shop/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

  8. #8
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: SSL And FCK editor- something wrong

    Stop posting your config files. Once is enough.

    PM me the login to the admin panel. I want to test it myself.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  9. #9
    Active Member
    Join Date
    May 2003
    Posts
    137
    Rep Power
    0


    Default Re: SSL And FCK editor- something wrong

    Sorry sorry!! I just sent them to ya! Thank you so much for your help!

  10. #10
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default Re: SSL And FCK editor- something wrong

    Ok, I have ssl in place on my client's site, and now that I have done that, her fck editor isnt working. It says page cannot be found, then the error says:
    Not Found
    The requested URL /shop/FCKeditor/editor/fckeditor.html was not found on this server.
    I took a look at your admin panel, and the fckeditor is working fine. I can edit and create pages using it, and I do not see the error in the admin panel you are seeing.

    What are the exact steps you do in your admin panel to get the error?

    Attached is a screen shot of your admin panel, and the fckeditor is working.
    Attached Images Attached Images
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 1 of 2 12 LastLast

Similar Threads

  1. Wrong value sent to paypal
    By spottedhaggis in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 08-28-2006, 04:43 PM
  2. no pictures/wrong location
    By bersh31 in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-12-2005, 02:42 PM
  3. Wrong rounding
    By Hman in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 12-13-2003, 09:08 AM
  4. What am I doing wrong wih MoPics?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-30-2003, 08:19 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
  •