
http://www.awakening.it/cmsms_dl/module ... _9_7b7.zip

Wanna test this!!!! Patricia!Patricia wrote: you found the solution?!? I can't wait![]()
Code: Select all
<h1>Header</h1>
<p>Text</p>
<p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>
Code: Select all
<h1>Header
<h1>
<p>Text</p>
<p> </p>
<p><img height="315" alt="" src="/uploadsimages23.jpg" width="439" /></p>
<p> </p>
</h1>
</h1>
Thx may tell me your server configuration and your BROWSER.Ian wrote: It seems I spoke too soon yesterday.
Even with beta7 the html source code is being messed up when submitting. Everything looks fine until then.
It seems that extra tags are being added and forward slashes are being removed.
On a simple page, the source is:
until I submit it and then it is saved as:Code: Select all
<h1>Header</h1> <p>Text</p> <p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>
Note the tags have changed and the image path has lost its forward slashes.Code: Select all
<h1>Header <h1> <p>Text</p> <p> </p> <p><img height="315" alt="" src="/uploadsimages23.jpg" width="439" /></p> <p> </p> </h1> </h1>
As no-one else seems to have reported this, perhaps it's a problem with my setup - your test site, megabob, seems OK.
Any ideas?
Ian.
No no it's problem of my JAVASCRIPT codeIan wrote: It happens with both Firefox and IE.
This happens when I Preview, as well as Submit/Apply.
I'm on shared Linux hosting - Apache/1.3.33, PHP 4.3.10, MySQL 4.0.25
It might be nothing to do with FCKeditor (no editor at all is OK, but I haven't tested with the other WYSIWYGs) so don't lose any sleep over it - unless others have the same problem too.
Thanks.
Ian.
Yep pls update youwishy wrote: Actually, svn should work fine. It works over regular http, so if you can hit webpages, then you should be able to use svn.
I can update it, though. ...seconds later... done
No noIan wrote: Hi megabob,
......
It seems I have been wasting your time with this... Sorry.
I'll let you know if find out what the problem is (if I find it) in case anyone else has the same problem...
Ok thanks, infact i did not tested it in this situation, i haven't the possibility.Ian wrote: Hi megabob,
After a site from scratch to try to find out why this problem occurs for me (and no-one else?), and wondering why it was working fine on the rebuilt site, I finally figured out the cause of the problem.
Hopefully this will point you straight to were the problem lies: I was using a subdomain.
If I run the site as www.mydomain.tld/cms there is no problem. If I run it with a subdomain pointing to the /cms directory i.e. 123.mydomain.tld I get this problem with the WYSIWYG - all other modules etc. seem to be working OK.
I use latest (b8) there.Patricia wrote: Bob, with you b8 version, I get this:
if I insert image with browse server, and select an images which is in /uploads/images/myimage.jpg then all is ok
BUT
if I insert image which is in a sub-folder,like /uploads/images/somesubfolder/myimage.jpg then the html output is /uploads/images/myimage.jpg and of course, it doesn't find the image on page...
However, all seems to work on your site... I don't know which beta you use there
Cheers