Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 10, 20169 yr Looks like a bug (see attachment). Actually, it acts like one. version 4.1.8.1 upgraded from 3.x
February 10, 20169 yr Look 7 lines above your marked part /* Columns */ if ( is_string( $columns ) ) { $query .= $columns; } else { $query .= implode( ', ', array_map( function( $col ) { return ( mb_strpos( $col, '`' ) === FALSE ) ? ( '`' . $col . '`' ) : $col; }, $columns ) ); } I would suggest to review your settings for the external login handler and to submit a ticket
Archived
This topic is now archived and is closed to further replies.