vavavr00m / noserub

Automatically exported from code.google.com/p/noserub
0 stars 0 forks source link

SQL errors when calling system/update #313

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a new NoseRub installation (from the development branch) with an
empty database
2. Call /jobs/<admin_hash>/system/update

What is the expected output? 
The database migrations should be executed.

What do you see instead?
Many SQL errors due to the execution of many "describe" statements.

This problem is caused by WidgetsController::navigation(), because it uses
model functionality. 

Not sure how we want to solve this issue, maybe with a special layout?

Original issue reported on code.google.com by dhofs...@gmail.com on 24 May 2009 at 3:23

GoogleCodeExporter commented 9 years ago
fixed in revision 1585

Original comment by dirk.olb...@gmail.com on 2 Jun 2009 at 1:37