Topic: install.php: 60% -> Fatal error: Call to undefined functi
minkio
avatar
Freshman
Freshman
Posts: 3

Posted:
24.Mar 2004 - 17:55

hi all!

i am trying to install a PostNuke on my apache1.3.29 running under
linux debian.

php4 and php4-mysql is installed.
also phpMyAdmin is installed and works fine.

and AFAIK, phpMyAdmin uses the same thing to connect the the mysql db: via PHP

but after 60% of the install.php i get the following error message:

Code

Fatal error: Call to undefined function: mysql_connect() in /var/www/project/pnadodb/drivers/adodb-mysql.inc.php on line 236



I also tryed to edit the php.ini.
but uncommenting the following line didnt help me out as well:

Code

extension=mysql.so


anyone got an idea to help me out?
would be nize.
thx
Minkio
Simon
online
avatar
Steering Committee
Steering Committee
Posts: 13427

Posted:
24.Mar 2004 - 18:30

maybe this thread would be useful? Its the only one I can find: http://forums.postnuke.com/index.php?name=PNphpBB2&file=viewtopic&t=13822&highlight=undefined+function+adodbmysql+inc+PHP+line+236

notice highlighted search terms.

--
Regards,
Simon

itbegins.co.uk - Zikula Consulting

Please read the Support Guide
minkio
avatar
Freshman
Freshman
Posts: 3

Posted:
24.Mar 2004 - 18:41

that didnt help me.

i installed php4 and php4-mysql with apt-get (the normal way to install packages on linux debian).

i installed a PostNuke and its depended packages the same way some
time ago. and it worked.

i cant imagine that there is something wrong with php4 or php4-mysql
because phpMyAdmin runs ferfect!
HalbrookTech
avatar
Legend
Legend
Posts: 6596

Posted:
25.Mar 2004 - 02:03

Quote

Fatal error: Call to undefined function: mysql_connect()


Means that mysql_connect is not found, means that something happened to your PHP/MySQL set up.