Jump to content
MakeWebGames

Recommended Posts

Posted

I finally got the thing working and i cant add a item to the game. it says You missed one or more of the fields. Please go back and try again. I put everything in besides the item type because there's no option in the drop down box.

Posted

Re: Adding an item to the game

This      Fatal error: Call to a member function query() on a non-object in /www/****.com/*/*/*/**********/htdocs/forums.phpon line 703

oh i accidentally made my user level secretary can i go back to admin without going on installer.php

Posted

Re: Adding an item to the game

i had the same error but when i hit go back it took me to admin.php but i did not have amdin.php does that mean i have a file missing or is the code incorect?. i hope i dont have a file missing

Posted

Re: Adding an item to the game

Step 1:once you are in you database then go to table called users and click it

Step 2: once you clicked it ,the users table will appear with all its fields

Step 3: then go to the top of the page and you will find a link called Browse

Step 4: once you found the browse link ,click it and you will get directed to all the user infomation

Step 5: once you get directed to the users information then find you user name and next to it will be a little symbol that looks like a pen

Step 6: once you find that pen sign click it and then you information will appear, scroll down until you find the field user_level

Step 7: once you found that field change it to 2 and go right at the bottom and click go and you should be all sorted

(Note: click the go that is right under the last field)

Posted

Re: Adding an item to the game

In forums, find the delete function (near the bottom I guess) and find something that looks like...

 

global $ir, $c, $userid, $h, $bbc;

 

You need to add $db in there.

 

global $ir, $c, $userid, $h, $bbc, $db;

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...