the system is a page in php I will be posting here
As the code is too big I put this site to not get giant
Error Print
the system is a page in php I will be posting here
As the code is too big I put this site to not get giant
Error Print
The error says that the buy_know
key is not set to be accessed in some variable. More specifically in this variable: $auctionInfo['buy_know'])
. You probably wanted to type $auctionInfo['buy_now'])
The error lies in this line:
$finishedAuctionOwner->setPremiumPoints($finishedAuctionOwner->getPremiumPoints() + $auctionInfo['buy_know']);