oenvoyage / brender

Brender is a distributed rendering solution for the 3D animation suite blender. A new version is developed here :
https://github.com/fsiddi/brender
38 stars 9 forks source link

Working hours #7

Closed fsiddi closed 13 years ago

fsiddi commented 13 years ago

When I start the server i get this error:

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /Applications/MAMP/htdocs/brender/brender_server.php on line 129

Is it an issue or my database is not updated at the latest version?

oenvoyage commented 13 years ago

you need to add the rendered_frames table. check the mysql dump andmaybe it needs to have at least one item. if this is the case, we can add one in the mysql dump of installation script.

fsiddi commented 13 years ago

Ok, this is fixed, and I will update the installer also.