Search found 132 matches

by Nik2004
Tue 15. May 2007, 00:39
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18311

I found the command (it was not that difficult): find . -type f -exec sed -i 's/\xEF\xBB\xBF//' {} \; This removed the strange characters you mentioned (as in your case). However, in my case, the problems were NOT solved. The fckeditor's Image Properties / Search Server window continues to NOT opera...
by Nik2004
Mon 7. May 2007, 15:32
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18311

I now have access to these commands (I mean those in your thread http://www.phpwcms.de/forum/viewtopic.php?t=14661), and I have tried it. Unfortunately, I cannot copy these special characters into the shell (I use PUTTY, and when I copy, these special chars are omitted), so I had to modify your unix...
by Nik2004
Sat 5. May 2007, 18:25
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18311

Thanks Claus, By manipulating the settings in the files you specify (the two config.php files) I managed to now upload to the dir I wanted. The fckeditor image browser still does not operate, but I will try to do the changes in the .js files you mention, and I'll see (I have asked my host to give me...
by Nik2004
Sat 5. May 2007, 14:56
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18311

Thanks for your replies flip-flop, this is exactly what I am doing - see my description. I doesn't work. pico, as I mentioned, the image was uploaded to /picture/upload and not to /picture/upload/image, although this dir exists and has 777 rights. I tried to use the shell and do what claus did (just...
by Nik2004
Sat 5. May 2007, 11:00
Forum: phpwcms Support English
Topic: Article Sorting Order problems
Replies: 7
Views: 2375

I have trouble finding documentation and examples of teaser content part usage (I got confused with threads describing teaser hack etc. and phpwcms-docu.de does not include documentation about it). Can someone provide some detailed info and examples?
by Nik2004
Fri 4. May 2007, 23:56
Forum: phpwcms Support English
Topic: Cannot use images in FCKEditor
Replies: 33
Views: 18311

Now I am using 1.3.3 (upgraded from initially 1.1RC4). When editing an article with fckeditor, I can now upload an image (by clicking the image icon, then going to Upload tab) and the uploaded image gets displayed in the article. However, I cannot manage images on the server. I checked through FTP a...
by Nik2004
Thu 3. May 2007, 23:52
Forum: phpwcms Support English
Topic: Article Sorting Order problems
Replies: 7
Views: 2375

Thanks Oliver, I will have to try it and see how to leverage its advantages. However, in the meantime, I have (from the older versions) some articles playing the role of "introduction" in each category, and I want to have each one of them listed on top of the respective category. I found t...
by Nik2004
Wed 2. May 2007, 23:17
Forum: phpwcms Support English
Topic: Database Errors
Replies: 9
Views: 3901

I hope you are not getting confused with the above messages. I am not getting such errors. I just found this thread and I thought I should continue it to find how to suppress error messages. My own errors have been resolved (see here: http://www.phpwcms.de/forum/viewtopic.php?t=14627) but I still wa...
by Nik2004
Wed 2. May 2007, 22:58
Forum: phpwcms Support English
Topic: Article Sorting Order problems
Replies: 7
Views: 2375

Since I still have no reply on this. In the meantime, I found out that during upgrade (initially from 1.1RC4, now 1.3.3) all articles acquired an article_sort auto value and I see that all newly added articles also acquire auto incremented values. This is different from the initial version where art...
by Nik2004
Wed 2. May 2007, 21:58
Forum: phpwcms Support English
Topic: Database Errors
Replies: 9
Views: 3901

Thank you for your replies. I am now using v1.3.3. What I understand follows. Please confirm, because I am not sure: If my root folder is /httpdocs/siterootfolder I create a php.ini with a single entry (error_reporting = E_ERROR) and I place it in /httpdocs/siterootfolder . Right? Can I put any othe...
by Nik2004
Wed 2. May 2007, 18:46
Forum: phpwcms Support English
Topic: Warnings in Version 1.3.3
Replies: 5
Views: 2925

Thanks Oliver,

I wish I had time to upgrade to new form mailer... but I even hardly have time to upgrade phpwcms core engine!

It's in my todo list but I don't know when it will be done.
by Nik2004
Wed 2. May 2007, 18:42
Forum: phpwcms Support English
Topic: Database Errors
Replies: 9
Views: 3901

If I don't have access to php.ini, what can I do to control reporting??
by Nik2004
Wed 2. May 2007, 17:26
Forum: phpwcms Support English
Topic: Warnings in Version 1.3.3
Replies: 5
Views: 2925

Warnings in Version 1.3.3

Hi, some of the warnings appearing in version 1.3.2 (greek with ISO-8859-7 codepage) have been corrected. Thanks Oliver. However, there are some more: When posting a form (using the old form content part) I get: ο»Ώ Warning: Cannot modify header information - headers already sent by (output started ...
by Nik2004
Wed 2. May 2007, 00:00
Forum: phpwcms Support English
Topic: Greek text in fckeditor
Replies: 1
Views: 923

Greek text in fckeditor

Just wanted to let everyone (esp. greek users) know that greek html text is not working properly in latest versions of fckeditor (included in phpwcms and other software), unless you change the following parameter in /FCKeditor/fckconfig.js So: FCKConfig.ProcessHTMLEntities = true ; should be changed...
by Nik2004
Tue 1. May 2007, 13:41
Forum: phpwcms Installation Troubleshooting English
Topic: How to update? (1.3 -> 1.3.2)
Replies: 13
Views: 6114

By the way, in my first attempts to upgrade to 1.3.2 from 1.3.0, I got the following. It's the first time I get errors about codepage. <b>Warning</b>: htmlentities(): charset `iso-8859-7' not supported, assuming iso-8859-1 in <b>/rootfolder/include/inc_lib/default.inc.php</b> on line <b>200</b><br /...