Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Guest RSS-Bot

Важное с Sysman.Ru: Ошибка при массовом удалени пользователе

Recommended Posts

Guest RSS-Bot

Song:

Симптомы:

Цитата
При попытке массового удаления пользователей выскакивает ошибка, мол с мускулом чего-то не так. В логе вот это:

Код ошибки: 1064

Сообщение сервера: 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 '...@.......'...@.......'...@.......'...@.......' at line 1

Запрос: DELETE FROM ibf_members_converge WHERE converge_email IN('...@.......'...@.......'...@....)

Найти:

Цитата (sources/action_admin/member.php, функция member_delete_do())
[color=#048284]$this[/color]->ipsclass->DB->do_delete( 'members_converge', "converge_email IN('". implode( "'", [color=#048284]$emails[/color] ) ."')" );

Заменить на:

[color=#048284]$this[/color]->ipsclass->DB->do_delete( 'members_converge', "converge_email IN('". implode( "','", [color=#048284]$emails[/color] ) ."')" );

Share this post


Link to post
Guest RSS-Bot

Song:

Симптомы:

Цитата
При попытке массового удаления пользователей выскакивает ошибка, мол с мускулом чего-то не так. В логе вот это:

Код ошибки: 1064

Сообщение сервера: 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 '...@.......'...@.......'...@.......'...@.......' at line 1

Запрос: DELETE FROM ibf_members_converge WHERE converge_email IN('...@.......'...@.......'...@....)

Решение:

Найти:

Цитата (sources/action_admin/member.php, функция member_delete_do())
[color=#048284]$this[/color]->ipsclass->DB->do_delete( 'members_converge', "converge_email IN('". implode( "'", [color=#048284]$emails[/color] ) ."')" );

Заменить на:

[color=#048284]$this[/color]->ipsclass->DB->do_delete( 'members_converge', "converge_email IN('". implode( "','", [color=#048284]$emails[/color] ) ."')" );

 

Ключевые слова статьи:

массовое удаление пользователей

Share this post


Link to post
Guest RSS-Bot

Song: © IBR

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...