Difference between revisions of "JReviews Pre-install requirements"

From JReviews Documentation
Jump to: navigation, search
(PHP)
Line 9: Line 9:
 
== PHP ==
 
== PHP ==
  
Required PHP Version: 7+.<br />
+
Required PHP Version: 7+
Required PHP Extensions: '''json''', '''mbstring''', '''fieinfo''', '''curl''', '''bcmath''' (most servers have them installed by default).
+
 
 +
Required PHP Extensions:  
 +
* json
 +
* mbstring
 +
* fileinfo
 +
* bcmath
 +
* exif
  
 
'''upload_max_filesize''' in php.ini must be higher than 4M (for installation files to upload successfully).
 
'''upload_max_filesize''' in php.ini must be higher than 4M (for installation files to upload successfully).

Revision as of 23:11, 15 December 2018

CMS

JReviews is compatible with:

  • Joomla! 3.8.x
  • WordPress 4.9.x

Furthermore, new releases of JReviews are only tested with the latest stable version of Joomla and 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

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

Watch in HD on YouTube

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