Quote:
Originally posted by Mrpolish
I get an error when trying to open itemshop.php
Invalid SQL: SELECT field5 FROM userfield WHERE userid=1
mysql error: Unknown column 'field5' in 'field list'
mysql error number: 1054
And also an error when i try to open heal.php
Invalid SQL: SELECT items_user.bankval, userfield.field5 FROM items_user, userfield WHERE items_user.userid='1' AND userfield.userid='1'
mysql error: Unknown column 'userfield.field5' in 'field list'
mysql error number: 1054
I installed both rpg and items.
And also it shows i am in battle and that battle does not exist, how i can delete that.
vb ver 2.2.8
hack ver.56
|
Something did not go right when you ran install_itemshop_items.php. Either that, or you have not properly filled in the point field name in the "Edit Itemshop Options" menu in the admin cp. To figure out what went wrong, in the admin cp go to the modify user profile fields screen and check for a field called Points. If there is not a field called points, then create a new one called "points" and make it hidden to the user, not required, and not editable. After adding it, use the following instructions to get it working:
Quote:
Originally posted by mli
Mrpolish try this:
1. Go to your admin panel
2. Go to modify user profile fields
3. Find the Point profile field
4. Right click over the edit link and go to copy shortcut
6. Copy it in your browser
7. Near the end there will be a number. Remember that number
8. Go to edit the itemshop options
9. In the top option put in field# and replace number with the number you recorded in step 7.
It worked for me :banana:
|
If there is already a field called Points, then use the above instructions to get it working. If none of this works, then let me know.
Could you explain a little more about the battle problem?