FCKEditorX image upload path problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

http://www.awakening.it/cms_d

You can try and see it work accessing on ADMIN panel
User: admin
Pass: admin

At that LINK there is CMSMS SVN version, with LATEST version of FCKeditor all on a LINUX SERVER.

DOWNLOAD
http://www.awakening.it/testbeta/upload ... ditorX.zip

It's updated.


Try it and if you have problems post me the LogConnector.txt

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

Re: FCKEditorX image upload path problem

Post by megabob3 »

megabob3 wrote: http://www.awakening.it/cms_d

You can try and see it work accessing on ADMIN panel
User: admin
Pass: admin
Use IE because it is in testing, i updated on SERVER for a plugin of FCK (the internal link of CMSMS)

This file
http://www.awakening.it/testbeta/upload ... ditorX.zip
doesn't  contain this PLUGIN.

Bye ;)
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

still not working :(

LogConnector.txt
0_10_5
uploads_path--|c:\wamp\www\cms_d2/uploads
uploads_path--|c:/wamp/www/cms_d2/uploads
a--|cms_d2
b--|uploads
UserFilesPath--|/cms_d2/uploads/images/

btw i tried http://www.awakening.it/cms_d admin panel creating new content, fck works. but...

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

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: still not working :(

LogConnector.txt
0_10_5
uploads_path--|c:\wamp\www\cms_d2/uploads
uploads_path--|c:/wamp/www/cms_d2/uploads
a--|cms_d2
b--|uploads
UserFilesPath--|/cms_d2/uploads/images/

btw i tried http://www.awakening.it/cms_d admin panel creating new content, fck works. but...

:(
Try TO reinstall all CMSMS, could be also a problem on cache memory of browser.

As you can see the LogConnector.txt is always the same.

I don't know what could be your problem if it doesn't change.

;)
Last edited by megabob3 on Tue Aug 23, 2005 4:59 pm, edited 1 time in total.
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

hi,
i tried fck on 2 computers, 2 browsers (ie and firefox), 6 different domains where cms is installed. and it's still not working properly...
i don't know how LogConnector.txt file should change, i guess on install something is written into it? before installing i chmod it and other files in its dir to 755, and i even made it empty, but still situation is the same...

i guess i will have to use mce :( :( :(
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: hi,
i tried fck on 2 computers, 2 browsers (ie and firefox), 6 different domains where cms is installed. and it's still not working properly...
i don't know how LogConnector.txt file should change, i guess on install something is written into it? before installing i chmod it and other files in its dir to 755, and i even made it empty, but still situation is the same...

i guess i will have to use mce :( :( :(
I don't know what say to you :(

Today i installed CMSMS - daily version, so the latest.
And after my plugin and all it's OK

My LogConnector is:
********
0_10_5
uploads_path--|/web/htdocs/www.awakening.it/home/cms_d/uploads
uploads_path--|/web/htdocs/www.awakening.it/home/cms_d/uploads
a--|cms_d
b--|uploads
UserFilesPath--|/cms_d/uploads/images/
********

Bye.
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

hey, when i chmod logConnector.php to 777, it;s content became:
0_10_5
uploads_path--|/home/www/www.site.com/www/uploads
uploads_path--|/home/www/www.site.com/www/uploads
a--|www
b--|uploads
UserFilesPath--|/www/uploads/images/

but stil... the upload is not working :/
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: hey, when i chmod logConnector.php to 777, it;s content became:
0_10_5
uploads_path--|/home/www/www.site.com/www/uploads
uploads_path--|/home/www/www.site.com/www/uploads
a--|www
b--|uploads
UserFilesPath--|/www/uploads/images/

but stil... the upload is not working :/
This  is the latest also with INTERNAL PLUGIN
http://www.awakening.it/cms_d/modules/FCKeditorX.zip

Now i must go back home.

See you tomorrow ;)
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

hi,

no good yet. i wonder what would be if i copied logconnector.txt data from FCKEditorX for CMS0.92?
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: hi,

no good yet. i wonder what would be if i copied logconnector.txt data from FCKEditorX for CMS0.92?
Try to do this modification:

Open "config.php"

and put this line code
$Config['UserFilesPath'] = '/uploads/images/';

like last line code, but before "?>"

Bye ;)
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

hey!
good news! i pasted the line into config. now fck creates only an extra www dir, so the upload path is /home/www/www.site.com/www/www/uploads
log connector file is

Code: Select all

0_10_5
uploads_path--|/home/www/www.eik.lt/www/uploads
uploads_path--|/home/www/www.eik.lt/www/uploads
a--|www
b--|uploads
UserFilesPath--|/www/uploads/images/ 
i think i can live with it, because the same situation was with fck for cms 0.92.
;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: hey!
good news! i pasted the line into config. now fck creates only an extra www dir, so the upload path is /home/www/www.site.com/www/www/uploads
log connector file is

Code: Select all

0_10_5
uploads_path--|/home/www/www.eik.lt/www/uploads
uploads_path--|/home/www/www.eik.lt/www/uploads
a--|www
b--|uploads
UserFilesPath--|/www/uploads/images/ 
i think i can live with it, because the same situation was with fck for cms 0.92.
;)
I am happy for you, but i know the problem, in this moment i am doing something else.

I will realese a new test version, and probably will resolve also your situation.

See you ;)
Last edited by megabob3 on Wed Aug 24, 2005 10:38 am, edited 1 time in total.
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

Great! Thanks and good luck ;)
megabob3
Power Poster
Power Poster
Posts: 498
Joined: Sat Jan 08, 2005 11:11 pm

Re: FCKEditorX image upload path problem

Post by megabob3 »

pishkus wrote: Great! Thanks and good luck ;)
$Config['UserFilesPath'] = '/../uploads/images/';

Test this please :-p
pishkus

Re: FCKEditorX image upload path problem

Post by pishkus »

downloaded the latested version from your site, added line to config.php, but still no good..

0_10_5
uploads_path--|/home/www/www.site.com/www/uploads
uploads_path--|/home/www/www.site.com/www/uploads
a--|www
b--|uploads
UserFilesPath--|/www/uploads/images/
Locked

Return to “CMSMS Core”