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...
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
These are no errors. Please open your php.ini and set Code: error_reporting = E_ALL & ~E_NOTICE Restart Apache afterwards.
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
Are you using .htaccess files where you've set another error reporting level? Or maybe directly in the vhost configuration?