Hi there,
I'm using pecl intl extension now. I installed gallery3 and conflicted intl extension and core/helpers/locale.php class.
Fatal error: Call to undefined method Locale::available() in /xxx/core/controllers/admin_languages.php on line 100
EDIT: my mistake. not kohana, conflict with core/helpers/locale.php.
Posts: 32509
great feedback, thanks!
i've filed a ticket to keep track of this. we'll need to take of that, probably by changing your class name.
see: https://apps.sourceforge.net/trac/gallery/ticket/194
BTW: the intl extension provides very useful features. maybe we can use some of g3's classes as fallback for the intl implementations.