Free State Project Forum
264406 Posts in 21114 Topics by 34810 Members / Latest Member: CarlotaMo
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 18, 2013, 05:22:24 am

Login with username, password and session length
Search:     Advanced search

Join the FSP

POSTING GUIDELINES and ADVICE FOR NEW MEMBERS

NOTICE: The forum will be down for maintenance beginning at 7PM (NH time) this evening. It should be up again by 9PM. Please forgive the inconvenience and feel free to e-mail arick@freestateproject.org if you have any questions or support requests.

+  Free State Project Forum
|-+  FSP Community
| |-+  Liberty Forum (Moderator: Dreepa)
| | |-+  Registration Issues
« previous next »
Pages: [1]  Go Down Print
Author Topic: Registration Issues  (Read 1509 times)
GeekHeretic
*
Offline Offline

Posts: 17




Ignore
Registration Issues
« on: February 22, 2009, 07:43:32 am »

Been trying for the last hour or so to register.  No matter what selections I choose I receive the following error when I click submit on the first page

Quote
Purchases:


You have not selected anything to purchase.
Please use your browser's back button and try again
.

Thinking it might be an issue with firefox I tried in IE and received the same error. \

Anyone else hit this?

GH
Logged
Dreepa
First 1000
Global Moderator
*****
Offline Offline

Posts: 5163



Re: Registration Issues
« Reply #1 on: February 22, 2009, 08:46:05 am »

Been trying for the last hour or so to register.  No matter what selections I choose I receive the following error when I click submit on the first page

Quote
Purchases:


You have not selected anything to purchase.
Please use your browser's back button and try again
.

Thinking it might be an issue with firefox I tried in IE and received the same error. \

Anyone else hit this?

GH

they are looking into it right now....

Thanks!
Logged
Denis Goddard
First 1000
FSP Participant
*****
Offline Offline

Posts: 2046


Free the Mallocs!


WWW

Ignore
Re: Registration Issues
« Reply #2 on: February 22, 2009, 09:44:15 am »

This should be fixed now. Sorry for any inconvenience. Please try again.

Read on only if you care about the technical details.

FSP-IT geeks may be interested to know, here's what happened.
In the past, I found that, in Drupal, using the URL alias in a <form> tag resulted in Drupal not being able to find the target page. For example:
<form action="/libertyforum/register/process_step_1">
... would result in a 404 error. So, the Liberty Forum registration page had the explicit path:
<form action="http://freestateproject.org/node/1234">
... which worked fine.
Until yesterday.
Presumably the changes that were applied to beef up the website msyteriously broke the above.
Now, the short path, and URL aliases, work just fine -- only the fully-qualified URL is broken. If you use the fully-qualified URL, the target page doesn't get any of the form POST variables. (I didn't test GET)
So in the end the fix was just to change the code to:
<form action="/node/1234">

Logged

"Hagrid"
FSP Participant
*****
Offline Offline

Posts: 1658

We don't need 20K... we just need you to move now.




Ignore
Re: Registration Issues
« Reply #3 on: February 22, 2009, 10:33:21 am »

... would result in a 404 error. So, the Liberty Forum registration page had the explicit path:
<form action="http://freestateproject.org/node/1234">
...
So in the end the fix was just to change the code to:
<form action="/node/1234">

Yes, with the changes (adding boost), a hardcoded url might break, especially if the domain wasn't exactly the same (think www. and no www.)
This is due to boost's method of static paging.
Logged

GeekHeretic
*
Offline Offline

Posts: 17




Ignore
Re: Registration Issues
« Reply #4 on: February 23, 2009, 07:42:00 am »

Interesting. so FSP runs on drupal?  Are you generally happy with it (other then URL wierdness) debating whether is worth climbing the hill to learn it for a local church.

GH
Logged
Denis Goddard
First 1000
FSP Participant
*****
Offline Offline

Posts: 2046


Free the Mallocs!


WWW

Ignore
Re: Registration Issues
« Reply #5 on: February 23, 2009, 10:30:35 am »

Are you generally happy with it
That question has been the source of religious wars almost as long as the FSP has had a website Smiley

In a nutshell, I'd say "yeah, it's good", especially if it's a site you don't have bandwidth to spend a lot of time on, and don't want to make specific customizations to. Take whatever modules are available out-of-the-box and you'll be OK.
Logged

"Hagrid"
FSP Participant
*****
Offline Offline

Posts: 1658

We don't need 20K... we just need you to move now.




Ignore
Re: Registration Issues
« Reply #6 on: February 26, 2009, 08:15:26 pm »

Are you generally happy with it
That question has been the source of religious wars almost as long as the FSP has had a website Smiley

No, it hasn't.  There has been a few complaints here and there, but given that we've had multiple people in the webmaster/development role now, and the site continues to not only run but grow with features, it's a success.
The fact that we _have_ been able to move from one webmaster to the next, and even have others in the wings if need be, is a godsend, in that we don't keep reinventing the wheel each time the personnel changes.  (Of course, I'm biased, I'm the guy who made the switch happen)

Quote
In a nutshell, I'd say "yeah, it's good", especially if it's a site you don't have bandwidth to spend a lot of time on, and don't want to make specific customizations to. Take whatever modules are available out-of-the-box and you'll be OK.

And as someone who build websites professionally, where I do lots of customizations, including both from scratch and modifying existing modules, it's good for that too.  And you don't have to take my word for it.  I've taught others within this community how to use Drupal for development, who have in turn taught others, with all levels of skill from none to moderate, and the number of folks using it continues to grow.  That said, we also have Wordpress fans, for example.
Logged

Pages: [1]  Go Up Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!