2020-05-22, 05:54:20
Any decent hosting provider gives you the option to select the php version you need for a project or website.
Usually you will find this option in your hoster's CPanel. If you cannot find it in your CPanel then open a support ticket
and ask your hoster.
Get-Simple cms is compatible with php 7.x
However not all plugins are compatible with php 7.x most of them will throw a deprecated php function use
which is not fatal. We all have work to do to replace the deprecated php function use with the new ones.
I believe there is a github somewhere to update plugins. Will look for it.
Edit:
found it, here it is:
https://github.com/GetSimpleCMS/Plugins/...er/plugins
Usually you will find this option in your hoster's CPanel. If you cannot find it in your CPanel then open a support ticket
and ask your hoster.
Get-Simple cms is compatible with php 7.x
However not all plugins are compatible with php 7.x most of them will throw a deprecated php function use
which is not fatal. We all have work to do to replace the deprecated php function use with the new ones.
I believe there is a github somewhere to update plugins. Will look for it.
Edit:
found it, here it is:
https://github.com/GetSimpleCMS/Plugins/...er/plugins