Have you tried uploading it with no thumbnail?
Your server looks like it has "safe mode" enabled in PHP, which is preventing fopen() from opening the temporary uploaded file. I don't have an immediate solution for that, I will have to go back and find another way to do it.
I just looked at your query once again, and I see the error. This part:
[sql]
'Tetris Champion',
' '$tetrisscore',
[/sql]
Should be:
[sql]
'Tetris Champion',
'#FF0000',
'$tetrisscore',
[/sql]
I'm not sure how it could be changing the query like that. Could you be using some weird thing to cut and paste, or a weird file editor? I'm really stumped on that one.
|