FIRST, login SSH and run
perl /var/cpanel/rvglobalsoft/rvsitebuilder/panelmenus/cpanel/scripts/autofixphpini.pl
Then restart cPanel service:
/usr/local/cpanel/startup
Now the autofixphpini.pl has fixed the post_max_size and upload_max_filesize, BUT it has messed up your ioncube loader setting, so you need to fix that next. To do this, in SSH type or paste:
pico /usr/local/cpanel/3rdparty/etc/php.ini
Then do CTRL-W to find zend_extension
Add following line at the end of the zend section, before the line where it says Windows extension:
zend_extension="/usr/local/cpanel/3rdparty/fantastico/loaders/ioncube_loader_lin_5.2.so"
CTRL-x to exit, then Y, and Enter to save the file.
Then restart cPanel service again:
/usr/local/cpanel/startup
REF : http://forums.rvskin.com/index.php?showtopic=2920
No comments:
Post a Comment