Status: offline

samstone

Forum User
Full Member
Registered: 09/29/02
Posts: 820
I was able to install Projects plugin successfully. I like the little pop up calenders. We should use it on other parts of GL.

When I try to create a new project I got this error:
Text Formatted Code
Fatal error: Call to undefined function: mb_strcut() in /home/domain/public_html/projects/index.php on line 110

 


Any solutions?

Sam

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
mb_strcut() is one of PHP's multi-byte string functions and is only available when PHP has been built with multi-byte support.

If you're on your own server, rebuild PHP with multi-byte support, otherwise contact your hosting service.

bye, Dirk