[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-users] Re: Problems detecting mysql
From: |
Dave Hall |
Subject: |
Re: [phpGroupWare-users] Re: Problems detecting mysql |
Date: |
Tue, 31 Oct 2006 21:16:48 +1100 |
On Tue, 2006-10-31 at 02:25 -0700, Juergen wrote:
>
> The Mysql database is runnig without errors (before and after trying
> to install phpgroupware).
>
> But groupware isn't running!
> If I change the file from psql to mysql, I even can't start the
> Setup/Config Admin Login with the following error:
>
> Quote:
> > Fatal error: Call to undefined function mysql_connect()
> in /usr/share/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php on line
> 82
>
>
> If I start the Setup/Config Admin Login with psql-setup it goes on.
> But without psql on the system creating tables is very hard and so it
> wants to know the login-account, which doesn't exist.
>
> Everything very strange.
Its not that strange, php-mysql is not enabled properly on your server.
try this
$ sudo dpkg-reconfigure php4-mysql
OR
$ sudo dpkg-reconfigure php5-mysql
depending on which version of php you are using
Cheers
Dave
--
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
e address@hidden
w phpgroupware.org
j address@hidden
sip address@hidden
_ ____ __ __
_ __ | |__ _ __ / ___|_ __ ___ _ _ _ _\ \ / /_ _ _ __ ___
| '_ \| '_ \| '_ \| | _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \
| |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V V / (_| | | | __/
| .__/|_| |_| .__/ \____|_| \___/ \__,_| .__/ \_/\_/ \__,_|_| \___|
|_| |_| |_|Web based collaboration platform
- [phpGroupWare-users] Problems detecting mysql, Juergen, 2006/10/29
- Re: [phpGroupWare-users] Problems detecting mysql, Chris Weiss, 2006/10/29
- [phpGroupWare-users] Re: Problems detecting mysql, Juergen, 2006/10/30
- [phpGroupWare-users] Re: Problems detecting mysql, Dave Hall, 2006/10/30
- [phpGroupWare-users] Re: Problems detecting mysql, Juergen, 2006/10/30
- Re: [phpGroupWare-users] Re: Problems detecting mysql, Dave Hall, 2006/10/30
- [phpGroupWare-users] Re: Problems detecting mysql, Juergen, 2006/10/31
- Re: [phpGroupWare-users] Re: Problems detecting mysql,
Dave Hall <=
- Re: [phpGroupWare-users] Re: Problems detecting mysql, Chris Weiss, 2006/10/31