1. Cyrillic
I've made language_bg.gif, language_bg.txt, language_bg.php and place them in language folder.
Next I change charset to "Windows-1251" in every index.htm and in index.php:
Quote:
if (!$php_include) {
echo '
<title>' . $browser_title_prefix . '</title>
<meta name="author" content="Michael Dempfle" >
<meta name="DC.Identifier" content="http://www.tinywebgallery.de.vu" >
<meta name="keywords" content="TinyWebGallery, php, images, image, gallery, pictures, web, image gallery, web gallery, galery, Bilder, Bildergalerie, gallerie, imagegallery, webgallery, easy to install, xml, title, titel, comments, kommentare, drehen, rotate, slideshow" >
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1251">
At last i've set default language to be Bulgarian in config.php:
Quote:
$default_language = "bg";
In IE6 I haven't problems, but in Firefox 1.5, default language remain English as well as in Opera 8.51.
Cyrillic comments aren't displayed correctly in all browsers (IE6,Firefox 1.5,Opera 8.51).
In Firefox and Opera all cyrillic texts aren't displayed correctly in Comments window, if I use PHP 4.3.x. But when I use 5.1.x,
all cyrillic texts aren't displayed correctly only in Opera.
On main page, when is loaded for the first time, cyrillic characters are displayed correctly only when I press refresh button.
2. Firefox 1.5
When I close Comments window, web page refreshes automatically in cycle and this doesn't stop at all.
This happens in Demo too.
3. IE 6
Slideshow doesn't work. When I press slideshow button, only first picture is loaded and remain forever on page with this text below "Slideshow is loading ...".
4. _mydebug.out
My _mydebug.out is full of these errors:
Quote:
1.27.2006 0:51:05 - ERROR 2048 in nyWebGallery13\inc\filefunctions.inc.php, line 717: phpinfo() [<a href='function.phpinfo'>function.phpinfo</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
01.27.2006 0:51:05 - ERROR 2048 in ocs\TinyWebGallery13\inc\counter.inc.php, line 88: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
01.27.2006 0:51:05 - ERROR 2048 in ocs\TinyWebGallery13\inc\counter.inc.php, line 89: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
01.27.2006 0:51:05 - ERROR 2048 in ocs\TinyWebGallery13\inc\counter.inc.php, line 90: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
01.27.2006 0:51:05 - ERROR 2048 in ocs\TinyWebGallery13\inc\counter.inc.php, line 91: getdate() [<a href='function.getdate'>function.getdate</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
01.27.2006 0:51:10 - ERROR 2048 in ocs\TinyWebGallery13\inc\readxml.inc.php, line 184: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. We selected 'Europe/Helsinki' for '2.0/no DST' instead
Please help me. Thank you in advance.