Hello everybody, I’m having the following error when I try to remove a bid:
Strict Standards: Non-static method SchedulesData::setBidOnSchedule() should not be called statically in /home/passa540/public_html/core/common/SchedulesData.class.php on line 838
In the line 838 has:
DB::query($sql);
self::SetBidOnSchedule($bid_info->routeid, 0); # -> 838
if (DB::errno() != 0) return false;
return true;
Can anyone help me resolve this error?
Thanks!
Edit: Solved. It was just a jQuery conflict. Here in the forum has several solution for this.
Thanks