INSTALLARE VTE CRM

INSTALLARE VTE CRM



  1. Scaricare il pacchetto (è uscita la versione 4.1)
  2. Verificare che il pc o server in cui è installato VTE sia connesso a internet direttamente (senza proxy)
  3. Verificare di aver installato il pacchetto php curl, eventualmente installarlo e riavviare il server web
  4. Verificare che nel php.ini sia settato short_open_tag = O   
  5. Disattivare il pacchetto suhosin

    A. Disable suhosin using php.ini.
         Open the php.ini file and add the following code to the file:
              [suhosin]
              ; 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

     6. dare permessi 755 alla cartella modules/Morphsuit e a tutti i file e cartelle contenuti
     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