allanw's profile - activity
2014-03-11 04:50:40 -0600 | received badge | Notable Question (source) |
2013-07-04 04:32:46 -0600 | received badge | Notable Question (source) |
2012-08-27 09:25:15 -0600 | received badge | Popular Question (source) |
2012-08-03 05:31:53 -0600 | received badge | Famous Question (source) |
2012-08-03 05:31:53 -0600 | received badge | Popular Question (source) |
2012-06-29 07:28:39 -0600 | received badge | Famous Question (source) |
2011-02-12 08:09:30 -0600 | received badge | Scholar ( source ) |
2011-02-12 08:09:30 -0600 | marked best answer | Database error when running migrations In my pg_hba.conf I have, approximately These entries must be before " Put your lines above that one. After the file is changed, restart the database daemon process. On my system I do But also you'll need to create a user, databases and assign owner to the databases. To do that, you need to log in as user Then in the database run: If you want to run tests as well, you will need to add privilege to create database, and create database for running the testcases: or add the privilege in the first |
2011-02-11 18:42:12 -0600 | asked a question | Database error when running migrations I've set up a Postgres database ( The problem I'm having is that when I try and run File "/srv/askbot/askbot/management/commands/init_postgresql_full_text_search.py", line 19, in handle_noargs cursor.execute("CREATE LANGUAGE plpgsql") psycopg2.ProgrammingError: must be owner of database askbot Any help with this would be much appreciated. |
2011-02-11 12:59:40 -0600 | received badge | Self-Learner ( source ) |
2011-02-11 12:59:40 -0600 | received badge | Teacher ( source ) |
2011-02-11 11:43:42 -0600 | answered a question | Error: 'No module named keyedcache' Okay, this problem is now solved. I simply added the required site-packages directory to my PYTHONPATH. |
2011-02-11 07:35:59 -0600 | answered a question | Error: 'No module named keyedcache' Yes, I ran |
2011-02-10 20:23:24 -0600 | received badge | Student (source) |
2011-02-10 20:20:56 -0600 | asked a question | Error: 'No module named keyedcache' I'm in the process of setting up Askbot under Apache/mod_wsgi. I cloned the Askbot repo into my virtualenv, then ran the startforum command and specified a project name. I can run the following command: bin/python <project_name>/manage.py shell and then do 'import keyedcache' and it works fine. However, when I try and access the site, I'm seeing the following error in the logs: ImproperlyConfigured: Error importing middleware askbot.middleware.anon_user: "No module named keyedcache" Anyone got any suggestions? |