Jump to content
MakeWebGames

Mass Item


Dragon Blade

Recommended Posts

You previously have successfully installed this mod. The error message you're getting, in this context, means that there isn't a match in your switch() statement

You've probably seen something like this..
 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

..and in your URL, you've probably seen something like: yoursite.com/staff_users.php?action=example
If you're trying to give an "action" that doesn't exist (i.e., isn't in your switch() statement), then you're gonna see that "Error, action required" message.

In a nutshell, make sure that whatever you're clicking on your site is going to the right place.
Note: GETDATA (in this case, the $_GET['action'] bit) is case-sensitive. I.e., "example" is not a match to "Example".

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...