Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1225: array_shift() [function.array-shift]: The argument should be an array
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1226: array_unshift() [function.array-unshift]: The first argument should be an array
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1228: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'validate_' was given
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3619
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3621
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3622
Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3623
Sascha Mueller wrote:We have some problems when some user have edited his/her profile. Then the following error message will be shown:
Alle changes where saved, all is o.k., but this error messages are not so nice.Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1225: array_shift() [function.array-shift]: The argument should be an array [phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1226: array_unshift() [function.array-unshift]: The first argument should be an array [phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1228: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'validate_' was given Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3619 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3621 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3622 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3623
Can somebody help?
I've done this code-changes:shantoo wrote:Sascha Mueller wrote:We have some problems when some user have edited his/her profile. Then the following error message will be shown:
Alle changes where saved, all is o.k., but this error messages are not so nice.Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1225: array_shift() [function.array-shift]: The argument should be an array [phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1226: array_unshift() [function.array-unshift]: The first argument should be an array [phpBB Debug] PHP Notice: in file /includes/functions_user.php on line 1228: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'validate_' was given Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3619 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3621 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3622 Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php:2956) in /var/www/vhosts/newmini-technik.de/httpdocs/includes/functions.php on line 3623
Can somebody help?
This is already reported in this topic, Check the previous page's please for help.
Gremlinn wrote:OPEN:
includes/functions_user.php
FIND:REPLACE WITH:Code: Select all
if ((strpos($attribute, 'group_avatar') === 0 || strpos($attribute, 'group_rank') === 0 || strpos($attribute, 'group_flag') === '') && !$group_attributes[$attribute])
Code: Select all
if ((strpos($attribute, 'group_avatar') === 0 || strpos($attribute, 'group_rank') === 0 || strpos($attribute, 'group_flag') == '') && !$group_attributes[$attribute])
but it dosn't work.justhink wrote:OPEN includes/functions_user.php
FIND
Code: Select all
remove_default_flag($group_id, $sql_where_ary[$gid]);
and comment it out :
Code: Select all
// remove_default_flag($group_id, $sql_where_ary[$gid]);
Code: Select all
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_id = 66' at line 6 [1064]
SQL
UPDATE phpbb_users SET user_flag = '' WHERE group_id = 7 AND user_flag <> '' AND user_flag = AND user_id = 66
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/functions_user.php
LINE: 2906
CALL: dbal_mysql->sql_query()
FILE: includes/functions_user.php
LINE: 3054
CALL: remove_default_flag()
FILE: includes/acp/acp_users.php
LINE: 1861
CALL: group_user_attributes()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_users->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Code: Select all
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_id = 55' at line 6 [1064]
SQL
UPDATE phpbb_users SET user_flag = '' WHERE group_id = 5 AND user_flag <> '' AND user_flag = AND user_id = 55
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_user.php
LINE: 2922
CALL: dbal_mysql->sql_query()
FILE: includes/functions_user.php
LINE: 3068
CALL: remove_default_flag()
FILE: includes/acp/acp_users.php
LINE: 1880
CALL: group_user_attributes()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_users->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
I'm gettiong ready for a complete overhaul under the hood of my boards, and taking her up to 3.0.1, but I wanted to check in with this mod, and verify this situation.Jackanape wrote:The sort option doesn't seem to work in my memberlist. Is this an error on my part, or is this a larger problem?
Code: Select all
phpBB Debug] PHP Notice: in file /includes/ucp/ucp_profile.php on line 360: Undefined index: FLAG_ERROR
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3663: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3665: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3666: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3667: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2961)
Code: Select all
General Error
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND user_id = 6541' at line 6 [1064]
SQL
UPDATE phpbb_users SET user_flag = '' WHERE group_id = 6466 AND user_flag <> '' AND user_flag = AND user_id = 6541
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: includes/functions_user.php
LINE: 2905
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_user.php
LINE: 3050
CALL: remove_default_flag()
FILE: includes/acp/acp_users.php
LINE: 1887
CALL: group_user_attributes()
FILE: includes/functions_module.php
LINE: 471
CALL: acp_users->main()
FILE: adm/index.php
LINE: 76
CALL: p_master->load_active()