I was able to get in using a lower-case username. I had to go through the "resend confirmation email" process, but I eventually got in.
Thanks.
Search found 5 matches
- Mon Feb 25, 2008 10:29 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: Can Not Login to joomlacode.org
- Replies: 5
- Views: 3568
- Fri Feb 15, 2008 6:34 pm
- Forum: JoomlaCode - Feedback/Information
- Topic: Can Not Login to joomlacode.org
- Replies: 5
- Views: 3568
Re: Can Not Login to joomlacode.org
I had the same problem. I received the confirmation email, clicked the link, but when I entered the login and password I got "Could not get user." And, thinking I may have flubbed something, I tried to create another user but, of course, ran into the "email address already used by ano...
- Fri Feb 01, 2008 11:33 pm
- Forum: Joombie Coding Q/A
- Topic: Errors from database.php on simple mysql field increment
- Replies: 1
- Views: 3649
Re: Errors from database.php on simple mysql field increment
I was able to answer my own question when I found this post:
http://forum.joomla.org/index.php?topic=248785.msg1141396
As it turns out, you need different $database code when making UPDATE, INSERT, or DELETE sql statements.
I hope this helps the next person scratching their head about it!
http://forum.joomla.org/index.php?topic=248785.msg1141396
As it turns out, you need different $database code when making UPDATE, INSERT, or DELETE sql statements.
I hope this helps the next person scratching their head about it!
- Fri Feb 01, 2008 5:11 pm
- Forum: Joombie Coding Q/A
- Topic: How can I insert a line break in this code?
- Replies: 1
- Views: 722
Re: How can I insert a line break in this code?
Tsubaru - This code is not code that is controlling the output on the page. The code you included here is just a conditional test. You will probably be able to get more help if you better explain what you want to achieve. Are you working with how an article is displayed? If so, are you're looking at...
- Fri Feb 01, 2008 4:58 pm
- Forum: Joombie Coding Q/A
- Topic: Errors from database.php on simple mysql field increment
- Replies: 1
- Views: 3649
Errors from database.php on simple mysql field increment
Hi. I've been working on a custom component, and it's been a lot of fun learning all about Joomla!'s API and generally making things happen. But today I hit a snag I'm not sure how to get around. In my component, when a user answers a question correctly, I want to increment the value of a field in t...