Difference between revisions of "JReviews Pre-install requirements"

From JReviews Documentation
Jump to: navigation, search
(PHP)
Line 10: Line 10:
  
 
'''upload_max_filesize''' in php.ini must be higher than 2M (for installation files to upload successfully)
 
'''upload_max_filesize''' in php.ini must be higher than 2M (for installation files to upload successfully)
 +
  
 
== ionCube ==
 
== ionCube ==
Line 18: Line 19:
  
 
# download loaders packgage from [http://www.ioncube.com/loaders.php ionCube website]
 
# download loaders packgage from [http://www.ioncube.com/loaders.php ionCube website]
# upload ioncube_loader_lin_5.2.so (if you have php 5.2) file somewhere in your joomla folder
+
# upload ioncube_loader_lin_5.2.so (if you have php 5.2) file anywhere in your joomla folder
 
# create the /administrator/php.ini file and add these lines:
 
# create the /administrator/php.ini file and add these lines:
  

Revision as of 19:13, 31 January 2011

CMS

JReviews is compatible with the latest version of Joomla! 1.5.


PHP

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

upload_max_filesize in php.ini must be higher than 2M (for installation files to upload successfully)


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 (if you have php 5.2) file anywhere in your joomla folder
  3. create the /administrator/php.ini file and add these lines:
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.)