Difference between revisions of "JReviews Pre-install requirements"

From JReviews Documentation
Jump to: navigation, search
Line 9: Line 9:
 
Required PHP Extensions: '''json''' and '''mbstring'''
 
Required PHP Extensions: '''json''' and '''mbstring'''
  
upload_max_filesize must be higher than 2M
+
'''upload_max_filesize''' in php.ini must be higher than 2M
  
  

Revision as of 17:20, 22 July 2010

CMS

JReviews is compatible with Joomla! 1.5.x


PHP

Required PHP Version: 5.2.x or higher
Required PHP Extensions: json and mbstring

upload_max_filesize in php.ini must be higher than 2M


ionCube

IonCube loader needs to be installed and enabled on your server. On some hosting packages it is enabled by default.

If ionCube is not enabled on your server, you can ask your host to install it for you, or you can do that yourself:

  1. download loaders packgage from ionCube website
  2. upload ioncube_loader_lin_5.2.so file somewhere in your joomla folder
  3. edit /administrator/php.ini file, create it if not there, and put this inside it:
zend_extension=/path/to/ioncube/folder/ioncube_loader_lin_5.2.so //use the correct path
  • if you are using the trial version of JReviews you will also need to place the php.ini file in the root / of Joomla


Watch this video to see how to check JReviews requirements in Joomla 1.5:
JReviews pre-install requirements (1:19 min.)