Bruno : Thanks for the tip.

The "upgrade" was broken (for me at least) on 2.0.2 
I didn't get notification to upgrade to 2.0.6 (It would remain stuck in 
"checking for upgrades")
Your suggestion worked well.

-Mandar

On Tuesday, September 4, 2012 4:45:27 AM UTC+5:30, rochacbruno wrote:
>
> If you have access to files (ssh or ftp) you can try to edit this line
>
>  File "...web2py/applications/admin/controllers/default.py" 
> <https://192.168.1.102/admin/default/edit/admin/controllers/default.py>, line 
> 113, in check_version
>
>
>
>     + XML(' <strong class="upgrade_version">%s</strong>' % version_number)
>
>
>
> and change to
>
>
>     + XML(' <strong class="upgrade_version">%s</strong>' % 
> str(version_number))
>
>
>
> Including str(version_number) and saving, now you can try to click on check 
> for upgrade and it will work!
>
>  

-- 



Reply via email to