View Single Post
  #28  
Old 02-15-2016, 12:31 AM
Corsair's Avatar
Corsair Corsair is offline
Member
 
Join Date: Jan 2012
Posts: 128
Gender: Female
Credits: 11,491
Corsair is on a distinguished road
Default

Unrelated to my last post but I'm having a issue with key items being able to be sold in the inventory.

I saw:
Quote:
if($item->category !== "Key Items") {
So I assumed if the category was "Key Items" that would fix it but I got a error.
Quote:
Catchable fatal error: Argument 1 passed to GUIContainer::add() must be an instance of GUIComponent, null given, called in /home/monstari/public_html/view/inventoryview.php on line 72 and defined in /home/monstari/public_html/classes/class_guicontainer.php on line 361
I tried to I tried to figure it out but I am stumped. I am not to far along my php studies so maybe the fix is right in front of my face but I can't see it.
Reply With Quote