getkirby-v2 / toolkit

This is the deprecated toolkit for Kirby v2.
http://getkirby.com
81 stars 50 forks source link

Got Use of undefined constant MB #103

Closed sudipta26889 closed 9 years ago

sudipta26889 commented 9 years ago

ErrorException in str.php line 391: Use of undefined constant MB - assumed 'MB'

bastianallgeier commented 9 years ago

Which branch do you use?

sudipta26889 commented 9 years ago

master

bastianallgeier commented 9 years ago

do you include the boostrap.php or just the str class?

sudipta26889 commented 9 years ago

i want to use str class only

lukasbestle commented 9 years ago

Please use bootstrap.php. If you only use Str, then only this class is auto-loaded.