on
and post the error-result?Selkirkshire
), for each more it gives one more error: Undefined offset: number+1
.Undefined offset: number+1
toses openInfo wrote:* http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html
The result is truncated to the maximum length that is given by the group_concat_max_len system variable, which has a default value of 1024. The value can be set higher, although the effective maximum length of the return value is constrained by the value of max_allowed_packet. The syntax to change the value of group_concat_max_len at runtime is as follows, where val is an unsigned integer:
Code: Select all
SET [GLOBAL | SESSION] group_concat_max_len = val;
Code: Select all
$sql = SELECT field_name, field_ident, GROUP_CONCAT(lang_value) as lang_value,
Code: Select all
$sql = 'SET SESSION group_concat_max_len= 4096';
$db->sql_query($sql);
which options? shure, you are on the right mod? there is only a search field per cpfZaishen wrote:i think is good mod, but i hate to see 10000000000000 options when i search
This mod is to search users on the forum right?4_seven wrote:which options? shure, you are on the right mod? there is only a search field per cpfZaishen wrote:i think is good mod, but i hate to see 10000000000000 options when i search
http://www.4seven.de/forum/media/member ... searchuser