osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Fresh install of oscMax v2. but can't find DIR_FCKEDITOR

This is a discussion on Fresh install of oscMax v2. but can't find DIR_FCKEDITOR within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Fresh install of oscMax v2. everything is working great except; categories.php, affiliate_contact.php, coupon_admin.php, define_mainpage.php, define_conditions.php, define_privacy.php, define_shipping.php, gv_mail.php, newsletters.php. All ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 06-22-2005, 07:22 AM
webwolfe
Guest
 
Posts: n/a
Default Fresh install of oscMax v2. but can't find DIR_FCKEDITOR

Fresh install of oscMax v2. everything is working great except; categories.php, affiliate_contact.php, coupon_admin.php, define_mainpage.php, define_conditions.php, define_privacy.php, define_shipping.php, gv_mail.php, newsletters.php.
All these pages have “require, (DIR_FCKEDITOR . 'fckeditor.php');
My error log is giving me the following when I try to open the admin’s categories/products page. “PHP Fatal error: main(): Failed opening required 'DIR_WS_FCKEDITORfckeditor.php' (include_path='.:/usr/local/lib/php') in /home/local/physical/root-www/catalog/admin/categories.php on line 17” .
Same error on the above mentioned pages.
I am sure it’s in the admin configure.php setup but may be someone who knows more about php can look into it. Could I move the FCKeditor dir to another location?
Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 06-22-2005, 08:30 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,987
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Fresh install of oscMax v2. but can

Did you run the installer? It creates the configure.php file with the correct constant defines. Re-run the installer, making sure your configure.php files are world writable. You may want to re-upload the admin language files too. It looks like you are missing a define.

What language are you using?
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 06-23-2005, 07:49 PM
webwolfe
Guest
 
Posts: n/a
Default RE: Fresh install of oscMax v2. but can

I got the directory figured out but the problem now is my host which I am very happy with requires all cgi, pl, etc. to to be in my cgi-bin which I agree with also my cgi-bin doesn't like html pages in it and that of too! So my question is can I completely turn off this editor and will the cart run? Or is there a configuration within the editor where I can move the files etc. so it works? Or should I go back to the v1.7 which does not have this editor and figure it out. After getting this v2 working I think I can fix the other.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 06-23-2005, 08:10 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,987
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Fresh install of oscMax v2. but can

The editor does not use CGI, PL, etc. It is javascript and php... I don't understand what the problem is.

Actually, you may be confused by the different files in the FCKeditor directory:

fckeditor.asp, fckeditor.pl, fckeditor.cfc, fckeditor.cfm

You can delete them. Only fckeditor.js and fckconfig.js are actually used.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 06-25-2005, 09:34 AM
webwolfe
Guest
 
Posts: n/a
Default RE: Fresh install of oscMax v2. but can

Final update to v2. I got v1.7 up and running!
Thanks for your help.
Jacob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 07-20-2005, 02:03 AM
Member
 
Join Date: Aug 2003
Location: Southampton UK
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
NickW
Default RE: Fresh install of oscMax v2. but can

Had a similar problem running v2 on Apache on a local Windows server, although it was ok on remote Linux server. I added the following lines to the admin configure file and all was ok:

define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/');
define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/');

Nick
estores.org.uk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Fresh install... trench osCMax v2 Installation issues 2 07-31-2005 10:18 PM
Fresh install oscmax v1.7 blank catalog index page webwolfe osCMax v1.7 Installation 4 06-20-2005 06:23 AM
Fresh Install Ms2-Max Installation Error edwardbob osCMax v1.7 Installation 4 05-28-2005 03:35 PM
Fresh Install..... ProjectShadow osCMax v1.7 Installation 8 10-18-2004 03:54 AM
Fresh install error Anonymous osCMax v1.7 Installation 2 02-10-2004 07:38 AM


All times are GMT -8. The time now is 12:17 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax