The same one I previously mentioned:
Code:
Fatal error: Call to a member function quote() on a non-object in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 280
The $old_rec is being declared as array() and seems to not being passed as an object. If I just assign it to equal $new_rec this error goes away.