Implemented Jsocials to ochsocials issue
- John Barber
-
Topic Author
- Offline
Less
More
- Posts: 63
- Thank you received: 2
1 week 6 days ago - 1 week 6 days ago #3318
by John Barber
Jsocials to ochsocials issue was created by John Barber
This message contains secure information
Last edit: 1 week 6 days ago by Ruud van Lent.
The topic has been locked.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1720
- Thank you received: 111
1 week 6 days ago #3319
by Ruud van Lent
Replied by Ruud van Lent on topic Jsocials to ochsocials issue
Hi John,
thanks for reporting this and good to see you are making the move to ochSocials!
So the error comes from NumberFormatter not being found: this is a standard PHP class that is part of the PHP-Intl module. Apparently not all hosted servers have this module installed by default.
So what I did was refactor the use of this class into the 'old-fashioned' way of formatting number in PHP. This to avoid having people install this PHP-Intl module as that might not even be possible or simple to do.
So fixed on your setup. Will push a new version 1.0.1 in a minute: you will be prompted to install that via the Joomla updater > basically the same as the dev version you have installed now so you can just update.
Closing this topic, feel free to open a new one if you have any other questions, or run into issues.
regards,
Ruud.
thanks for reporting this and good to see you are making the move to ochSocials!
So the error comes from NumberFormatter not being found: this is a standard PHP class that is part of the PHP-Intl module. Apparently not all hosted servers have this module installed by default.
So what I did was refactor the use of this class into the 'old-fashioned' way of formatting number in PHP. This to avoid having people install this PHP-Intl module as that might not even be possible or simple to do.
So fixed on your setup. Will push a new version 1.0.1 in a minute: you will be prompted to install that via the Joomla updater > basically the same as the dev version you have installed now so you can just update.
Closing this topic, feel free to open a new one if you have any other questions, or run into issues.
regards,
Ruud.
The topic has been locked.