If this helps.
I noticed two things happen after I install the web2py script.
- standard installation script - the welcome application works fine
- edit the db.py file to switch from SQLITE to MYSQL
db =
DAL('mysql://myusername:mypwd@localhost/databasename',pool_size=1,check_reserved=['all'],migrate=False)
then re-enter the URL and now I get auth_user table already exists
error. The mysql database has already been created with the tables and
then
hit F5 again in the browser then I get the 504 error.
On Sunday, December 30, 2012 6:09:17 PM UTC-5, wdtnh wrote:
>
> Upgraded my web2py application on webfaction to latest version 2.3.2. -
> actually did a clean installation of web2py both locally and remotely.
> Created a new version of the mysql database instance as well - both local
> and remotely.
>
> Clean installation locally as well including database. Everything running
> fine locally.
>
> I'm getting an ERROR 504.gateway timeout on my live site and no clue.
> Been troubleshooting for over 20 hours and would appreciate any suggestion
> as to what might be going on.
>
> Thanks in advance.
>
>
>
--