Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 12, 2012, 03:13:31 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Interested in joining the WebsiteBaker team?
For more Information read
here
or on our
new website
.
149621
Posts in
21098
Topics by
7537
Members
Latest Member:
lotte2
WebsiteBaker Community Forum
English
Help & Support
(Moderators:
Argos
,
badknight
)
Image insert/edit gets error in wysiwyg
Pages: [
1
]
Go Down
Author
Topic: Image insert/edit gets error in wysiwyg (Read 1681 times)
jasthabass
Offline
Posts: 2
Image insert/edit gets error in wysiwyg
«
on:
January 29, 2009, 11:05:24 AM »
Hi,
I have a site that is currently online, the only problem being that the image add/edit button doesnt work when i browse to add new images, i get an error page.
I host on Hostgator, If someone else has had this problem maybe you can help?
If you are good at installing the cms i dont mind giving you access to the cms and admin to have a look..
Thanks heaps!
Jase
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
Re: Image insert/edit gets error in wysiwyg
«
Reply #1 on:
January 29, 2009, 01:30:45 PM »
Hello,
1.) Wich version of WB did you use?
2.) You mean a error message wich comes when you use the add image button from FCKEditor?
3.) Can you provide us more information about your server config (Apache or IIS, PHP4 or PHP5 ...)?
Thanks
Matthias
Logged
aldus
Offline
Posts: 1238
Re: Image insert/edit gets error in wysiwyg
«
Reply #2 on:
January 29, 2009, 01:32:35 PM »
And, as an addition
4) As we are no mediums here: could you please rewirte the error-message as it is?
or place a screenshoot?
Regards
Aldus
Logged
jasthabass
Offline
Posts: 2
Re: Image insert/edit gets error in wysiwyg
«
Reply #3 on:
January 30, 2009, 08:31:13 AM »
Quote from: ruebenwurzel on January 29, 2009, 01:30:45 PM
Hello,
1.) Wich version of WB did you use?
2.) You mean a error message wich comes when you use the add image button from FCKEditor?
3.) Can you provide us more information about your server config (Apache or IIS, PHP4 or PHP5 ...)?
Thanks
Matthias
Im using 2.7, i'll add a screen shot of the error in here.
I complained to host gator about the issue on another website baker site i have and the problem has been fixed. So i might do that again with this one and ask them what they did.. The only difference with this one is the error is slightly different now. the original error was simply a blank box with this....
Forbidden
You don't have permission to access /wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server.
Thanks for your help so far guys its much appreciated!!
Jason
Logged
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
Re: Image insert/edit gets error in wysiwyg
«
Reply #4 on:
January 30, 2009, 10:00:34 AM »
Hello,
without knowing the php version help is not possible.
Matthias
Logged
Don
Offline
Posts: 70
Re: Image insert/edit gets error in wysiwyg
«
Reply #5 on:
March 15, 2009, 06:21:41 AM »
I got this error message too, back in December 2008. I solved it accidentally
See message "FCKeditor error message when browse for file." 5 December 2008.
It may help.
Logged
heavenchun83
Offline
Posts: 56
Re: Image insert/edit gets error in wysiwyg
«
Reply #6 on:
June 16, 2009, 12:49:41 PM »
Hai,
How you fix it?I also use hostgator and same problem.I have talk with hostgator but their said it was WebsiteBaker problem.........
Regards,
Wallace
Quote from: jasthabass on January 30, 2009, 08:31:13 AM
Quote from: ruebenwurzel on January 29, 2009, 01:30:45 PM
Hello,
1.) Wich version of WB did you use?
2.) You mean a error message wich comes when you use the add image button from FCKEditor?
3.) Can you provide us more information about your server config (Apache or IIS, PHP4 or PHP5 ...)?
Thanks
Matthias
Im using 2.7, i'll add a screen shot of the error in here.
I complained to host gator about the issue on another website baker site i have and the problem has been fixed. So i might do that again with this one and ask them what they did.. The only difference with this one is the error is slightly different now. the original error was simply a blank box with this....
Forbidden
You don't have permission to access /wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/browser.html on this server.
Thanks for your help so far guys its much appreciated!!
Jason
Logged
I have using WB since 2005
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7660
Re: Image insert/edit gets error in wysiwyg
«
Reply #7 on:
June 16, 2009, 03:47:49 PM »
Hello,
has to do with php version on your server. As far as i remember some php 4 versions did not work. Change to php 5 solves this problem.
Matthias
Logged
blazzter
Offline
Posts: 2
Re: Image insert/edit gets error in wysiwyg
«
Reply #8 on:
July 14, 2009, 03:34:00 PM »
hi i got the same problem, using hostgator with php version 5
i resolved with htmlarea module... no great solution but work...
sorry for my english, your stand me?
Logged
Luisehahne
Board Member
Development Team
Offline
Posts: 2949
Re: Image insert/edit gets error in wysiwyg
«
Reply #9 on:
July 14, 2009, 07:31:39 PM »
Its a problem with FCKeditor. It a long time ago, that i had the same error, try to uninstall FCKeditor and to install new. I mean that solved all problems by me.
Dietmar
Logged
We are human beings - and nobody is perfect at all.
vixbow
Offline
Posts: 21
Re: Image insert/edit gets error in wysiwyg
«
Reply #10 on:
February 09, 2010, 08:48:50 PM »
I have found the fix for this. I was experiencing the same problems after switching hosts to HostGator and the problem is with their mod_security setting. The problem is explained here:
http://www.mail-archive.com/fckeditor-trac@lists.sourceforge.net/msg06782.html
What I did was edit the file: /modules/fckeditor/include.php
Around line 73, look for:
Code:
$oFCKeditor->BasePath = WB_URL . '/modules/fckeditor/fckeditor/';
Change to:
Code:
$oFCKeditor->BasePath = '/modules/fckeditor/fckeditor/';
This worked instantly for me. I know that we shouldn't be messing with the base code, but I needed an immediate fix for a client.
Good luck to you.
Logged
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
-----------------------------
English
-----------------------------
=> Help & Support
-----------------------------
General
-----------------------------
=> WebsiteBaker Website Showcase
-----------------------------
English
-----------------------------
=> Modules
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
-----------------------------
General
-----------------------------
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
-----------------------------
General
-----------------------------
=> Security Announcements
-----------------------------
Deutsch (German)
-----------------------------
=> Hilfe/Support
-----------------------------
General
-----------------------------
=> Documentation
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
=> Module & Snippets
-----------------------------
English
-----------------------------
=> Archive (posts up to 2007)
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Deutsch (German)
-----------------------------
=> jQuery
=> Tutorials
=> Templates & Design
-----------------------------
English
-----------------------------
=> jQuery
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
===> Suggestions
-----------------------------
Deutsch (German)
-----------------------------
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
===> Vorschläge
-----------------------------
English
-----------------------------
===> Software bugs
-----------------------------
Deutsch (German)
-----------------------------
===> Softwarefehler
=====> Module / Extensions
-----------------------------
English
-----------------------------
=====> Modules / Extensions
-----------------------------
Deutsch (German)
-----------------------------
===> Erfahrungs und Testberichte
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...