Thread: darn it
View Single Post
  #19  
Old 02-23-2011, 03:44 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,455
fadillzzz is an unknown quantity at this point
Default

The prefix_adoptables is missing 2 fields pricestatus & pricevalue

The insert query in nadopt.php:
Code:
INSERT INTO ".$prefix."adoptables VALUES ('', '$name', '$description','$eggimage','$cba','$promocode', '$freqcond', '$number','$datecond','$date','$adoptscond','$maxnumcond','$morethannum','$usergroupcond','$usergroups','$alternates','$altoutlevel','$altchance','$pricestatus','$pricevalue')
Either remove those 2 variables from the insert query or add 2 fields to the table.
Reply With Quote