-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with setup of Poderopedia #12
Comments
Hi vsusarla: What database are you using for the backend? Is sqlite? Also, I think that you have a prior version of plug and play installed. You must update the repo from github.... Feel free to send questions |
Hi Juan, Thank you very much for the response! I have Postgres as my DB. I have downloaded the zip of the latest version (after the last update). I looked at the models and the db.py has no mention of the table (which I think what 'relation' means in the error) user_auth. The same version has had a smooth installation in a linux system. As I said I am a newbie and might be missing something very trivial. Thanks a lot for your help! Regards, |
I talked with Venkat and he is switching his development platform to ubuntu. Here are the steps to get poderopedia up and running: cd /home/venkat/ Then: |
Hi Venkat, have you solved the issues or is still open? |
Hi Folks,
I am getting a
ProgrammingError: ('ERROR', '42P01', 'relation "auth_user" does not exist') when I try to run the poderopedia application from http://localhost:8000/admin/default/site.
The traceback shows (among many others), this line
File "C:\Program Files\AIA\Project\web2py\applications\poderopedia\models\db_colaboracion.py", line 15, in
When change the migrate = True to False in the db_colaboracion.py (table name: actualizacion)
It create the table, but I get another error
ERROR', '42P01', 'relation "plugin_stats" does not exist'). I am a newbie and have limited knowledge of web2py and poderopedia. Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: