hexdreamer
Member
Posted 2 weeks ago #
Hi All.
I'm using wordpress on MacOSX Snow Leopard.
php 5.3.0
wordpress 2.8.5
wp-typography 1.16
I'm getting this warning multiple times for each page:
Warning: trim() expects parameter 1 to be string, array given in /Library/WebServer/Documents/wordpress/wp-content/plugins/wp-typography/php-typography/php-typography.php on line 432
I have not been able to find another reference to this bug online. Any help would be greatly appreciated.
-Kenny
That plugin requires the mbstring extension for PHP, which usually isn't installed by default. That error sounds like it's looking for mbstring, so run phpinfo to see if it's installed. If not, PHP: Installation - Manual.
kingjeffrey
Member
Posted 2 weeks ago #
hexdreamer,
Thanks for pointing this out. Your comment revealed a minor bug that slipped in via the last code update. Version 1.17 should be available within the next 15 minutes with the fix.