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

0 Class "IntlTimeZone" not found #34

Closed svetgeorgiev closed 1 year ago

svetgeorgiev commented 1 year ago

Hey guys, it seems that I have an ussie with the plugin when enabled gives me an error on every frontend page:

0 Class "IntlTimeZone" not found.

I suspect this is an issue with the PHP version, I currently use PHP8 Can someone help, please?

Jefferson49 commented 1 year ago

Hi Svetoslav,

this is probably the same issue like #30

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

svetgeorgiev commented 1 year ago

Yep, that was the problem. Thank You so much Jefferson49!