WYSIWYG

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: Great Bob!!

When I look at it. It is really the best one! Styles input(and preview of them) and everything else. Even spellcheck! But not the best for valid code thought. But that is not so hard to correct yourself.

When do you think the imagemanagement will work?

Thanks / gnolen
I hope soon, right now i am receiving some LOG files, and i am making some little changing on code.

The real problem is that i never had problems :P
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

However if you had used last version of my module send me this file "LogConnector.txt"
You must have it inside this path:
..\modules\FCKeditorX\FCKeditor\editor\filemanager\browser\default\connectors\php


Bye :)
gnolen

Re: WYSIWYG

Post by gnolen »

Hmmm,

This looks really strange I have to say! Telefoniaonline? And c:/? Yeah, this most be wrong indead, if this is the place the path is called from. What should be a normal way to have it do you think?

Code: Select all

Root--|c:\wamp\www
Root--|c:/wamp/www
uploads_path--|c:\wamp\www\telefoniaonline/uploads
uploads_path--|c:/wamp/www/telefoniaonline/uploads
a--|telefoniaonline
b--|uploads
UserFilesPath--|/telefoniaonline/uploads/
UserFilesDirectory--|c:/wamp/www/telefoniaonline/uploads/
Thanks / gnolen
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: Hmmm,

This looks really strange I have to say! Telefoniaonline? And c:/? Yeah, this most be wrong indead, if this is the place the path is called from. What should be a normal way to have it do you think?

Code: Select all

Root--|c:\wamp\www
Root--|c:/wamp/www
uploads_path--|c:\wamp\www\telefoniaonline/uploads
uploads_path--|c:/wamp/www/telefoniaonline/uploads
a--|telefoniaonline
b--|uploads
UserFilesPath--|/telefoniaonline/uploads/
UserFilesDirectory--|c:/wamp/www/telefoniaonline/uploads/
Thanks / gnolen
Lol

nope this is something about me :D

I  will post a new version that create new logs.

Wait :)
gnolen

Re: WYSIWYG

Post by gnolen »

That was what I thought! :o)

Thanks man!
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

Download this
http://www.awakening.it/test/uploads/FCKeditorX_LOG.zip

remember to DESTROY browser cache
try to use imagemanager from FCKeditor icons
try to upload an IMAGE

and post here the file "LogConnector.txt"
You must have it inside this path:
..\modules\FCKeditorX\FCKeditor\editor\filemanager\browser\default\connectors\php


Bye
Last edited by megabob3 on Thu Apr 21, 2005 2:07 pm, edited 1 time in total.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

I installed it on my TEST web server
http://www.awakening.it/test

it go well as you can see

My LOG is this
http://www.awakening.it/test/modules/FC ... nector.txt

Bye
gnolen

Re: WYSIWYG

Post by gnolen »

Reinstalled it and here is the LogConnector.txt:



Yeap, nothing in there...:o(

So I put this in:(like your logconnector but with my configs..

Code: Select all

Root--|/home/konstha/public_html
Root--|/home/konstha/public_html
uploads_path--|/home/konstha/public_html/kunder/test/uploads
uploads_path--|/home/konstha/public_html/kunder/test/uploads
a--|kunder/test
b--|uploads
UserFilesPath--|/kunder/test/uploads/
UserFilesDirectory--|/home/konstha/public_html/kunder/test/uploads/
My cms is located at:

www.mydomainname.com/kunder/test/ and the local path is correct.

Still nothing :o(

Could you be so kind to check if you'll need to start the fck all over again if I want to check if it works when trying different paths. Or if it is enought to try to insert image over and over again...

Thanks / Gnolen
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: Reinstalled it and here is the LogConnector.txt:



Yeap, nothing in there...:o(

So I put this in:(like your logconnector but with my configs..

Code: Select all

Root--|/home/konstha/public_html
Root--|/home/konstha/public_html
uploads_path--|/home/konstha/public_html/kunder/test/uploads
uploads_path--|/home/konstha/public_html/kunder/test/uploads
a--|kunder/test
b--|uploads
UserFilesPath--|/kunder/test/uploads/
UserFilesDirectory--|/home/konstha/public_html/kunder/test/uploads/
My cms is located at:

www.mydomainname.com/kunder/test/ and the local path is correct.

Still nothing :o(

Could you be so kind to check if you'll need to start the fck all over again if I want to check if it works when trying different paths. Or if it is enought to try to insert image over and over again...

Thanks / Gnolen
Do an UPLOAD and find where the FILE UPLOADED is saved.

And say me :)

Bye
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

The problem is here:

Code: Select all

a--|kunder/test
b--|uploads
I am making a new version.
gnolen

Re: WYSIWYG

Post by gnolen »

Ah, ok...Because I can't do a fileupload(from fck)

What are these a-- and b-- for actually?

/ gnolen
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: Ah, ok...Because I can't do a fileupload(from fck)

What are these a-- and b-- for actually?

/ gnolen
In the same directory of "LogConnector.txt" there is "connector.php"
replace it with this code, and retry:

Code: Select all

...
Bye :)
Last edited by megabob3 on Thu Apr 21, 2005 3:46 pm, edited 1 time in total.
gnolen

Re: WYSIWYG

Post by gnolen »

No, didn't help :(

Damn, I know that it is really hard to get the filemanagement for fck to work. I got it working in phpwcms after a while.

What could be wrong? I know the paths that I am putting in is correct...

Thanks for the help!
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: No, didn't help :(

Damn, I know that it is really hard to get the filemanagement for fck to work. I got it working in phpwcms after a while.

What could be wrong? I know the paths that I am putting in is correct...

Thanks for the help!
Paste new "LogConnector.txt"
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: WYSIWYG

Post by megabob3 »

gnolen wrote: No, didn't help :(

Damn, I know that it is really hard to get the filemanagement for fck to work. I got it working in phpwcms after a while.

What could be wrong? I know the paths that I am putting in is correct...

Thanks for the help!
You put PATH?!?!?! Where?

You must only install FCKeditorX.
Post Reply

Return to “Developers Discussion”