First time here? Check out the FAQ!

william's profile - activity

2019-12-25 11:16:38 -0500 received badge Notable Question (source)
2015-01-14 16:26:23 -0500 received badge Notable Question (source)
2014-12-04 03:11:54 -0500 received badge Popular Question (source)
2014-05-03 12:11:21 -0500 received badge Notable Question (source)
2014-05-03 12:11:21 -0500 received badge Popular Question (source)
2013-04-04 14:55:16 -0500 received badge Popular Question (source)
2012-11-13 10:24:04 -0500 received badge Famous Question (source)
2012-10-23 11:54:40 -0500 received badge Taxonomist
2012-07-23 14:26:22 -0500 received badge Famous Question (source)
2012-07-23 03:21:48 -0500 received badge Famous Question (source)
2012-07-20 03:13:58 -0500 received badge Famous Question (source)
2012-03-26 23:32:01 -0500 received badge Notable Question (source)
2012-02-22 17:58:08 -0500 received badge Popular Question (source)
2012-01-02 16:35:54 -0500 commented question Ability to only show users with gravatars

@piskvorky: where is the setting to allow for custom photo uploads? I don't see this on admin?

2011-12-29 16:03:41 -0500 commented question Ability to only show users with gravatars

I agree - it doesn't look great with only the placeholder gravatars. Looking forward to the ability for users to upload their own photos without Gravatars.

2011-12-28 19:17:38 -0500 commented question Facebook connect now activated?

This is a very significant issue - particularly since Gravitar is the only other way to get profile photos (not really elegant at all). I'm sure you have a lot on your place, but can you please prioritize the fix for the Facebook login?

2011-12-28 08:52:18 -0500 commented answer How do I upload a photo without using Gravatar?

I think this is a serious liability for a community site. Most people are not going to take the extra step of going to register with Gravitar. I realize this system is working for some of the more technical forums, but regular non-technical people won't take the extra time to go to another site and register.

2011-12-26 15:49:52 -0500 asked a question How do I upload a photo without using Gravatar?

How do I upload a photo without using Gravatar?

2011-12-14 14:17:44 -0500 commented question edit profile view outdated

Same problem over here - looks like the only way to upload a profile photo is to create a Gravitar?

2011-12-09 05:05:19 -0500 received badge Necromancer ( source )
2011-12-09 05:05:19 -0500 received badge Teacher ( source )
2011-12-06 19:54:13 -0500 answered a question sandbox or demo instance?

I agree a sandbox instance would be very useful. Or at least some info on what can be customized via admin.

2011-12-06 16:28:07 -0500 asked a question On first Settings page login, error: "Database is locked"

I'm logging into the Settings page for the first time on my new install on my local machine (Mac OSX). It now gives me a database error, "DatabaseError at /settings/ - Database is Locked"

Any suggestions for me?

Here is the Error Traceback


Request Method: GET
Request URL: http://127.0.0.1:8000/settings/

Django Version: 1.3.1 SVN-17168
Python Version: 2.6.1
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'django.contrib.humanize',
 'django.contrib.sitemaps',
 'askbot',
 'askbot.deps.django_authopenid',
 'south',
 'askbot.deps.livesettings',
 'keyedcache',
 'robots',
 'django_countries',
 'djcelery',
 'djkombu',
 'followit']
Installed Middleware:
('django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'askbot.middleware.anon_user.ConnectToSessionMessagesMiddleware',
 'askbot.middleware.forum_mode.ForumModeMiddleware',
 'askbot.middleware.pagesize.QuestionsPageSizeMiddleware',
 'askbot.middleware.cancel.CancelActionMiddleware',
 'django.middleware.transaction.TransactionMiddleware',
 'askbot.middleware.view_log.ViewLogMiddleware',
 'askbot.middleware.spaceless.SpacelessMiddleware')


Traceback:
File "/Library/Python/2.6/site-packages/django/core/handlers/base.py" in get_response
  178.                 response = middleware_method(request, response)
File "/Library/Python/2.6/site-packages/django/contrib/sessions/middleware.py" in process_response
  36.                 request.session.save()
File "/Library/Python/2.6/site-packages/django/contrib/sessions/backends/db.py" in save
  63.             obj.save(force_insert=must_create, using=using)
File "/Library/Python/2.6/site-packages/django/db/models/base.py" in save
  460.         self.save_base(using=using, force_insert=force_insert, force_update=force_update)
File "/Library/Python/2.6/site-packages/django/db/models/base.py" in save_base
  553.                     result = manager._insert(values, return_id=update_pk, using=using)
File "/Library/Python/2.6/site-packages/django/db/models/manager.py" in _insert
  195.         return insert_query(self.model, values, **kwargs)
File "/Library/Python/2.6/site-packages/django/db/models/query.py" in insert_query
  1436.     return query.get_compiler(using=using).execute_sql(return_id)
File "/Library/Python/2.6/site-packages/django/db/models/sql/compiler.py" in execute_sql
  791.         cursor = super(SQLInsertCompiler, self).execute_sql(None)
File "/Library/Python/2.6/site-packages/django/db/models/sql/compiler.py" in execute_sql
  735.         cursor.execute(sql, params)
File "/Library/Python/2.6/site-packages/django/db/backends/util.py" in execute
  34.             return self.cursor.execute(sql, params)
File "/Library/Python/2.6/site-packages/django/db/backends/sqlite3/base.py" in execute
  234.             return Database.Cursor.execute(self, query, params)

Exception Type: DatabaseError at /settings/
Exception Value: database is locked
2011-12-06 16:01:36 -0500 marked best answer Create Admin User Error - "CSRF verification failed. Request aborted."

Please put instead an IP address - the 'localhost' value won't work.

Usually you get '127.0.0.1' as the localhost IP address.

2011-12-06 16:01:36 -0500 received badge Scholar ( source )
2011-12-06 01:02:48 -0500 asked a question Create Admin User Error - "CSRF verification failed. Request aborted."

I have installed a version of Askbot on my local machine (Mac OSX). It works fine, except that it won't let me lot into the admin at all, so I cannot create an admin user.

I get the message "CSRF verification failed. Request aborted." when I try to log into admin/create a user profile.

I see previous threads suggest this is due to to mis-configuration of CSRF_COOKIE_DOMAIN in settings.py. I have set this to 'localhost' -- this obviously is not working.

A separate thread on Django suggested I solve the problem by adding two lines to settings.py Middleware section -- this did not work either:

'django.middleware.csrf.CsrfViewMiddleware', 'django.middleware.csrf.CsrfResponseMiddleware',

Any suggestions for me?

2011-12-04 15:10:48 -0500 asked a question AlwaysData Install internal server error.

I followed the instructions on how to install Askbot on AlwaysData. I got as far as the final step, successfully completed the install and db migration. However, when I go to the web page to view the installed program, I get an internal server error which tells me to check the logs (see below).

Note: I am a complete noob to Python, so any help appreciated!

This is the server log message:

Sun Dec 04 18:10:06 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 18:10:06 2011] [notice] Digest: done
[Sun Dec 04 18:10:06 2011] [info] mod_fcgid: Process manager 2738364 started
[Sun Dec 04 18:10:06 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
[Sun Dec 04 18:10:06 2011] [info] Server built: Sep  7 2011 12:27:52
[Sun Dec 04 18:33:26 2011] [notice] SIGUSR1 received.  Doing graceful restart
[Sun Dec 04 18:33:26 2011] [info] mod_fcgid: Process manager 2738364 stopped
Warning: DocumentRoot [/home/floranext1/django_site_public/ ] does not exist
[Sun Dec 04 18:33:26 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 18:33:26 2011] [notice] Digest: done
[Sun Dec 04 18:33:26 2011] [info] mod_fcgid: Process manager 2771407 started
[Sun Dec 04 18:33:26 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
[Sun Dec 04 18:33:26 2011] [info] Server built: Sep  7 2011 12:27:52
[Sun Dec 04 18:40:40 2011] [info] removed PID file /home/floranext1/admin/apache/run/apache.pid (pid=2738359)
[Sun Dec 04 18:40:40 2011] [notice] caught SIGWINCH, shutting down gracefully
[Sun Dec 04 18:40:41 2011] [info] mod_fcgid: Process manager 2771407 stopped
[Sun Dec 04 19:00:34 2011] [notice] Digest: generating secret for digest authentication ...
[Sun Dec 04 19:00:34 2011] [notice] Digest: done
[Sun Dec 04 19:00:34 2011] [info] mod_fcgid: Process manager 2807860 started
[Sun Dec 04 19:00:34 2011] [notice] Apache/2.2.20 (Debian) mod_fcgid/2.3.6 configured -- resuming normal operations
Read from remote host ssh.alwaysdata.com: Operation timed out2:27:52
Connection to ssh.alwaysdata.com closed.nt 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
william-osheas-macbook-pro:~ woshea$ lient 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
[Sun Dec 04 19:05:10 2011] [error] [client 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$
[Sun Dec 04 19:05:26 2011] [error] [client 76.103.91.204] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if nec$