larry007 wrote:
When I use the code funktion to display something in a topic and press then preview button, this message error is display in preview window
| Code: |
Warning: cannot yet handle MBCS in html_entity_decode()! in /kunden/xxxxxxx/fw/components/com_fireboard/class.fireboard.php on line 1242
|
please helpI was getting this error, but it went away when I enabled php5 for my linux hosting account via my htaccess file. I host with Godaddy, so you're code may need to be different. I've placed the following in my htaccess file.
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
The error went away, but video still does not show up for me though.