I am trying to enable the built in social integration and keep getting errors
I have recently installed the vanilla open source software version 2.2, and so far like it a lot. When I try to enable the Google+. twitter and facebook plugins it gives me these errors."GooglePlus is missing the following requirement(s): Vanilla 2.2.","Twitter is missing the following requirement(s): Vanilla 2.2.","Facebook is missing the following requirement(s): Vanilla 2.2.". I'm not sure what the error means because I have the version 2.2. Maybe I'm missing a step and need to be pointed in the right direction. Ive searched the forums and cant seem to find anything like what I'm experiencing. Any help is appreciated thanks :-)
Best Answer
-
hgtonight MVP
The version comparison uses PHPs
version_compare
(http://php.net/manual/en/function.version-compare.php).In short version 2.2rc1 is considered lower than 2.2.
You can manually change the version requirement for testing purposes. Or you can enable the addon manually. Either way, 2.2 is not meant for production yet!
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
6
Answers
The version comparison uses PHPs
version_compare
(http://php.net/manual/en/function.version-compare.php).In short version 2.2rc1 is considered lower than 2.2.
You can manually change the version requirement for testing purposes. Or you can enable the addon manually. Either way, 2.2 is not meant for production yet!
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks for the info