| Re: More of the same... |
| by dargosch on 2006/6/29 7:57:26 Hi, I am planing to move the site out of the /xoops direcotry during hte weekend, in case that is some part of the problem. Could someone using this hacked version of the content module please post their settigs and their location of upload area? Thank you very much! /Fredrik |
| Re: More of the same... |
| by dargosch on 2006/6/27 20:35:43 Hi, Yes, I have tried to enable them, but there is nothing in there that fails. Sorry.. How come the image is visible in the editor, but it somehow does not seem to be availalbe? /Fredrik |
| Re: More of the same... |
| by borpin on 2006/6/27 17:29:15 Quote:
Have you got php or sql debugging turned on? Are there any errors? Brian |
| Re: More of the same... |
| by dargosch on 2006/6/26 21:48:12 Hi, This must be an image thing. I may post documents contataining no images ok, but as soon as I include an image, I either loose it or the post is denied. I have tried the following variants: 1) Creating a new document with some text in it and including an image. The result is a zomie image that shows in the WYSIWYG view but goes away as soon as you leave it (either by submiting the document or switching to Source view. 2) Edit an old document containing an image. Sumbiting this always fails, even if you remove all images in the replacement document. So, once there is an image in the document, it may never be altered. What do you think? Again, any idea is welcome! /Fredrik |
| Re: More of the same... |
| by dargosch on 2006/6/25 20:09:40 Hi, Now, I have this setup: * site is at http://www.kunibakai.nu/xoops I have this in my fckeditor/editor/filemanager/browser/default/connectors/php/config.php file: le="color: #000000"><?php $fckphp_config['UserFileBase']="/xoops/modules/content_09/admin"; $fckphp_config['urlprefix']="http://www.kunibakai.nu"; $fckphp_config['UserFilesPath']="/fck_common"; I have created a files tree within the module: le="color: #000000"><?php > find ./content_09/admin/fck_common/users/admin/Image -maxdepth 1 ./content_09/admin/fck_common/users/admin/Image ./content_09/admin/fck_common/users/admin/Image/klubbar_title.gif ./content_09/admin/fck_common/users/admin/Image/sverigekarta_kk.jpg ./content_09/admin/fck_common/users/admin/Image/Umea ./content_09/admin/fck_common/users/admin/Image/Tamashii ./content_09/admin/fck_common/users/admin/Image/Degerfors ./content_09/admin/fck_common/users/admin/Image/Hudiksvall ./content_09/admin/fck_common/users/admin/Image/Karlskoga ./content_09/admin/fck_common/users/admin/Image/Fagersta ./content_09/admin/fck_common/users/admin/Image/Arvidsjaur ./content_09/admin/fck_common/users/admin/Image/Tranemo ./content_09/admin/fck_common/users/admin/Image/Karlstad ./content_09/admin/fck_common/users/admin/Image/Vaxholm ./content_09/admin/fck_common/users/admin/Image/.thumb_klubbar_title.gif ./content_09/admin/fck_common/users/admin/Image/.thumb_sverigekarta_kk.jpg Now, I can access the editor, edit contents and submit it. No problems. HOWEVER, I may NOT include images. If I try to include an image, I get to the filebrowser, it shows all the files, I may select one and get this in the location box (for instance): le="color: #000000"><?php http://www.kunibakai.nu/xoops/modules/content_09/admin/fck_common/users/admin/Image/sverigekarta_kk.jpg which is correct. Now, when I press "ok" I get an image in the editor and everythings seems ok. However, If I post the created page, I get everything but the images on the page. The same thing happens when I switch to Source view, no source is shown for the image I included and when I switch back, it is not there any more. When in WYSIWYG mode, I may not select the image for edit. It is just shown in the document, but does not seem to be a proper object... Now, if I find the file that I want and copy the URL into a src tag in the Source view of the editor, I get an object that I may manipulate when I switch back to WYSIWYG view. HOWEVER, when I submit the page, I get this again: Quote:
Does any of this make any sense? How come I may post a page with no images in it, but no page with an image in it? Also, I sometimes get this in the console when presing "Ok" in the image propertied popup... Quote:
Again, PLEASE help! /Fredrik |