Following values should be adjusted in the cPanel`s PHP (/usr/local/cpanel/3rdparty/bin/php) configuration file:
$RVSReq->{'memory_limit'} = '164M';
$RVSReq->{'max_execution_time'} = '180';
$RVSReq->{'post_max_size'} = '105M';
$RVSReq->{'upload_max_filesize'} = '100M';
$RVSReq->{'enable_dl'} = 'On';
$RVSReq->{'file_uploads'} = 'On';
To perform automatic adjustment one can use following script (available after Rv* product installation)
- Code: Select all
perl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl