Author |
Message |
dutchnuker
Hangin' Around

Joined: Apr 01, 2006
Posts: 30
|
Posted:
Sat Mar 17, 2007 3:20 pm |
|
I dont see the image when I edit a page with FCKeditor in Ravennuke 2.1
You can see the image when you visit the site as a visitor.
Do I need something in the FCK editor to configurate before it works.
my site [url] Only registered users can see links on this board! Get registered or login![/url] |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sat Mar 17, 2007 6:30 pm |
|
You should be able to see both. You can either use the full URL for the image, or a relative URL with / in front. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 6:33 am |
|
I know what I should see. But I see in the editor not the image.
I can Browse through the image and select it. But then is see a little image what means that the FCK editor can't find the image.
Old pages and new pages are the same. In the prior version off my site ravennuke 2.02.02 I could see the images in the FCK editor. |
|
|
|
 |
kguske

|
Posted:
Sun Mar 18, 2007 6:42 am |
|
What is the URL of the image? |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 7:07 am |
|
It is not one image,
All the image at www.kleindierplaza.nl are not shown in the FCK editor.
at one off the pages is by example this image.
<p align="center"><img height="268" alt="" width="354" src="/includes/FCKeditor/upload/Image/sierduiven/kleindierhouden.jpg" /><br />
Where can I see the path in the FCKeditor View |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 7:09 am |
|
In the Source I found this.
src="/includes/FCKeditor/upload/Image/sierduiven/kleindierhouden.jpg"
What is the Path where FCK editor begins to search. |
|
|
|
 |
kguske

|
Posted:
Sun Mar 18, 2007 7:34 am |
|
Is magic_quotes on? I haven't seen this issue, but it sounds like it might be related.
What happens if you edit the source via the editor and change " to " ? |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 7:49 am |
|
Where can i see that.
in can't find it in config.php and in rnconfig.php |
|
|
|
 |
kguske

|
Posted:
Sun Mar 18, 2007 7:54 am |
|
It's a PHP setting. You can create a file like this:
and load that on your server. Run it, and you'll see the PHP settings.
Also, did you also try editing the source, changing " to " and view the WYSIWYG editor again? |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 8:47 am |
|
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 8:49 am |
|
in the source in FCK are quotes but when i opened the source via Internet Explorer. |
|
|
|
 |
dutchnuker

|
Posted:
Sun Mar 18, 2007 2:59 pm |
|
I have Know 2 different website's with the same problem
the website's are on different webservers and with different profiders. |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sun Mar 18, 2007 4:25 pm |
|
What is the image file type?
I'm wondering if the editor will only 'preview' certain file types. |
|
|
|
 |
kguske

|
Posted:
Mon Mar 19, 2007 10:11 am |
|
dutchnuker wrote: | I dont see the image when I edit a page with FCKeditor in Ravennuke 2.1 |
Just to confirm, is it only when you edit a page and not when you create a page? And is it only news, or did you see this on other types of content? |
|
|
|
 |
dutchnuker

|
Posted:
Mon Mar 19, 2007 11:22 am |
|
|
|
 |
dutchnuker

|
Posted:
Mon Mar 19, 2007 11:25 am |
|
Kguske,
It is with editing and creating.
Would you have an admin entry for testing.
Mathijs |
|
|
|
 |
kguske

|
Posted:
Mon Mar 19, 2007 3:32 pm |
|
Yes, if you send me a PM with admin info (user and password), I can test editing. If you send a PM with a link to your site (if you haven't already done so), I can test creating.
Thanks, |
|
|
|
 |
kguske

|
Posted:
Mon Mar 19, 2007 7:24 pm |
|
Looks like this is a problem with IE! It works fine on FF 1.5. I tested FCKeditor 2.3.1 with IE 6 and 7 and with FF 1.5 and 2.0, but I don't remember if I checked images. That seemed to be one of the enhancements that was fixed in 2.3.1, though, so I'm surprised I didn't verify that. Did you make any changes to the fckconfig.js file or any other FCKeditor files? |
|
|
|
 |
kguske

|
Posted:
Mon Mar 19, 2007 7:27 pm |
|
Darn...same thing happened on my test copy of RN210. Let me see what I can find. |
|
|
|
 |
kguske

|
Posted:
Mon Mar 19, 2007 8:00 pm |
|
SOLUTION!
In includes/FCKeditor/fckconfig.js, change this:Code:FCKConfig.BaseHref = '../';
| toCode:FCKConfig.BaseHref = '';
|
That old BaseHref setting was a carryover from the previous version. I must have tested the demo version of FCKeditor for this, rather than the nukeWYSIWYG version. |
|
|
|
 |
dutchnuker

|
Posted:
Tue Mar 20, 2007 12:14 pm |
|
KGuske,
Thank you very much I have changed the code and it works in Firefox 2.0.0.2 as in IE 7.0
Thank you for helping me so soon.
Greetings,
Mathijs Lubbertsen |
|
|
|
 |
dad7732
RavenNuke(tm) Development Team

Joined: Mar 18, 2007
Posts: 1242
|
Posted:
Mon May 12, 2008 9:30 am |
|
What works here is to add the / to the beginning of the path, such as:
Code:images/image.jpg to /images/image.jpg
|
Cheers |
|
|
|
 |
|