Script URL: http://helpdesk.caratec.de
Version of script: ?
Hosting company: 1&1
URL of phpinfo.php: http://helpdesk.caratec.de/docs/phpinfo.php
URL of session_test.php: http://helpdesk.caratec.de/docs/session_test.php
What terms did you try when SEARCHING for a solution: picture lost, picture delete, image disappear
Write your message below:
Dear all,
you are so kind and supportive so I think you also have a solution for the error I experience:
I added some pictures by copy and paste function to my articles. After safing the article, the pix are no longer visible.
I experience this problem since the last update. Before I had no problems adding pictures this way.
When I open an "old" article and save it, the pictures are also no longer visible.
Thank you.
Kind regards
Anika
Pictures in article disappear
Moderator: mkoch227
Re: Pictures in article disappear
Can you provide an example of an "old" article with a picture?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Pictures in article disappear
This is a bit difficult, as most of them have been modified and do not contain pictures anmore.
I have found one example which still contains pictures: http://helpdesk.caratec.de/admin/knowle ... 109&back=1
But be careful this article is only visible if you are logged in.
I will send you the login information by pm.
I have found one example which still contains pictures: http://helpdesk.caratec.de/admin/knowle ... 109&back=1
But be careful this article is only visible if you are logged in.
I will send you the login information by pm.
Re: Pictures in article disappear
You are using data image src type. Adding it to the HTMLpurifier config should do the trick:
1. open file inc/htmlpurifier/HeskHTMLPurifier.inc.php in a powerful editor, such as the free Notepad++
2. find this line
3. below that line add
4. save and test
1. open file inc/htmlpurifier/HeskHTMLPurifier.inc.php in a powerful editor, such as the free Notepad++
2. find this line
Code: Select all
$config->set('Cache.SerializerPath', $this->cacheDir);
Code: Select all
$config->set('URI.AllowedSchemes', array(
'http' => true,
'https' => true,
'mailto' => true,
'ftp' => true,
'nntp' => true,
'news' => true,
'tel' => true,
'data' => true,
)
);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Pictures in article disappear
It seems to work at first sight
Thank you very much for your quick help!

Thank you very much for your quick help!
-
- Posts: 6
- Joined: Thu Jul 04, 2013 3:09 pm
Re: Pictures in article disappear
This doesn't seem to work in 2.7.2 ?
Best regards,
Harm
Best regards,
Harm
Re: Pictures in article disappear
It should unless you are using some other way of inserting images into articles and not "data" src type.
Can you show a sample before (working) and after (not working) article you are having problems with?
Can you show a sample before (working) and after (not working) article you are having problems with?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools