Group: Member 
Post Group: Newbie
Posts: 5
Status: 
|
Hello.
I'm configuring a web hosting server with WHM/Cpannel + WHMCS + Softaculous
creating several packages in WHMCS to allow my customers to buy a web hosting package with an application installed and configured. By now I have 6 packages fully working, but magento won't auto install; the other packages are installed automatically without problem. If I enter in any account in Cpanel, and try to install magento from softaculous from there, It install properly.
I'm not sure witch of the three software can have the issue, but I thing that there could be any problem with softaculous because the rest of the packages are correctly installed.
Additional information:
- I'm using this plugin to make Softaculous work in WHMCS
http://www.softaculous.com/docs/WHMCS_Auto_Install_Module
- I'm using softaculous_extra.php to ensure that all the information of the custom fields is provided to the installer:
$GLOBALS['softaculous_conf']['custom_fields']['language'] = 'Language';
$GLOBALS['softaculous_conf']['custom_fields']['site_name'] = 'Site Name';
$GLOBALS['softaculous_conf']['custom_fields']['site_desc'] = 'Site Description';
$GLOBALS['softaculous_conf']['custom_fields']['adminf_name'] = 'Admin First Name';
$GLOBALS['softaculous_conf']['custom_fields']['adminl_name'] = 'Admin Last Name';
$GLOBALS['softaculous_conf']['custom_fields']['admin_email'] = 'Admin Email';
Any Idea?
|