Hello Metaller,
thanks for helping.
The front end in browser looks well: i.E.
http://www.hummel-public-relations.de/109.html
In MODx manager I deactivated Richt Text Editor but still can’t edit the document. I get this message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1247 bytes) in /kunden/102604_85625/rp-hosting/2039/2042/assets/plugins/directresize/includes/Thumbnail.class.php on line 360
In the database in the modx_site_content table the image code looked like that:
<h3><img alt="Prof. Yu Ding Hai zeigt den Bären" height="239" src="assets/images/pressebilder/Prof_yu_Ding_hai.jpg" style="float: right;" title="Prof. Yu Ding Hai" width="250" />Erster Europäischer Gesundheits-Qigong-Kongress in München</h3>
<p>Vom 17. bis 19. Oktober 2008 veranstaltet Dokuho J. Meindl, Gesundheits QiGong Deutschland,
I then
removed the image tag from the content in database entry and then
could edit again the page. (h3 tag didn’t matter, had removed but didn’t change anything).
I then added the same image in the MODx manager and resized the dimesions to 250 pIxel width - and I got the error message again.
Then I reduced the original image dimensions from 1247x1100 pixel width and 190KB to 627x600px width and 72 KB. I saved - and then I
could edit the page again!
I don’t know whats going wrong, before I had no problems with image sizes or KB.
"... tried to allocate 1247 bytes..." in the error message says even this small amount of memory can’t be allocated...
The error occurs with both Firefox 2 and IE 7. The memory setting is: var $memory_limit=’8M’; I also tried 16M and 32M - didn’t matter.
Thanks again.