Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Rüdiger

Admin CP gibt Fehlermeldung bei...

Recommended Posts

Hallo,

ich verwende für eine kleine Seite ein Board in der Version 2.0.0 PDR3

Ich bekomme bei dem Versuch Accounts die unter "Validating" stehen freizuschalten folgende Fehlermeldung:

Warning: Invalid argument supplied for foreach() in /data/members/free/tripod/de/a/l/d/aldta/htdocs/sources/admin/ad_member.php on line 733

Ach ja, ich nutze ein freis Angebot von Lycos.

weiß jemand Rat?

Gruß

Rüdiger

Share this post


Link to post

Hallo Stefan,

mehr steht da nicht. Dann fängt das ACP-Fenster an.

:(

Uuups,

Du meinst aus dem Quell-Code:

//---------------------------------------------------------------------------------

	//

	// Moderation control...

	//

	//---------------------------------------------------------------------------------


	function domod() {

  global $ibforums, $DB,  $std;

  

  $ids = array();

  

  foreach ($IN as $k => $v)

  {

 	 if ( preg_match( "/^mid_(\d+)$/", $k, $match ) )

 	 {

    if ($ibforums->input[ $match[0] ])

    {

   	 $ids[] = $match[1];

    }

 	 }

  }

  

  //-------------------

so stehts im Quell-Code

Gruß

Rüdiger

Edited by Rüdiger

Share this post


Link to post

Auf die Schnelle, ohne groß nachzuschauen, versuch mal folgendes.

Ändere

  global $ibforums, $DB,  $std;
in
  global $ibforums, $DB,  $std, $IN;

Share this post


Link to post

Hallo Stefan,

war es auch nicht. Es kommt übrigens noch dieser hinweis:

Admin CP Message

You did not select any members to approve or delete

Gruß

Rüdiger

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×