Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 17, 200717 yr Well...in class_db_mysql_client.php --> function do_update() if ( ! $this->obj['use_shutdown'] ) { $this->is_shutdown = 1; $return = $this->query( $query ); $this->no_prefix_convert = 0; $this->is_shutdown = 0; return $return; } in class_db_mysqli_client.php --> function do_update() if ( ! $this->obj['use_shutdown'] ) { $this->is_shutdown = 1; $return = $this->query( $query ); $this->no_prefix_convert = 0; $this->is_shutdown = 1; return $return; }(?) What about $this->is_shutdown = 1; in class_db_mysqli_client.php --> function do_update()
September 17, 200717 yr Do you need technical support?You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Beyond.Did you find a bug in IP.Board?If you believe you've found a bug please post it to the bug tracker.Have a suggestion or feedback?Post it here. Thanks!
Archived
This topic is now archived and is closed to further replies.