[2.0b3] Postgresql error

Started by xorock, March 23, 2008, 07:39:45 AM

Previous topic - Next topic

xorock

Hi. I get this error when trying to install on postgresql:
QuoteFatal error: Call to undefined function smf_postg_unescape_string() in [fullpath*]Sources/QueryString.php on line 321

fullpath is of course valid path.

karlbenson

#1
Thanks for reporting it.  SMF is calling an incorrect function.
I added it to the tracker.  For SMF Staff reference 0001828.

Open

Sources/Subs-Db-postgresql.php (around line 53)

FIND
'db_unescape_string' => 'smf_postg_unescape_string',

REPLACE
'db_unescape_string' => 'smf_db_unescape_string',

Advertisement: