Difference between revisions of "JReviews Pre-install requirements"
From JReviews Documentation
Line 7: | Line 7: | ||
== PHP == | == PHP == | ||
− | Required PHP Version: '''5.2.x''' or higher<br /> | + | Required PHP Version: '''5.2.x''' or higher<br />. |
− | Required PHP Extensions: '''json''','''mbstring''','''curl''','''bcmath''' | + | Required PHP Extensions: '''json''','''mbstring''','''curl''','''bcmath''' (most servers have them installed by default). |
− | '''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 18: | ||
If ionCube is not enabled on your server, you can ask your host to install it for you, or you can do that yourself: | 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 [http://www.ioncube.com/loaders.php ionCube website]. |
− | # | + | # Upload ioncube_loader_lin_5.3.so file (if your server uses PHP 5.3) or ioncube_loader_lin_5.4.so file (if your server uses PHP 5.4) anywhere in your joomla folder. |
− | # | + | # Create the /administrator/php.ini file and add these lines: |
<pre> | <pre> | ||
zend_extension=/path/to/ioncube/folder/ioncube_loader_lin_5.3.so //use the correct path | zend_extension=/path/to/ioncube/folder/ioncube_loader_lin_5.3.so //use the correct path | ||
</pre> | </pre> | ||
− | |||
'''Note:''' If you are having troubles installing ioncube, download [http://www.ioncube.com/loader-wizard/loader-wizard.zip loader-wizard.zip] file, extract the zip and place the loader-wizard.php file into the root of your site. Run that file and it will guide you through the installation process. | '''Note:''' If you are having troubles installing ioncube, download [http://www.ioncube.com/loader-wizard/loader-wizard.zip loader-wizard.zip] file, extract the zip and place the loader-wizard.php file into the root of your site. Run that file and it will guide you through the installation process. | ||
− | |||
== Video Tutorial - How to check JReviews pre-install requirements == | == Video Tutorial - How to check JReviews pre-install requirements == | ||
<youtube>hNxA67qdQCQ</youtube> | <youtube>hNxA67qdQCQ</youtube> | ||
− | |||
[http://www.youtube.com/watch?v=hNxA67qdQCQ&hd=1 Watch in HD on YouTube] | [http://www.youtube.com/watch?v=hNxA67qdQCQ&hd=1 Watch in HD on YouTube] |
Revision as of 17:42, 24 July 2013
CMS
JReviews is compatible with:
- Joomla! 2.5
- Joomla! 3.1
PHP
Required PHP Version: 5.2.x or higher
.
Required PHP Extensions: json,mbstring,curl,bcmath (most servers have them installed by default).
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.3.so file (if your server uses PHP 5.3) or ioncube_loader_lin_5.4.so file (if your server uses PHP 5.4) anywhere in your joomla folder.
- Create the /administrator/php.ini file and add these lines:
zend_extension=/path/to/ioncube/folder/ioncube_loader_lin_5.3.so //use the correct path
Note: If you are having troubles installing ioncube, download loader-wizard.zip file, extract the zip and place the loader-wizard.php file into the root of your site. Run that file and it will guide you through the installation process.
Video Tutorial - How to check JReviews pre-install requirements