Avatar

Still has blank page at first post error! (Bugs)

by Alex ⌂, Sunday, October 28, 2007, 23:46 (6023 days ago) @ Special

Hi,

I am still finding same error, since beta 15.

Still in the current version (beta 17)? Maybe it has to do with the iconv() function.

What do you get when running this on your system:

<?php
if(function_exists('iconv'))
 {
  echo 'iconv is available';
 }
else
 {
  echo 'iconv is not available';
 }
?>

is it necissary to convert formated time to a utf-8?

Yes, it is. Otherwise you might get wrong characters in non English month names and weekdays.

Alex

locked
4323 views

Complete thread:

 RSS Feed of thread