Jump to content

[SOLVED] Remove Bid Error


brunoquadros

Recommended Posts

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

Edited by brunoquadros
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.   Restore formatting

  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.

Loading...
×
×
  • Create New...