Jefferson49 / Joomla_plugin_sexypolling_reloaded

Migration of the joomla plugin "Sexy Polling" to joomla 4.x
GNU General Public License v3.0
2 stars 3 forks source link

Class "IntlTimeZone" not found #35

Closed rinenweb closed 1 year ago

rinenweb commented 1 year ago

When publishing the module in any page, I get the error "Class "IntlTimeZone" not found". Using sexypolling_reloaded_v4.1.6 in Joomla 3.10.11.

Jefferson49 commented 1 year ago

This is probably the same issue like #30, #34

The IntlTimeZone class is usually included in your PHP installation. IntlTimeZone is part of the PHP "intl" extension.

Can you check your php.ini file, if the "intl" extension is activated. Your php.ini file must contain the following line: extension=intl

rinenweb commented 1 year ago

Didn't check those due to seemingly unrelated issue titles. Thank you, enabling PHP "intl" extension solves the issue.