- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- March 2004
- Status:
- offline
- last visit:
- 24.03.04
- Posts:
- 3
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 -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
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 -
- rank:
-
Freshman
- registered:
- March 2004
- Status:
- offline
- last visit:
- 24.03.04
- Posts:
- 3
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!
