PDA

View Full Version : Havinf trouble with php


wprauchholz
2006-08-31, 08:52 PM CDT
I run SugarCRM under Centos4.3 with the following versions:
mysql-4.1.20-1.RHEL4.1
php-4.3.9-3.15
httpd-2.0.52-22.ent.centos4
kernel-2.6.9-34.0.2.EL
SugarCrm: patch 4.2.1

When trying to access an poortunity, instead of taking to the maintenance screen of it, a firefox pop-up windows appears:
You have choosen to open:
index.php
which is a PHP script
ffrom https:xxxxxxx.biz
What should Firefox do with it?
Open with..
Save to Disk..

I can access other modules (e.g. Accounts, Contacts, etc...) in SugarCRM with no problem,
Anybody knows what is wrong with my parameter settings?

Thanks for your help.

brunson
2006-08-31, 09:40 PM CDT
That message makes me suspect that you don't have php installed on the Fedora box. Can you show us the versions of everything installed that you showed from the centos box?

wprauchholz
2006-09-01, 12:39 AM CDT
This is what I have on my CentOS box. This CentOS box is used as a server. I access fro a client to it. What you see here is only installed on this server

php-4.3.9-3.15
php-mysql-4.3.9-3.15
php-mbstring-4.3.9-3.15
php-imap-4.3.9-3.15
kernel-2.6.9-34.EL
kernel-2.6.9-42.0.2.EL
mysql-4.1.20-1.RHEL4.1
mysql-server-4.1.20-1.RHEL4.

wprauchholz
2006-09-01, 01:24 AM CDT
I guess I have a hint where the error is coming from but I do not know whether it is fixable.
This server (and the php app) ran before under FC5. I switched to CentOS-4.4.
I downloaded the database and put it on my notebook (which runs FC5) and voila it works.

I asume that this is a incompatibility with mysql downgraded from to 5.022 (under FC5) to mysql-4.1.20-1.RHEL4.1 (under Centos)??

wprauchholz
2006-09-03, 11:50 PM CDT
As I mentioned pretty stupid error from my side. I installed mysql5 and it works now