MyBB Community Forums

Full Version: Albums plug-in error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to test it by uploading an image to my album and I got this error.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'uploads/profilealbums/album_1_13_12_11_9_52_06.png','630','900','All my pictures' at line 3
Query:
INSERT INTO mybb_albums (uid,name,image,height,width,description) VALUES ('1','Fusious'','uploads/profilealbums/album_1_13_12_11_9_52_06.png','630','900','All my pictures')
This is most definitely urgent. Please get back to me.
Is there not a single person able to help me? :/
The profile album plugin trows errors depending in the user, I think, haha.

No, really, many people report bugs in it, but it works great in my board with many, really many, plugins.
Wait so you're saying it depends on the user or the boards?
Why is there 2 single quotes after Fusious?
INSERT INTO mybb_albums (`uid`,`name`,`image`,`height`,`width`,`description`) VALUES ('1','Fusious','uploads/profilealbums/album_1_13_12_11_9_52_06.png','630','900','All my pictures')
Try that.
What do I edit to edit that? I'm not sure where I go to edit it. Like what file