XFdestek
Kurucu Üye
I'm trying to delete a row:
Code:
And I'm calling it in another method like this:
Code:
But I'm getting this error:
Code:
It keeps pointing to this line:
Code:
The...
Code:
And I'm calling it in another method like this:
Code:
self::deletePending('xf_ill_bfights_uploads', $row['upload_id']);
But I'm getting this error:
Code:
ErrorException: [E_WARNING] Array to string conversion
It keeps pointing to this line:
Code:
'upload_id' => $upload_id
The...