INSTALLARE VTE CRM
- Scaricare il pacchetto (è uscita la versione 4.1)
- Verificare che il pc o server in cui è installato VTE sia connesso a internet direttamente (senza proxy)
- Verificare di aver installato il pacchetto php curl, eventualmente installarlo e riavviare il server web
- Verificare che nel php.ini sia settato short_open_tag = O
- Disattivare il pacchetto suhosin
Open the php.ini file and add the following code to the file:
; Misc Options
suhosin.simulation = On
- [On indicates disabled, Off indicates enabled]
B. Disable SUHOSIN via .htaccess
1) Go to the document root for the domain and open the .htaccess file for the domain.
2)Now enter the following code in the file.
php_flag suhosin.simulation On
7. Se ancora non si attiva prova a: rinominare il file .htaccess in htaccess.txt e riavviare il server web
$w2Pconfig['dbtype'] = 'mysql'; // ONLY MySQL is supported at present
$w2Pconfig['dbhost'] = 'localhost';
$w2Pconfig['dbname'] = 'XXXXXX'; // Your web2Project Database Name
$w2Pconfig['dbuser'] = 'XXXXXX'; // Your MySQL Username
$w2Pconfig['dbpass'] = 'XXXXXX'; // Your MySQL Password
$w2Pconfig['dbprefix'] = ''; // The prefix used for db table names