Install Interleave (CRM-CTT) onto ISPConfig

Discussion in 'Installation/Configuration' started by shawnbishop, Apr 23, 2008.

  1. shawnbishop

    shawnbishop New Member

    Good Day

    I would like to install CRM-CTT 4.3.0 onto the ISPConfig server...has anybody done this as I get plenty PHP errors??

    too many to list here...
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post some of the errors here?
    Which distribution are you using?
     
  3. shawnbishop

    shawnbishop New Member

    The errors I get are as follows

    Notice: Undefined index: PATHTOINTERLEAVE in /var/www/web9/web/crm/install.php on line 14

    Notice: Undefined variable: cfgfile in /var/www/web9/web/crm/install.php on line 17

    Notice: Undefined variable: step in /var/www/web9/web/crm/install.php on line 18

    Notice: Undefined variable: step in /var/www/web9/web/crm/install.php on line 26

    Notice: Undefined index: AddRepository in /var/www/web9/web/crm/install.php on line 39

    Notice: Undefined variable: AddRepository in /var/www/web9/web/crm/install.php on line 77

    I have looked through the config files and php files but it is beyond my scope of knowledge.

    It is the latest CRM-CTT (Interleave) version 4.3

    Cheers
     
  4. falko

    falko Super Moderator Howtoforge Staff

    These are no errors. Please open your php.ini and set
    Code:
    error_reporting  =  E_ALL & ~E_NOTICE
    Restart Apache afterwards.
     
  5. shawnbishop

    shawnbishop New Member

    I have enabled thos lines in the php.ini file

    I try the installation again, get the same errors and after completing the install get the following

    Notice: Undefined index: qlog in /var/www/web9/web/crm/index.php on line 14

    Notice: Undefined index: LockMsg in /var/www/web9/web/crm/index.php on line 37

    Notice: Undefined index: SwitchReposPopup; in /var/www/web9/web/crm/index.php on line 44

    Notice: Undefined index: UpdateCacheTables in /var/www/web9/web/crm/index.php on line 53

    Notice: Undefined index: swrepos in /var/www/web9/web/crm/index.php on line 88

    Notice: Undefined index: PATHTOINTERLEAVE in /var/www/web9/web/crm/index.php on line 93

    Parse error: syntax error, unexpected $end, expecting ']' in /var/www/web9/web/crm/config/config.inc.php on line 2

    Shawn
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Are you using .htaccess files where you've set another error reporting level? Or maybe directly in the vhost configuration?
     

Share This Page