destoon7.0 acquisition module members appear content: the user does not exist / not reviewed

  destoon7.0 acquisition module members appear content: the user does not exist / not reviewed Problem Solution

 /Include/global.func.php found in the file:

 

$user = array_merge($r1, $r2, $r3);

  Replaced by the following code:

  

$user = array_merge((array)$r1, (array)$r2, (array)$r3); 

  

Guess you like

Origin www.cnblogs.com/68xi/p/12233361.html