Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

Sync error
https://www.tinywebgallery.com/forum/viewtopic.php?f=15&t=3491
Page 1 of 1

Author:  robertl [ 13. Feb 2013, 21:25 ]
Post subject:  Sync error

I'm seeing this error (Fatal error: Call to undefined function mb_strtolower() in /var/www/admin/wp-content/plugins/wordpress-flash-uploader/inc/wfu-sync.php on line 499).

It's wp 3.5.1

TFU version: 2.16 (Freeware Edition)
Server name:
PHP upload limit (in KB): 76800
PHP memory limit (in KB): 262144
Safe mode: OFF
GD lib: Available
Max resize resolution (GDlib): ~ 7364 x 5529

The times below have to be longer than the maximum
upload duration! Otherwise the upload will fail.

PHP maximum execution time: 30 s
PHP maximum input time: 60 s
PHP default socket timeout: 60 s

Author:  TinyWebGallery [ 13. Feb 2013, 22:10 ]
Post subject:  Re: Sync error

[If you get this error:]
Fatal error: Call to undefined function: mb_strtolower() in ????.php on line ??

The PHP mbstring extension, which is required to handle international character sets, is not available on your server. Check your PHP configuration and make sure that PHP has been compiled with --enable-mbstring.

If this is not possible replace the line with:

if (function_exists("mb_strtolower")) {
$imageName = mb_strtolower($imageName);
} else {
$imageName = strtolower($imageName);
}

I will add this to the next update too.

Best, Michael

Author:  TinyWebGallery [ 13. Feb 2013, 22:40 ]
Post subject:  Re: Sync error

Hi,

I have added this to 2.16.5.
Get it on the Wordpress plugins page.

Best, Michael

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/