| Topic: | install.php: 60% -> Fatal error: Call to undefined functi |
|---|---|
|
minkio
Freshman
Posts: 3 Posted: |
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: CodeFatal 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: Codeextension=mysql.so anyone got an idea to help me out? would be nize. thx Minkio |
|
Simon
online Steering Committee
Posts: 13427 Posted: |
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
Freshman
Posts: 3 Posted: |
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
Legend
Posts: 6596 Posted: |
QuoteFatal error: Call to undefined function: mysql_connect() Means that mysql_connect is not found, means that something happened to your PHP/MySQL set up. |