PDA

View Full Version : Install Interleave (CRM-CTT) onto ISPConfig


shawnbishop
23rd April 2008, 14:51
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...

falko
24th April 2008, 17:05
Can you post some of the errors here?
Which distribution are you using?

shawnbishop
30th April 2008, 19:29
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

falko
1st May 2008, 21:41
These are no errors. Please open your php.ini and set
error_reporting = E_ALL & ~E_NOTICE
Restart Apache afterwards.

shawnbishop
2nd May 2008, 09:55
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

falko
3rd May 2008, 21:30
Are you using .htaccess files where you've set another error reporting level? Or maybe directly in the vhost configuration?