Can't create a new user - value not quoted
I just installed YACS, and when I try to create a new user I get the following error (with some items deleted):
Error: INSERT INTO `db105437196`.`yacs_users` SET email= .... avatar_url='', with_newsletters=N, posts=0, ... edit_date='2004-07-02 21:21:20', login_date='' 1054: Unknown column 'N' in 'field list'
It looks like the problem is that the N rom with_newsletters isn't being quoted. I'm sure it is a simple change, but what file do I edit to fix it?
Error: INSERT INTO `db105437196`.`yacs_users` SET email= .... avatar_url='', with_newsletters=N, posts=0, ... edit_date='2004-07-02 21:21:20', login_date='' 1054: Unknown column 'N' in 'field list'
It looks like the problem is that the N rom with_newsletters isn't being quoted. I'm sure it is a simple change, but what file do I edit to fix it?
| Bernard from nearby-an-airport Associate, 6796 posts | The bug has been spotted in the file users/users.php, at the function post().It has been fixed some weeks ago, but the monthly archive you have used has not been updated yet. You can browse index.php and download the most recent files from the overnight archive. |
Rate this page
Posted by Korfhage on Jul. 3 2004, commented by Bernard on Jul. 3 2004, (popular)