Jump to content
MakeWebGames

Why?


Sim

Recommended Posts

$iType = $this->getItemType($iTypes[2]);
var_dump($iType);
debug($iType["ParentID"]);

array(5) { ["id"]=> string(2) "24" ["name"]=> string(12) "Hand weapons" ["desc"]=> string(30) "Weapons in hand besides guns. " ["parentID"]=> string(6) "Weapon" ["note"]=> string(27) "Knives, knuckles, ballbats," }

The log file minor.txt is not writable!

There was an error!

File: /home/simmakew/public_html/GL/modul.php
Line: 111
Error: Undefined index: ParentID
Type: E_RECOVERABLE_ERROR

 

Link to comment
Share on other sites

9 hours ago, Tom V said:

ParentID should be parentID ? 

I seen it after I posted it. I been encountering those little errors slot and takes me a few minutes to find the error. It's always the little dumb errors that get me

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