Difference between revisions of "JReviews Pre-install requirements"
From JReviews Documentation
(→PHP) |
|||
Line 7: | Line 7: | ||
Required PHP Version: '''5.2.x''' or higher<br /> | Required PHP Version: '''5.2.x''' or higher<br /> | ||
− | Required PHP Extensions: '''json''' | + | Required PHP Extensions: '''json''','''mbstring''','''curl''' |
'''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 == |
Revision as of 22:06, 9 November 2010
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:
- download loaders packgage from ionCube website
- upload ioncube_loader_lin_5.2.so (if you have php 5.2) file somewhere in your joomla folder
- 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.)