Having a problem with images disappearing after saving in the Fckeditor.
I get this source code after i go back in and see why the image never saved.
<p><img height="\"150\"" width="\"200\"" alt="\"\"" src="\"/image/Carrydeck.jpg\"" /> Test text</p>
<p>more test text</p>
The text shows up on the website but not the image.
Photos are uploading to the server ok in the "image" folder.
Any help would be great thanks
Dale
I get this source code after i go back in and see why the image never saved.
<p><img height="\"150\"" width="\"200\"" alt="\"\"" src="\"/image/Carrydeck.jpg\"" /> Test text</p>
<p>more test text</p>
The text shows up on the website but not the image.
Photos are uploading to the server ok in the "image" folder.
Any help would be great thanks
Dale
Re: Images disappear
Re: Images disappear
I look at the doc's , don't know where to start.
Thanks
Re: Images disappear
Any ideas anyone?
Re: Images disappear
Re: Images disappear
I'd already done the Google search before I logged in here but because I'm using a shared server and can't access the php.ini file to turn magic quotes off most answers I found online wouldn't help.
I found another solution after some digging to modify the .htaccess file as below:
php_flag magic_quotes_gpc off
FCKEditor is working fine now.
Re: Images disappear
; Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
but i'm not getting the images to show in the editor. They are uploading ok to the server but not displaying in the browser..just a square and a x
see attached.
Attachments:
Re: Images disappear
I tried editing the config file in the connector dir by using the instruction below , but still not showing the image.
So I went back to the original . Any suggestions on changing the below code ?
Thanks.
Re: Images disappear
Re: Images disappear
Well i guess nobody around here is willing to help out when asked.