You are not logged in.
Pages: 1
Hi
Im trying to use Typo3 content management system, but i got error "Fatal error: Call to undefined function: mysql_pconnect() in...". How could i fix it? There are working mysqld on my computer...
Offline
Hi
Im trying to use Typo3 content management system, but i got error "Fatal error: Call to undefined function: mysql_pconnect() in...". How could i fix it? There are working mysqld on my computer...
Check the includes in that php file. PHP doesn't find mysql_pconnect(), a proprietary function, so it is not a problem of the mysql server. If it were a problem with the mysql server, then you would have had something like "Can't connect to MySQL server..."
:: / my web presence
Offline
In some forums i found that package php-mysql should be installed (red hat rpm) but there arent such package in archlinux...
Offline
hmmm, here is interesting compile option '--with-mysql=shared,/usr'. Is it correct?
Offline
Have you enabled mysql.so in your php.ini file?
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
yes
Offline
Oh i restarted computer and everything works now
Offline
hmmm, here is interesting compile option '--with-mysql=shared,/usr'. Is it correct?
ArchEr
i have to recompile php without that to make things working here
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------
Offline
Pages: 1