| Previous topic :: Next topic |
| Author |
Message |
Guest
|
| Posted: Thu Jun 29, 2006 1:43 pm Post subject: No Database Support Deteched |
|
|
At step 2 of installing vTiger 5 on PHP 5, MySQL 5 and Apache 2.2 I get "No Database Support Deteched" under Database Type. When I fill in the details, no matter what I fill in it says it can't connect with database. I assume it's because somewhere it can't get MySQL connectivity?
I have double-checked that the MySQL extention in enabled for PHP. What am I missing? Would so love to get this going!
Eugene Booyens |
|
| Back to top |
|
indigoleopard
Joined: 21 Aug 2004
Posts: 2111
Location: india,chennai
|
| Posted: Thu Jun 29, 2006 3:15 pm Post subject: No Database Support Deteched<br /><a href="vie |
|
|
Hi Eugene!
We have not tested the setup with apache 2.2 . Hence, I am hesitant to give you an answer for this issue.
Would request that you try with apache 2.0.45 and beyond and let us know if you still face any issues.
Richie |
|
| Back to top |
|
Kipyatkoff
Guest
|
| Posted: Sun Sep 03, 2006 4:23 pm Post subject: No Database Support Deteched<br /><a href="vie |
|
|
| Apache 2.0.52 and the same trouble... |
|
| Back to top |
|
Kamal_fi
Guest
|
| Posted: Thu Sep 21, 2006 9:29 am Post subject: Re: No Database Support Deteched |
|
|
I have the exact same problem.
"No Database Support Deteched" seem to be the reason.
MySQL 5 is running in the same machine and i provided root password to vtiger but it doesnt work. I compiled PHP5 with mysql.
How is it possible to force the detection of the database type ?
Thanks for any help. |
|
| Back to top |
|
Feral
Guest
|
| Posted: Sat Sep 23, 2006 12:41 am Post subject: Re: No Database Support Deteched |
|
|
Same problem for me... VTIGER is unusable like that!!!
Would you please have some information to help us?
Thank you very much!
Have a nice day! |
|
| Back to top |
|
clicky
Guest
|
| Posted: Wed Oct 25, 2006 7:09 am Post subject: Re: No Database Support Deteched |
|
|
| Did anyone ever find a solution to this problem? |
|
| Back to top |
|
philip
Guest
Joined: 25 Aug 2004
Posts: 297
|
| Posted: Wed Oct 25, 2006 9:35 am Post subject: Re: No Database Support Deteched |
|
|
Hi,
"No Database Support Deteched" error message will be displayed if php does not have a function by name 'mysql_connect', this will happen only if php is not compiled with mysql or not compiled properly.
To check out the mysql support in the existing php use the following command in a php file and try to view it in the browser.
<? phpinfo(); ?>
You should be able to view a seperate table by name 'mysql' if php compiled properly.
Philip |
|
| Back to top |
|
| |