Enable PhpMyAdmin import zip files
January 19th, 2010 by adminTo enable phpmyadmin at cpanel server to import zipped mysql dumps you need to reconfigure internal cpanel php installation..
Edit /var/cpanel/easy/apache/profile/makecpphp.profile.yaml
Change: Cpanel::Easy::PHP5::Zip: 0=0
To: Cpanel::Easy::PHP5::Zip: 1
Save the file
Run `/scripts/makecpphp`
before running the last command make sure the file /var/cpanel/easy/apache/profile/makecpphp.profile.yaml is chattr +i.
Posted in Cpanel/WHM | 2 Comments »
March 15th, 2010 at 11:47 am
[...] [...]
March 28th, 2010 at 6:04 am
This helped me. thanks a lot.