0

I just got a nice facebook chat style shoutbox which I want to use in my site but it seems that the script has some errors. It would be so kind if you guys have a look on it

I am really getting confused how to debug this... It's showing

Error: SQLSTATE[HY000]: General error: 1210 Incorrect arguments to mysqld_stmt_execute

I don't have any idea where is the error happening in the script.

Jason
  • 15,017
  • 23
  • 85
  • 116
Yush
  • 48
  • 10

1 Answers1

0

Found a post with similar issue that seemed to be because of MySQL. It suggested updating MySQL version. Is this a possibility for you?

mysqli bind_param giving error: (1210) Incorrect arguments to mysql_stmt_execute

Community
  • 1
  • 1
Tomi Niemenmaa
  • 650
  • 4
  • 12
  • Is this possible on shared hosting? @Tomi – Yush Feb 13 '15 at 21:16
  • Some providers might offer few different versions of MySQL server, but if that is not your case then most likely no. – Tomi Niemenmaa Feb 15 '15 at 11:43
  • well... depends how much they want your business, suggest that they upgrade, otherwise search for providers who are upgraded and the system will work with them :) – Martin Feb 21 '15 at 19:12