Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Aleksandrs Novozenovs Posted February 10, 2016 Posted February 10, 2016 Looks like a bug (see attachment). Actually, it acts like one. version 4.1.8.1 upgraded from 3.x
Morrigan Posted February 10, 2016 Posted February 10, 2016 If you're community is down I would recommend that you submit a ticket.
Daniel F Posted February 10, 2016 Posted February 10, 2016 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.