osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

FCKediter fix !!!

This is a discussion on FCKediter fix !!! within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Originally Posted by Redeye_Joe I made these changes and it does seem to help but I can see the file ...


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
  #11  
Old 09-08-2005, 01:04 AM
Member
 
Join Date: Sep 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Sander
Default Re: RE: Re: not sure of instruction

Quote:
Originally Posted by Redeye_Joe
I made these changes and it does seem to help but I can see the file after I upload it, and when I try to make a new folder is says I dont have permission to... What folder is it trying to access so I can change the permissions.

thanks Doug

i still have problems, where to put this directory?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #12  
Old 09-14-2005, 11:15 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 FCKeditor path problem workaround.

See also:
http://oscdox.com/PNphpBB2-viewtopic-t-5377.html

The above thread has a workaround for the path information problem in FCKeditor.
__________________
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!
  #13  
Old 09-15-2005, 12:48 AM
Member
 
Join Date: Sep 2004
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Sander
Default RE: FCKeditor path problem workaround.

Very nice, i can upload and make dirs now.

Problem is that images do not work because it puts in it wrong directory's , and searching for even weirder directorys

ill see if i can fix it with .htaccess
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #14  
Old 12-08-2005, 05:15 PM
Member
 
Join Date: Dec 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
miahac
Default RE: FCKeditor path problem workaround.

I have tried both fixes mentioned here but when I use the FCKeditor I can upload and browse directories but when accept the image, the path does not include the whole url. It only shows the /UserFiles/Image/someimage.jpg instead of the entire URL. Any clues? I have updated from rc1 to rc2.
__________________
Network Administrator
Kansas Hosting
http://www.kansashosting.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #15  
Old 03-22-2006, 06:18 PM
Lurker
 
Join Date: Mar 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jmateus2006
Default RE: FCKeditor path problem workaround.

I had a very difficult time trying to fix the fckeditor with luck. I lost all images when I went to edit an item with fckeditor, and had to retype everything over again. I tried every recommendation and nothing worked for me. The way I got it to work was extremely easy, too easy. I just reinstalled the admin/categories.php file from the original oscmax file download. Do not try to replace this file with one that you use locally to upload to the server. It must be the virgin file. Download oscmax again if you have to and just over write this file.

I hope this helps at least some of the people who also did not have much luck resolving fckeditor issues.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #16  
Old 03-23-2006, 04:02 PM
Lurker
 
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
HeadScratcher
Default

FCK editor was one of my main issues with OscMax
after going through all here, Ive edited my connectors.php
lines 25 to 40 to look like this below. All functions now use correct catalog images path instead of root. Still get image upload error bar in admin
but it works fine. just took some testing to get the correct paths

Be sure to change the '/home/myaccount/public_html/ on the next to last line appropriately.

Code:
// Get the "UserFiles" path.
$GLOBALS["UserFilesPath"] = '/UserFiles/' ;

if ( isset( $Config['UserFilesPath'] ) )
	$GLOBALS["UserFilesPath"] = $Config['UserFilesPath'] ;
/*else if ( isset( $_GET['ServerPath'] ) )
	$GLOBALS["UserFilesPath"] = $_GET['ServerPath'] ;*/	
else
	$GLOBALS["UserFilesPath"] = '/catalog/images/UserFiles/' ;

if ( ! ereg( '/$', $GLOBALS["UserFilesPath"] ) )
	$GLOBALS["UserFilesPath"] .= '/catalog/images/UserFiles/' ;

// Map the "UserFiles" path to a local directory.
$GLOBALS["UserFilesDirectory"] = '/home/myaccount/public_html/' . $GLOBALS["UserFilesPath"] ;
//$GLOBALS["UserFilesDirectory"] = GetRootPath() . $GLOBALS["UserFilesPath"] ;
Hope this helps someone else and maybe someone can figure out the warning error. Thanks everyone for your input here.
Also,
Ive been with AABox for a couple years now and I must say we are extremely pleased and 100% satisfied with Michael and the "crew?" at AABox.I run several osc installs with ease, the servers are great.
I highly recomend them for OSC or any type hosting.

Thanks
ackwebdesign
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #17  
Old 03-24-2006, 12:45 PM
New Member
 
Join Date: Feb 2006
Posts: 17
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
SavageSinister
Default

Thank you, HeadScratcher! Your solution was what finally worked for me!

For anybody else reading, I had to remove the "/catalog" component of the paths, as my installation was in the root directory. FWIW.
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


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


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