Okay, so I have this imageboard software called "Kusaba X", but I'm having a few problems with it. I had to redeploy my server image a few months back, and I recently re-uploaded all the SQL files and directories. Well, while testing it out, everything worked except the ability to post images. It returns the error "Could not copy uploaded image." I put on debug mode and attempted to reload the HTML files, and it gave me this error:
Code:
(mysqli): SELECT COUNT(DISTINCT `ipmd5`) FROM `kusabaposts` WHERE `boardid` = 1 AND `IS_DELETED` = 0
Error (0):
And a lot of other things that start with (mysqli) and end with Error(0). I've tried replacing the mysqli with mysql, but the same error occurred. Any help on this?
I've made sure that my MySQL database and user were correct and all privileges were granted to the user on the database, btw.