close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

HTML editor Images not working (striping images)

Thread began 2/02/2011 9:20 pm by rockinghansen55333054 | Last modified 2/07/2011 7:41 pm by rockinghansen55333054 | 2625 views | 6 replies |

rockinghansen55333054

HTML editor Images not working (striping images)

Hey guys i submitted a ticket a while back about a problem i was having im still having it and on a different domain and hosting account too.

I am trying to edit some data i have in my db. the information displays correctly for the most part.

Part one of my problem
when i echo the data into the editor...

example

<form action="submit.php" method="post">
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("dhcc_edit", "HTMLEditor/", "890px", "350px", "Default", "../custom/edit_dhcc_edit1.js", "$data");
<div align="right"><input name="Submit" type="submit" value="Submit"></div>
</form>

It shows up fine when i see it in the editor but when i submit it and preview the data it shows what looks like slot mechanism (&#148; &#150;) numbers.

That would be part one of the problem
Part two would be that where ever i have images it shows up as \"\"

In the code im echoing on the page the images are in the format
<img name="http://www.example.com/image/image1.jpg">

but for some reason it removes it and only displays \"\"

Sign in to reply to this post

rockinghansen55333054

Update.....

I have uninstalled the program / plugin from my computer and reinstalled and and then deleted all files off my server and local drive and recreated the files and i still end up with the same problem. Is there any one with the same problem as the one listed above and do you know how to fix it?

Sign in to reply to this post

Jason ByrnesWebAssist

for the second issue, try adding this code to line one of your page:

php:
<?php 

ini_set
('magic_quotes_gpc','on'); 
?>





for the first issue, I dont quite follow what you mean by:
it shows what looks like slot mechanism (” –) numbers.


can you post a screen showing the issue?

Also a copy of your page would be helpful.

Sign in to reply to this post

rockinghansen55333054

image

Hey thank you for the reply

Looks as though i was having a UTF8 problem. However the image problem is still there there is no longer a /"/" problem.
But here is the next problem.

when i right click on the image and get the surce of the image here is what i get

image002.jpg%5C%22


It should be
image002.jpg


Could you help me out?

Sign in to reply to this post

rockinghansen55333054

HTML editor still not working

I have taken a closer look and even called my hosting company. They don't know why it is not working. They said all there settings on there end in the PHP ini file. They said it looks like it is a error in the editor it self.

Has anyone else had the problem with the image url showing up more then one time?
note: the image are in this diectory. public_html/images/
or images.

Any ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
supporthistory.php

Sign in to reply to this post

rockinghansen55333054

Fix HTML Editor fix!

I had to reinstall my PHP ini file and change these settings

; 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
; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =

; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
;
; PHP's built-in default is text/html
default_mimetype = "text/html"
;default_charset = "iso-8859-1"

; Always populate the $HTTP_RAW_POST_DATA variable.
;always_populate_raw_post_data = off



To

; Magic quotes
;

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = on

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = on

; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =

; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
;
; PHP's built-in default is text/html
default_mimetype = "text/html"
;default_charset = "iso-8859-1"

; Always populate the $HTTP_RAW_POST_DATA variable.
;always_populate_raw_post_data = On


That will fix your problems!!!!!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...