View Single Post
  #108  
Old 01-18-2012, 09:25 AM
druid64
Fire Beetle
 
Join Date: Dec 2011
Posts: 20
Default

I just installed the latest peqphoeditor from the svn r313 for peq rev2092 and I am getting errors on things. This is the error i see above the sections like npc spawns loot and items

Code:
Notice: Undefined variable: version in /peqphpeditor/lib/headbars.php on line 335

Notice: Undefined variable: version in /peqphpeditor/lib/headbars.php on line 340
While viewing an item I also get this this error right above the item box plus the 2 messages above
Code:
Notice: Undefined variable: errors in /peqphpeditor/templates/items/items.edit.tmpl.php on line 1
I can view the items but when i tryto save things I get a giant page of errors like
Code:
Notice: Undefined variable: version in /peqphpeditor/lib/headbars.php on line 335

Notice: Undefined variable: version in /peqphpeditor/lib/headbars.php on line 340

Notice: Undefined variable: name in /peqphpeditor/lib/items.php on line 362

Notice: Undefined variable: itemtype in /peqphpeditor/lib/items.php on line 363

Notice: Undefined variable: lore in /peqphpeditor/lib/items.php on line 364

Notice: Undefined variable: itemclass in /peqphpeditor/lib/items.php on line 365

Notice: Undefined variable: stackable in /peqphpeditor/lib/items.php on line 366

Notice: Undefined variable: stacksize in /peqphpeditor/lib/items.php on line 367

Notice: Undefined variable: maxcharges in /peqphpeditor/lib/items.php on line 368
php 5.3 and mysql 5.1 thanks
Reply With Quote