Welcome Guest, Not a member yet? Register   Sign In
Postgres Error after update to 1.7.2
#7

[eluser]Milaan[/eluser]
OK, its possible to fix this temporarly

Code:
725 // some platforms require an escape sequence definition for LIKE wildcards
726    if ($this->_like_escape_str != '')
727 {
728        $like_statement = $like_statement.sprintf($this->_like_escape_str, @$this->_like_escape_char);
729 }

Just add an @ before _like_escape_char in line 728


Messages In This Thread
Postgres Error after update to 1.7.2 - by El Forum - 09-14-2009, 01:44 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-14-2009, 04:20 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-17-2009, 12:49 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-17-2009, 06:52 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-18-2009, 05:35 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-18-2009, 08:02 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-18-2009, 08:10 AM
Postgres Error after update to 1.7.2 - by El Forum - 09-23-2009, 08:44 AM
Postgres Error after update to 1.7.2 - by El Forum - 10-28-2009, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB