This is a discussion on FCKediter fix !!! within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; After going crazy not being able to upload or view images in the browser i finally came on the fix ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| After going crazy not being able to upload or view images in the browser i finally came on the fix In the FCKediter folder open up fckconfig.js cooment out the first FCKConfig.LinkBrowserURL link which is asp and uncooment the php link then do the same for FCKConfig.ImageBrowserURL = FCKConfig.BasePath hope this helps all of you. |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| What lines to comment out, could not locate. Would be easier if it was: Find xxx Replace xxx -newbie :> |
|
#3
| |||
| |||
| Thank You! Thank You! Kept putting finding a fix for this on the back burner - now you have saved me the trouble (and loads of time). Thanks for the stickiness - good idea! |
|
#4
| |||
| |||
| Quote:
Code: FCKConfig.LinkBrowser = true ; //FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp' ; //FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp&ServerPath=/CustomFiles/' ; // ASP.Net // FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/aspx/connector.aspx' ; // ColdFusion // FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/cfm/connector.cfm' ; // Perl // FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/perl/connector.cgi' ; //php // FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php' ; // PHP - mcpuk //FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Connector=connectors/php/connector.php' ; FCKConfig.LinkBrowserWindowWidth = screen.width * 0.7 ; // 70% FCKConfig.LinkBrowserWindowHeight = screen.height * 0.7 ; // 70% FCKConfig.ImageBrowser = true ; //FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/asp/connector.asp' ; // ASP.Net // FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/aspx/connector.aspx' ; // ColdFusion // FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/cfm/connector.cfm' ; // Perl // FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/perl/connector.cgi' ; //PHP // FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php' ; // PHP - mcpuk //FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=Image&Connector=connectors/php/connector.php' ; FCKConfig.ImageBrowserWindowWidth = screen.width * 0.7 ; // 70% ; FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ; // 70% ; |
|
#5
| |||
| |||
| 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 |
|
#6
| |||
| |||
| Make a folder called UserFiles in the root dir and give it full permissions |
|
#7
| |||
| |||
| This has been a BIG help, but I'm still having 1 problem. I can use the editor to now to create and upload a category and product description, along with pictures, but when I need to do an edit the editor is empty and I have to start all over. This is very frustrating as my client is constantly changing wording etc. The main pages (Main, Conditions, Privacy etc) seem to work correctly. Any Ideas? Please Help Soon! Thanks |
|
#8
| ||||
| ||||
| See the bugtracker: http://bugtrack.oscmax.com/view.php?id=20
__________________ Michael Sasek osCMax Developer
|
|
#9
| |||
| |||
| Yahoo! It finally works! Thankyou very much msasek! one last question though, why aren't these fixes included in the latest oscmax release? Thanks again... |
|
#10
| ||||
| ||||
| They will be included in RC2 when it comes out. We have a few more fixes to go before the RC2 package is released, so until then, use the bugtracker to keep up with the fixes.
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |