|
doc
Guest
|
 |
« Reply #275 on: January 26, 2008, 05:44:09 PM » |
|
Hello,
have you checked it with different Browsers? Is Javascript enabled. Test ist with Firefox and Javascript enabled. Have the previous editor worked on your site?
Christian
|
|
|
|
|
Logged
|
|
|
|
lanesharon
Offline
Posts: 47
|
 |
« Reply #276 on: January 26, 2008, 06:43:48 PM » |
|
Christian,
That was it, almost. I was using Opera and went to my IE browser, voila.
[Edit doc]: Text not related to FCKEditor removed. User has already posted his question in another thread
|
|
|
|
« Last Edit: January 29, 2008, 06:15:28 PM by doc »
|
Logged
|
Take Care, Sharon
|
|
|
Paul_G
Offline
Posts: 6
|
 |
« Reply #277 on: January 28, 2008, 11:57:48 PM » |
|
... However when I go to pages and click on a page to edit the FCKeditor does not open up. It just hangs with whitespace in the area the editor should be ...
hi, in fckeditor.php change: include_once( 'fckeditor_php5.php' ) ; to include_once( dirname(__FILE__).'/fckeditor_php5.php' ) ; I was having the same problem, temporarily in .htaccess add: php_flag display_errors on then I saw the error messages: Warning: main() [function.main]: open_basedir restriction in effect. File(/fckeditor_php5.php) is not within the allowed path(s): ... Warning: main(fckeditor_php5.php) [function.main]: failed to open stream: Operation not permitted in ... Warning: main() [function.include]: Failed opening 'fckeditor_php5.php' for inclusion (include_path='.:') in ... Fatal error: Class 'FCKeditor' not found in ...
|
|
|
|
|
Logged
|
|
|
|
belex24
Offline
Posts: 8
|
 |
« Reply #278 on: January 30, 2008, 04:58:32 PM » |
|
Hi!
I was reading all postings but still got this problem when trying to insert an image from the wb-media folder by using the FCKeditor (which is really great)
You don't have permission to access /modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server.
the folders have all permission 755 I am using FCKEditor v2.51 (the WB internal version is v2.81), WB 2.6.7 on a powerbook G4, OS X 10.4, firefox 2.0.0.11
thank you very much for help in advance! belex24
|
|
|
|
|
Logged
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
|
 |
« Reply #279 on: January 30, 2008, 06:11:50 PM » |
|
Hallo,
if you got permission errors, i would try to set chmod to 777.
Matthias
|
|
|
|
|
Logged
|
|
|
|
belex24
Offline
Posts: 8
|
 |
« Reply #280 on: January 30, 2008, 06:26:30 PM » |
|
thank you very much matthias for your help. but sorry, - I changed all files and folders in the folder "modules" to 777 - still the same error as soon as I choose "server durchsuchen" in the FCKeditor.... what can I do?
thanks belex24
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #281 on: January 30, 2008, 07:01:01 PM » |
|
Hello, can you please visit the site of the FCKEditor developer and check if the online demo is working? This ensures that the error is not caused by soemthing else. What is the safe_mode setting of your PHP server? Regards christian
|
|
|
|
|
Logged
|
|
|
|
fjord
Offline
Posts: 23
|
 |
« Reply #282 on: January 30, 2008, 10:47:25 PM » |
|
Hello!
I have discovered that the new connector module introduced with version 2.80 do not function with Internet Explorer 6. From the FCK Editor I cannot view the media catalog. When hitting the browse button, I get the error message "This connector is disabled. Please check the editor/filemanager/connectors/php/config.php". With Firefox 2.0 and IE7 all works OK with the same WB installation.
There are still a bunch of users out there who have not upgraded to IE7, and some of them are not allowded to upgrade to other browsers because they are strictly connected to a corporate network.
Fjord
|
|
|
|
|
Logged
|
|
|
|
belex24
Offline
Posts: 8
|
 |
« Reply #283 on: January 31, 2008, 09:23:21 AM » |
|
@doc: yes, the demo is working. I can even connect to the server and choose pictures... I tested this in the same environment I use "my" installed fck-editor, which I already deinstalled and reinstalled. still the same problem with permissions. what can I do??? I really would love to use fckeditior... 
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #284 on: January 31, 2008, 12:32:48 PM » |
|
Hello, please check the safe_mode settings of your PHP server. Most likely the open basedir restriction cause this kind of error in combination with a path definition in the WB FCK Module. Also try to activate PHP error reporting and provide this detailed error message if possible. Please also follow the advice from some posts before.Regards Christian
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #285 on: January 31, 2008, 06:52:41 PM » |
|
@Fjord Tested FCKEditor v2.81 with IE6, works as it should. The only Browser which does not work is Opera < 9.50 Beta.
Regards Christian
|
|
|
|
|
Logged
|
|
|
|
fjord
Offline
Posts: 23
|
 |
« Reply #286 on: February 01, 2008, 09:57:00 AM » |
|
@doc Thank you for testing. I have found an explanation to my problems with IE6. When the Windows environment are stressed on memory resources, some applications can get rather unstable. When I cleaned up and rebooted my system, the FCK Editor and Javascript worked OK with IE6.
The memory management in Windows has been better by the years, causing Windows to be a more stable environment. But Windows applications like Internet Explorer must also be programmed to be more robust on low system resources, giving the user the right feedback instead of upredictable behaviour.
Fjord
|
|
|
|
|
Logged
|
|
|
|
dazz
Offline
Posts: 4
|
 |
« Reply #287 on: February 14, 2008, 12:18:04 AM » |
|
I was getting error
You don't have permission to access /modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server
I haven't been able to fiind the cause but the solution was to revert fckeditor to V2.77.
Dazz
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #288 on: February 20, 2008, 08:22:37 PM » |
|
Hello, thanks to the PHP connector fix proposed by the forum member Luisehahne in the German thread, some issues with certain server configurations and the FCKEditor media browser could be solved. If you have experienced any problems releated to the media browser of FCKEditor, please try to upgrade to the latest version of the WB FCKEditor module v2.82 released on the Addons repository. Again, many thanks to the forum member Luisehahne for this important contribution. Regards Christian
|
|
|
|
|
Logged
|
|
|
|
scan
Offline
Posts: 6
|
 |
« Reply #289 on: March 04, 2008, 09:33:04 PM » |
|
Hello 2 all! I have some problems when i want to upload new picture in Resources Browser of FCKEditor When i press Upload button, I get message "Upload a new file in this folder (Upload in progress, please wait...) " - and thats all.. When i try to install 2.2 ver. of FCKEditor - its allright with upload! Help me to solve this problem  Thanks!
|
|
|
|
|
Logged
|
|
|
|
reubenhu
Offline
Posts: 6
|
 |
« Reply #290 on: March 08, 2008, 07:22:32 AM » |
|
Hi - I have installed WB2.7 along with FCKeditor.
When I am editing a page and want to add an image, I click on the "Insert/Edit Image" Icon and then select the "Browse Server" button so I can upload from the Media directory. But I get the error message "The GetFoldersAndFiles Command Isn't allowed". Anyone any ideas on what I need to do to fix this?
Many Thanks
|
|
|
|
|
Logged
|
|
|
|
scan
Offline
Posts: 6
|
 |
« Reply #291 on: March 08, 2008, 07:58:21 AM » |
|
Hello 2 all! I have some problems when i want to upload new picture in Resources Browser of FCKEditor When i press Upload button, I get message "Upload a new file in this folder (Upload in progress, please wait...) " - and thats all.. When i try to install 2.2 ver. of FCKEditor - its allright with upload! Help me to solve this problem  Thanks! Anyone, help! Where is all guru of this place? 
|
|
|
|
« Last Edit: March 08, 2008, 08:01:43 AM by scan »
|
Logged
|
|
|
|
DGEC
Offline
Posts: 386
|
 |
« Reply #292 on: March 08, 2008, 04:10:57 PM » |
|
Scan, was it version 2.2 or version 2.82 of FCKEdit that you installed?
|
|
|
|
|
Logged
|
|
|
|
scan
Offline
Posts: 6
|
 |
« Reply #293 on: March 08, 2008, 07:54:32 PM » |
|
Scan, was it version 2.2 or version 2.82 of FCKEdit that you installed?
I have problems with last version - FCKEditor v2.51 (the WB internal version is v2.82)  Older version work good in the same situation.. (FCKeditor 2.2)  Help..
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #294 on: April 09, 2008, 08:23:41 PM » |
|
Hello, the developers of the FCKEditor have released Version 2.6. The most obvious change is the new dialogue system which prevents FCK dialogues beeing blocked from browser plugins like popup blockers. A WB module for FCKEditor v2.6 (with the WB internal module version v2.84) is available for download on the Addons repository. The FCK version is identical with the one implemented in the WB 2.7 RC3a. The module supports WB 2.6.x and WB 2.7. Regards Christian
|
|
|
|
« Last Edit: April 09, 2008, 08:34:34 PM by doc »
|
Logged
|
|
|
|
chris
Offline
Posts: 35
|
 |
« Reply #295 on: April 10, 2008, 03:59:48 PM » |
|
Hallo everybody,
I have a strange problem with the latest release of FCKeditor. The intern WB links doesn't work. Everything else it does just like always. Does somebody has the same problem or its only me! WB 2.6.7 and FCKeditor 2.84.
Thanks in advance Chris
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #296 on: April 10, 2008, 04:52:43 PM » |
|
Hello,
the internal link Plugin of the FCKEditor module v2.84 does not work in the following case: - FCKEditor module v2.84 - WB 2.6.7 - you use pages and sub-pages (if you do not have sub-pages it works)
This bug should be fixed in the FCK module v2.85, which can be downloaded from the Addons repository.
Regards Christian
P.S.: The Plugin uses a function available in WB 2.7 only, so this is why you have this error. Fixed with v2.85
|
|
|
|
|
Logged
|
|
|
|
chris
Offline
Posts: 35
|
 |
« Reply #297 on: April 10, 2008, 05:15:02 PM » |
|
Thank you very much for your prompt reply Christian.
Chris
|
|
|
|
|
Logged
|
|
|
|
Achrist
Offline
Posts: 37
|
 |
« Reply #298 on: April 16, 2008, 02:07:33 PM » |
|
Hi I installed FCK Editor 2.85 on top of WB 2.6.7 to replace FCK 2.75. As a result, the editor does not display at all when i select an existing wysiwyg page or create a new one. Neither is any error message displayed. If I set HTMLarea as the wysiwyg editor, then this one works as expected. Needless to say, the old version did nto have this problem. I tried to de-install and re-install several times.
What could be wrong?
/Regards
|
|
|
|
|
Logged
|
|
|
|
|
doc
Guest
|
 |
« Reply #299 on: April 16, 2008, 02:31:07 PM » |
|
Hello,
deinstall the FCK editor first. Check with a FTP tool if the modules/fckeditor is deleted. Then try a clean install via the WB backend. If it does still not work check if open basedir restriction is in place on your server. On some servers with open basedir the FCK editor does not work. If that is the case, you have to go with HTMLArea or FCK 2.75.
Regards Christian
|
|
|
|
|
Logged
|
|
|
|
|