Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Auto install Wordpress with italian language



Threaded Mode | Print  

 Auto install Wordpress with italian language (12 Replies, Read 5387 times)
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
Hi,i have a problem with whmcs module Auto Install.
I can automatic install a Wordpress but only in English.When i put softaculous_extra.php to customize language parameter auto installation broken because mysql database doesn't create in cpanel.I try to insert a blank page softaculous_extra.php with only <??> and the error of database problem remains.All works fine if i delete softaculous_extra.php file and wordpress is installed with user and password that i set.P.S.I read guide hxxp://www.softaculous.com/docs/WHMCS_Auto_Install_Module
Who can help me?
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

Can you please attach the softaculous_extra.php that you are using I will check it and let you know what is causing this.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
I try with this file and with the file empty and the result is the same:Wordpress installation was broken by mysql database that doesn't create by cpanel.This is the code:
PHP Code

<?php

//////////////////////////////////////////////////////////////
//===========================================================
// softaculous_extra.php
//===========================================================
// SOFTACULOUS 
// Version : 1.1
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
//////////////////////////////////////////////////////////////

//$softaculous_conf['da_proto'] = 'https://';
//$softaculous_conf['protocol'] = 'http://www.';
//$softaculous_conf['user_mod_dir'] = 0; //Set this to 1 if you want to use User MOD Dir. If enabled the script will be installed at http://IP/~username

// If You want to give custom names to the Custom Fields
$softaculous_conf['fields']['Script'] = 'Script Name';
$softaculous_conf['fields']['Admin Name'] = 'Admin Name';
$softaculous_conf['fields']['Admin Pass'] = 'Admin Pass';
$softaculous_conf['fields']['Directory'] = 'Directory';

// Add any Custom Fields that you want users to fill in
// The key of the $softaculous_conf['custom_fields'] array will be name of the field, you can find it in the install.xml of the script and the value should be the Field Name you Provided in the WHMCS product setup
//$softaculous_conf['custom_fields']['site_name'] = 'Site Name'; 
//$softaculous_conf['custom_fields']['site_desc'] = 'Site Description';
$softaculous_conf['custom_fields']['language'] = 'Language';

// This file is to add additional scripts which you have added as Custom Scripts.
// If you dont have any custom scripts in Softaculous OR dont want to add it to WHMCS, please dont upload this file. 

// NOTE : The ID of the script should be the same as custom scripts found in cscript.php
/*
$add_softaculous_scripts = array(
                    10001 => array('name' => 'Zikula',
                                'softname' => 'zikula',
                                'desc' => 'Zikula is a Web Application Toolkit, which allows you to run impressive websites and build powerful online applications.',
                                'ins' => 1,
                                'cat' => 'cms',
                                'type' => 'php',
                                'ver' => '1.2.3'
                                ),
                    10002 => array('name' => 'phpBB',
                                'softname' => 'phpbb',
                                'desc' => 'The most widely used Open Source forum solution',
                                'ins' => 1,
                                'cat' => 'microblogs',
                                'type' => 'php',
                                'ver' => '3.0.7-PL1'
                                )
                            );
*/
?>

IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
In attachment my fields on whmcs
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

The Language field for WordPress can have the following values :
en
it_IT
zh_CN
zh_TW
nl_NL
fr_FR
pt_PT
es_ES
sv_SE
pt_BR
de_DE
ru_RU
ar
pl_PL
ja
tr_TR
da_DK
uk
hu_HU
th
el
he_IL

Edited by Brijesh : August 21, 2012, 12:30 pm

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
Ok, i known.

Where i put this value?
Can you give me an example?
What's wrong in my configuration?

Regards
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

In your WHMCS use the following values for "Select Options" for Language field.
For eg: you want English and Italian then the values should be
en, it_IT

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
I made the change and now Wordpress doesn't install anymore.Only cpanel account is created.Can you give me a working solution?

Regards
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

Sir can you please open a support ticket with the WHMCS admin details and FTP details to that installation. I will make the required changes for you.
http://www.softaculous.net/support

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
Hi,
i have open ticket with all details.

Regards
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

Sir it seems that you had added wrong value for the following part in softaculous_extra.php

it should have been
$softaculous_conf['fields']['Script'] = 'Script';
as you have used 'Script' as the field name in WHMCS.
and it was
$softaculous_conf['fields']['Script'] = 'Script Name';
which was causing the error.

I have made the required changes for you and now the module works fine.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

Auto install Wordpress with italian language
welio
Group: Member
Post Group: Newbie
Posts: 8
Status:
Thanks a lot Brijesh now all works fine


Regards
IP: --   

Auto install Wordpress with italian language
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5664
Status:
Hi,

Feel free to contact me if you need any assistance.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is May 24, 2024, 8:22 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.025