Posted on: 03/10/02 07:12pm
By: efarmboy
Using Ver 1.3.4
As admin, going to event admin to manage a new event that was created by another user or adding a new event with event manager as admin, when saving, getting the following error 1064: You have an error in your SQL syntax near '' at line 1.
I seem to be able to edit and save existing approved events - although event type is always blank.
Any one else have this?
Blaine
Possible answer
Posted on: 03/12/02 05:52pm
By: Anonymous (Anonymous)
With the 1.3.4 release there seems to be all sorts of problems! I'm guessing your problem is like the bug with adding new users... it's not adding anything to the database. I was getting the same error when I added a user and then tried to login with that user. (There is a fix for the user problem BTW in CVS). I've also noticed that if you activate a submission it doesn't appear under the assigned topic.
I have questions
Posted on: 03/13/02 10:54am
By: Tony
What do you mean "activate a submission"? You mean approve a submission? There was a bug where approved articles would default to showing up in the topic only and not on the front page. I added an alter table to the stories table to default this properly in 1.3.4.
Correct, the admin/user.php problem is an embarrassing bug. Users can still create accounts and you can edit accounts but you just can't add users via the admin. The code on thi s page was changed to remove a REPLATE INTO call (which is the work of the devil) which would reset all the user's preference settings.
-----
The reason people blame things on previous generations is that there's only one other choice.
You answered my other question
Posted on: 03/13/02 07:17pm
By: efarmboy
Thanks Tony for answering my other help question - on the Admin
Add User problem I was experiencing. Do you want me to enter it as a bug on SourceForge?
Have you seen the Calendar problem described in this posting?
Thanks,
Blaine
same problems
Posted on: 03/25/02 03:14pm
By: Anonymous (Anonymous)
Re : the users problems, just get the new users.php from CVS and replace the existing one.
Re : Calendar Admin : I'm having the exact same problem. Haven't yet checked CVS to see if there is an update with bugfix.