patch 2004/01/10a - WYSIWYG - bug lang

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
art777
Posts: 34
Joined: Wed 12. Nov 2003, 03:07

patch 2004/01/10a - WYSIWYG - bug lang

Post by art777 »

patch 2004/01/10a - when I edit content as WYSIWYG wrong display chars in ISO-8859-2:

Ÿród³o dokumentu --> Â?ródÅ‚o dokumentu

in main form too.

I change in index.php and phpwcms.php ISO-8859-1 to ISO-8859-2 and still is bug display.
art777
Posts: 34
Joined: Wed 12. Nov 2003, 03:07

Post by art777 »

... and when I want insert eg. table no display buttons OK CANCEL :)

IE6, WIN98se, PC
waggis
Posts: 18
Joined: Wed 31. Dec 2003, 13:59

Post by waggis »

I have the same problem. The content does not appear at all on the
website (images in a table for example). Title and subtitle do. If I
switch from wysiwyg to html it than works.

Waggis
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Hello together!

In which WYSIWYG Editor does this Bug appear? In HTMLarea (if it's, wich version?) or in FCKeditor?
Can you show us a example within the net?

Cheers,
Florian
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

This can happen in FCKeditor only I think. There is a charset setting. The standard is UTF-8 - but I had to change it to iso-8859-1. I think I have to rework this part of code and also the charset setting of phpwcms.

But I have no idea at the moment. Only set $phpwcms["htmlarea"] = 0 or in login.php line 53 set:

Code: Select all

if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 1;
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

OK - I have read your post again - it is because of your changed charset. Why did you changed the charset?

But I will insert a global charset var in conf.inc.php for publishing in next release - OK.

Then it will be set well everywhere.

regards
Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
waggis
Posts: 18
Joined: Wed 31. Dec 2003, 13:59

Post by waggis »

sorry for the incomplete information. It happens in FCKeditor only.
In htmlarea the full screen popup does not work for me but this is
a known bug (i think).

By the way i will translate the backend in french within next week
(i hope i will have enough time to do it).

greetings

waggis

ps: you never sleep or watch tv oliver ?
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

sometimes ;-)
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
art777
Posts: 34
Joined: Wed 12. Nov 2003, 03:07

Post by art777 »

I must change 8859-1 to 8859-2 if I want have with standard consistent (in Poland).
User avatar
Oliver Georgi
Site Admin
Posts: 9920
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

I will extend for custom language codes
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked