user registration
morton
Joined: 2005-09-19
Posts: 52 |
![]() |
Where has User Registration gone? I think I have looked all over for it, but can not seem to find it. Is this something coming in the future? Thanks, |
|
westor
Joined: 2009-05-23
Posts: 21 |
![]() |
really... gone with the wind? Can't find! |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
It never existed in gallery 3. We'll probably write it eventually, but it's not on our roadmap for 3.0 if I recall correctly. Probably more like the 3.1 release. --- |
|
westor
Joined: 2009-05-23
Posts: 21 |
![]() |
Only admin can create user? Hmmmmm |
|
morton
Joined: 2005-09-19
Posts: 52 |
![]() |
Shounds like a good challange for me to see if I can learn about module programming. I'll give it a whack and see if I can contribute something other than my comments. |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
Awesome! |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
http://codex.gallery2.org/Gallery3:Modules:register Dave |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
Hello, system info: |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
The registration module doesn't work with B3. You'll need to grab the latest experimental code. Follow the instructions here: |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
I followed the upgrade directions. There is definetly something missing, or wrong, w/ the themes. The latest full package gallery-gallery3-bd9f945.tar.gz is missing default and admin_default causing gallery3 to toss errors. Using these directories from gallery-gallery3-c527e70.tar.gz has issues as well (no login). I just checked the .zip file for bd9f945 and it's missing the default theams as well. Am I grabbing he wrong package? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
"default" is gone, it's been changed to 'wind'. Extract the zip file you're getting fro here: http://github.com/gallery/gallery3/zipball/master to a new directory, move your /var directory into that new directory and rename the directories. You want to make sure that no old code is left behind, retaining only the /var directory. I'm going to try to rework those upgrade instructions again to see if I can make them less confusing. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
followed your directions: Dang... Something went wrong! I resolved the issue by copying the admin_wind to admin_default and wind to default and now I have login and register and everything looks to be working. Here are the last few enteries in my error log: |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Quote:
I resolved the issue by copying the admin_wind to admin_default and wind to default and now I have login and register and everything looks to be working. That's not going to work. The code in the "admin" theme(s) is old and won't work properly with the current code base. If the wind theme(s) didn't exist, you're not getting the latest code. Get the code here: For your current install delete EVERYTHING except for your gallery3/var directory, then copy/move that directory into your new directory where ever you extract the latest code to. ____________________________________________ |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Oh and once you have the latest code in place visit www.example.com/gallery3/index.php/upgrader where www.example.com/gallery3 should be replaced with your domain and path to your G3 install. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
Let me clarify, I followed your instructions. Downloaded the new zip (a11bf29) Extracted it to ./gallery-gallery3-a11bf29. Moved my gallery3/var into ./gallery-gallery3-a11bf29. Deleted my ./gallery3 directory, then renamed ./gallery-gallery3-a11bf29 to ./gallery3. I copied /modules/register/ (from a contrib file dated 2JAN10 19:30) into ./gallery3/modules/. I pointed my browser to the url for index.php/upgrader. Received an all clear message. Went to my gallery3/index.php url and received the "Dang..." message. I cd'ed into themes, made a copy of the wind directory and named it default, made a copy of the admin_wind directory and named it admin_default. Gallery3 is not* reading wind as the default theme. The only* thing common in each of my builds would be the register module and my ./var directory. Is there something in either of these that would force the default theme to = *default and not allow it to change to *wind? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
I can. Which install package would you like me to use? a11bf29? Also, should I dump the db and create a new one? Or can I re-use the db that was already created by gallery3? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Start completely fresh with what ever comes out of here: New DB, new var directory. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
Grabed gallery-gallery3-284e14d.zip, created a new DB, ran through installer, no issues. Copied register from my backup copy of gallery3/modules, and I'm able to configure it. SO it was either something not being liked in the db or /var. Thanks for all of your help. I will start beating on this copy of gallery to see what further damage I can inflict. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
I guess I need to grab a newer copy of the register module. The one I have allows for self service account creation, but still requires admin validation, even when the check box is slected for validation via e-mail. Or is this not a functional feature yet? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
The most recent version is here: I don't know if there are currently any known bugs with it and I haven't spent a lot of time with it yet. I'll have to check into that. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
Date on the newer contrib (60238dd) are newer, But I still get "Your registration request is awaiting administrator approval" even after I slected the options for "Visitors can create accounts and no administrator approval is required." and "Require e-mail verification when a visitor creates an account" When I look at the advanced section, I see the following: BTW, would you rather this be submitted as a bug for tracking, or are you ok with working this out via forum? |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
I'm not a developer. Please file a bug here: http://sourceforge.net/apps/trac/gallery You can register for free on SourceForge. |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
BUG ID 2899084 submitted |
|
nivekiam
![]()
Joined: 2002-12-10
Posts: 16504 |
![]() |
Please provide a link, because that doesn't look like a bug number from Trac and it doesn't show up here: |
|
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
BOFHMike
Joined: 2010-01-05
Posts: 22 |
![]() |
My bad, I just noticed,my bug went into gallery instead of gallery3. Creating a new one in gallery3 |
|
oto
Joined: 2010-03-22
Posts: 6 |
![]() |
user register dont work yet in G3.01? or im a complete dude... |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
dude: Dave |
|