Jump to content

Error on Forums Sign Up

Featured Replies

Posted

Looks like a bug (see attachment). Actually, it acts like one.

version 4.1.8.1 upgraded from 3.xcolumns.thumb.png.e613d4ab1e5332f7788a6fcolumn2.thumb.png.3b35bc01ea503940616dc4

column3.png

If you're community is down I would recommend that you submit a ticket.

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.

Recently Browsing 0

  • No registered users viewing this page.