Difference between revisions of "JReviews Pre-install requirements"
From JReviews Documentation
(→CMS) |
(→CMS) |
||
Line 5: | Line 5: | ||
*WordPress 4.9.x, 5.3.x | *WordPress 4.9.x, 5.3.x | ||
− | + | New releases of JReviews are tested with the latest stable versions so we can only guarantee compatibility with those versions at any given time. | |
== PHP == | == PHP == |
Revision as of 13:48, 21 March 2020
CMS
JReviews is compatible with:
- Joomla! 3.8.x, 3.9.x, 4.0alpha
- WordPress 4.9.x, 5.3.x
New releases of JReviews are tested with the latest stable versions so we can only guarantee compatibility with those versions at any given time.
PHP
Required PHP Version: 7+
Required PHP Extensions:
- json
- mbstring
- fileinfo
- bcmath
- exif (exif_read_data)
upload_max_filesize in php.ini must be higher than 4M (for installation files to upload successfully).
Video Tutorial - How to check JReviews pre-install requirements
Checking PHP Info in the Joomla administration
Checking PHP Info in WordPress
In WordPress you can find a plugin that shows the PHP Info or you can create a new file "phpinfo.php" with the following code:
<?php phpinfo();?>
Place the file inside the /wp-admin folder and load it directly on your browser using:
domain.com/wp-admin/phpinfo.php