Sorry Alby, less time at weekend.
--> nice weather and there was a festivity in town.
but if you apply the comment code UNNECESSARY? in class.globalcontentoperations.inc.php maybe changes in function.global_content.php/function.html_blob.php are unnecessary
You ask, why I don't change the function LoadHtmlBlobByID()? Hmm, I've not found another function where this is necessary. But we can change this too.
I applied the patch but if I start from DEFAULT_LANG everything is ok but if I clean cache/template_c, start from another language (with empty content), the content disappears.
Can you explain your complete steps?
Well, for a test I'm making these:
- Installing cmsms mle 1.2.4b (with sample data)
- apply patch
- config.php 2 languages: de, en. (default de)
- make database ready. (en is a copy of de)
- enter a cmsms admin
- create a new page (test). only put content to the default language (here de). Of course, while creating a new page, you can only put content to one page)
- access the page in brower with: "
http://localhost/cmsmsnew/index.php?page=test&hl=de"
--> works
- access the page in brower with: "
http://localhost/cmsmsnew/index.php?page=test&hl=en"
--> works (can see content from de lang)
- now I delete the files in "\cmsmsnew\tmp\cache" and "\cmsmsnew\tmp\templates_c".
- access the page in brower with: "
http://localhost/cmsmsnew/index.php?page=test&hl=en"
--> works (can see content from de lang)
Did you make some other steps?