|
JoomlaCloner Requirements |
|

JoomlaCloner requirements are:
PHP 4.3.x or above - http://www.php.net
We recommend that you modify your php configuration(php.ini) file to have:
- Safe_Mode turned Off
- Open_basedir set to No Value
- *depending on your site size, you will need to make sure you can increase the max_execution_time variable in your php.ini to more than 30 seconds
- *If you need to create backups without the use of server functions(as specified below), then you need to make sure you can increase the memory_limit variable so you don't run into any limitations
- *to use the mysqldump and/or zip/tar server utilities you need support for exec() function
When restoring, make sure you have enough disk space available, we suggest at least 3 times space available than your backup size
|