Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 MySQL error: 1064
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: MySQL error: 1064
It looks like you have a very odd modification to your board.
I cannot guarantee that this won't prevent any further errors, as MyBB (1.2.x) itself was never designed to handle field names with spaces, but you can try this:
In inc/myplaza/myplaza_general.php
Find:

Code:
('.implode(',', $fields).')

Replace with:

Code:
(`'.implode('`,`', $fields).'`)


See if that works.



Just out of interest - which modification adds the "Celebrity Shop,Games Consoles,Apple Store" fields to your users table?


My Blog
(This post was last modified: 05-25-2008 04:47 PM by ZiNgA BuRgA.)
05-25-2008 04:46 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
MySQL error: 1064 - mikeyz54 - 05-24-2008, 03:54 AM
RE: MySQL error: 1064 - ZiNgA BuRgA - 05-25-2008 04:46 PM
RE: RE: MySQL error: 1064 - mikeyz54 - 05-25-2008, 05:49 PM

 Standard Tools
Forum Jump: