Torrentflux broke after upgrade

Posted by parker.sikand on Super User See other posts from Super User or by parker.sikand
Published on 2012-11-24T05:09:10Z Indexed on 2012/11/25 17:07 UTC
Read the original article Hit count: 372

Filed under:
|
|

A working torrentflux setup seems to have gone broken after upgrading PHP to 5.3 and Postrgres to 9.2beta3 on a FreeBSD 8.2 server. The login screen will show up fine, but after clicking the login button, I get an error :

Fatal error: Call to undefined function pg_escape_string() in \
/usr/home/parker/tf/html/inc/lib/adodb/drivers/adodb-postgres64.inc.php \
on line 241

Seems to be an error with PHP and the pgsql php package. The phppgsql package itself is not totally broken because I'm using it to host database driven apps on this server. This is the first and only error I'm seeing from it.

How might I go about fixing this problem?

© Super User or respective owner

Related posts about php

Related posts about freebsd