Patriciaaaaaaaaa :D -- I got IT!!!

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

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:

Code: Select all

<h1>Header</h1>
<p>Text</p>
<p><img height="315" src="/uploads/images/23.jpg" width="439" alt="" /></p>
until I submit it and then it is saved as:

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>
Note the tags have changed and the image path has lost its forward slashes.

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.
Thx may tell me your server configuration and your BROWSER.

Bye ;)
Ian

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by Ian »

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.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

Ian 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.
No no it's problem of my JAVASCRIPT code :D

I know, but it's strange that to me it's OK to you nope.

I will RELEASE a beta with some ALERT with ID for a debug.

And you TESTER will say me in which ALERT ID it's wrong.

See you later ;)
Ian

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by Ian »

I'll gladly help test this for you. :-)

When you release the beta can you tell me which files have changed to make my uploading quicker? Very slow connection here...

Ta.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

Try this guys, i feel GOOD :D
http://www.awakening.it/cmsms_dl/module ... _9_7b8.zip


Or download only THIS and replace it, into last version
http://www.awakening.it/cmsms_dl/module ... module.zip


For Wishy,

  now i am at work, i cannot use (guess) SVN access by toirtose.

Next week i will update Gforge.

Bye ALL
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by Ted »

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
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

wishy 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
Yep pls update you ;)

I never used a SVN system, i could do also some error :(

I need a little guide to learn how to use it :P

Thx ;)
Ian

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by Ian »

Hi megabob,

On my hosted site this still doesn't work for me... :-(  I still get slashes stripped out and extra tags.

However, it works fine on a newly installed CMS 0.11beta4 locally.

There must be something peculiar about my host's setup so I need to dig deeper...

I'll let you know if I find out anything useful.

....

Update:

I have just created a brand new CMS with 0.11beta4 and uploaded your latest (beta8) FCKeditorX - and it works!

So the problem is not with my webhost... That leaves a problem with uploading files, a conflict with other modules, or something I haven't thought of yet...

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...
Last edited by Ian on Sat Nov 05, 2005 6:01 am, edited 1 time in total.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

Ian 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...
No no :D

I i said "i feel good", there is a reason.

This is particular thx to you, because i rewrite some code in an alternative way.

There are other modification to do ;)


Patricia!!!! I am waiting a your response :P
Ian

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by Ian »

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.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

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.
Ok thanks, infact i did not tested it in this situation, i haven't the possibility.

I will found a solution, SEE YOU ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

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
I use latest (b8) there.

GRRRR

This your problem isn't easy to understand :mad: :P

Looking...
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

Patricia wrote: ...
Patricia did you removed completely the browser cache???
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm
Location: ITALY

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by megabob3 »

Patricia wrote: yes I did, but I mistook above, it actually includes the folder btu without the slash /

like this img src="uploads/imagesbeer2.gif" instead of img src="uploads/images/beer2.gif"
No strange :confused:

About Ian.

I installed CMSMS beta4 with FCKX b8
into a subdomain like
http://forum.XXXXXXXX.net/YYYYYY/

All works fine.

But this server is a WINDOW machine, maybe your is LINUX.

Btw must be the same.

:confused:

I have to do other modification and could rewrite some codes in alternative way.

See you all soon. ;)
Last edited by megabob3 on Sun Nov 06, 2005 11:43 pm, edited 1 time in total.
nuspace

Re: Patriciaaaaaaaaa :D -- I got IT!!!

Post by nuspace »

Just found this thread. I'm experiencing the same problems as Ian. I've got two sites in the format www.domain.com/cms and two installed as cms.domain.com and the editor strips slashes from the HTML tags when used with the subdomains.

Very strange.
Post Reply

Return to “Modules/Add-Ons”