
Category I
Category II
Category III
Yes. Student Union has elections several times a year. If you lose one election, you can always run again in the next one. Additionally, you do not have to be elected to participate in Student Union. If you are interested in getting involved, please contact the chair of the Recruitment and Retention committee at administration@su.wustl.edu
The underpass can be reserved by filling out the Underpass Reservation Form.
Here is a list of regular Student Union meetings.
Answer
Answer
Drupal works by using one file, index.php, to serve content from different parts of the site. For example, when you request a page on the SU site, the web server "rewrites" the URL and redirects to index.php (this is called Clean URLs):
http://su.wustl.edu/resources/how-things-work
becomes
http://su.wustl.edu/index.php?q=resources/how-things-work
The default Drupal installation assumes that the site is at the domain root, which causes problems for installations in subfolders as well as for installations that are being developed through the given alternate URL (e.g. http://su.wustl.edu/~groupname).
There are a couple of solutions that you can use to develop on your alternate URL or while waiting for your subdomain DNS request to go through.
.htaccess.htaccess in your document root. There, you'll find a line that reads:
# RewriteBase /drupal
Modify this line by deleting the '#' sign and changing the '/drupal' to the URL path of your site. For example, if you are developing your site at http://su.wustl.edu/~groupname/drupal, change that line to read
RewriteBase /~groupname/drupal
Once your subdomain DNS request has been completed, change that line back:
RewriteBase /If you continue to have problems, please create a trouble ticket.
Unfortunately, regular FTP is not enabled on the server because of the security risks it poses (because FTP is not secured, it is possible for someone snooping around the network to detect and steal user's passwords while transferring).
There are two ways that you can upload your files to the server without FTP.
If you need further assistance, please create a trouble ticket.
Squirrelmail has been disabled on the old SU server (sugroups.wustl.edu) and can no longer be accessed through the web interface. You can still get access to your old emails, address book, and signature, however.
Emails
To access your old emails, please use the following tutorial to migrate messages between your old and new SU email accounts:
Migrate Email between your Old and New SU Email Accounts
Address Book, Preferences, and Signature
This information is stored in text files in the Squirrelmail data folder. Please file a trouble ticket to request any of this information.
The contact information listed on the student group directory is used for mailings to student group presidents and treasurers. If you are incorrectly listed as a group officer or the information on the site is outdated, please update your group's contact information at http://su.wustl.edu/account-information.
If you forgot your group's login information and you are currently listed as the president, you can request a login link at http://su.wustl.edu/user/password; the link will be sent to the email address listed for the student group president.
If you are not listed as the president or do not have access to the aforementioned email account, please send an email to sgac@su.wustl.edu with your group's new contact information and we will update the site.
You first need to create an account on the new web server. View the create a new web account tutorial »
Because many of the sites on the old SU server are old and outdated, many of them contain security vulnerabilities that can compromise your site and those of other student groups; therefore, copying a site directly from the old to the new server is discouraged.
You can create a site from scratch in minutes without any programming knowledge by using the Drupal template wizard. The site the wizard creates will already contain common site functions such as menus, user authentication, and content management; it is easily updated. Alternatively, you can create a new site manually.
If you are confident that your old site is up-to-date and secure, you can follow this tutorial »
When you create a web account on the new SU server, the SU site automatically assumes a subdomain based on your group email address ([group]@su.wustl.edu). This subdomain is displayed as the Site URL on the web hosting / email account portal.
Once your site development is complete, you can request that this subdomain point to your new site by clicking the Request DNS Update button on the web hosting / email account portal.
If the subdomain is available, the update should complete within two business days. If the subdomain is owned by another department, it may take longer.
View the create a new web account tutorial »
A number of factors could prevent the server from automatically creating your new web account or automatically installing Drupal. The webmaster will need to research your specific situation and help you move forward.
Use the trouble ticket page to create a trouble ticket. Make sure to describe what you were doing and to include:
The webmaster will get back to you with more information.
No events listed for today.
All material is copyright © 2009 Washington University in St. Louis unless otherwise noted. For additional information or to provide feedback, contact the webmaster.