On Tue, Jun 22, 2010 at 4:00 AM, gemmes <[email protected]> wrote: > Hi all, > > New to Boltwire, hopefully someone can help, I tried first install > yesterday (Linux Server). I am getting errors locally and on my server > when trying to setup admin user. (Note: admin user has been changed to > myuser as I was getting different error when left as admin) > > <strong>Server</strong> > error when registering admin user: > <strong>Form submitted. Data fields have been saved. New account > successfully created. Incorrect member name or password.</strong>
One thing to check is to go into your field directory and see if a pages folder has been created, and if there is a page inside it called login.myuser. If not, BoltWire does not have permissions to create the page. I'm not sure why it is saying the account was successfully created--according to the code the page must exist to get that message--but maybe there's a glitch somewhere. But it would certainly explain the last error message about an incorrect member name or password. Can you tell me if that page exists... > <strong>Local</strong> > constant error: > <strong>Notice: Undefined index: errors in /path/to/folder/boltwire/ > barn/scripts/engine.php on line 18</strong> > error when registering admin user: > <strong>An error occurred. Form could not be processed.</strong> I'm assuming the first error is a php error, and the second a BoltWire message. Is that correct? As for the first, I have no clue. From what I could find in the php docs, it may be a bug (#35785), in which case an upgrade to a later version of php might help. What version are you using? The second is a BoltWire error message produced by a form submission that looks like a possible hacker. Namely an expired session or more likely when you are playing with the same form on multiple windows in your browser. I would ignore it. When you see it, simply redo the action. And avoid using multiple pages when editing or some other action on the same page. > many thanks Hope this helps. Let me know if you still can't get it to work. Once you get your server settings right, you should be good to go. Cheers Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
