Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 29. Mar 2024, 08:47

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Sync error
PostPosted: 13. Feb 2013, 21:25 
Offline

Joined: 13. Feb 2013, 21:06
Posts: 1
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


Top
 Profile  
 
 Post subject: Re: Sync error
PostPosted: 13. Feb 2013, 22:10 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
[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


Top
 Profile  
 
 Post subject: Re: Sync error
PostPosted: 13. Feb 2013, 22:40 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

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

Best, Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy