<div dir="ltr"><div dir="ltr">I also see now that when I try to access the table from inside the admin panel, I get the bellow error message:<div><br></div><div><table class="gmail-meta" style="padding:0px;margin:0px;border:none;border-collapse:collapse;width:1767px;background:transparent;color:rgb(0,0,0);font-family:sans-serif"><tbody style="padding:0px;margin:0px"><tr style="padding:0px;margin:0px"><th style="padding:2px 0.5em 2px 3px;margin:0px;vertical-align:top;width:12em;text-align:right;color:rgb(102,102,102)">Exception Type:</th><td style="padding:2px 3px;vertical-align:top">NotRegistered</td></tr><tr style="padding:0px;margin:0px"><th style="padding:2px 0.5em 2px 3px;margin:0px;vertical-align:top;width:12em;text-align:right;color:rgb(102,102,102)">Exception Value:</th><td style="padding:2px 3px;vertical-align:top"><pre style="padding:0px;margin-top:0px;margin-bottom:0px;font-size:10.5625px;white-space:pre-wrap">The model "WFPDocument" is not registered for translation</pre></td></tr></tbody></table></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jan 14, 2019 at 12:03 PM Dimitris Kar <<a href="mailto:dkarakostis@gmail.com">dkarakostis@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all, <div><br></div><div>I am trying to migrate an application from our GeoNode 2.4 to a geonode-project, which uses the latest stable release (2.8 - dev env). I use a vagrant machine with an Ubuntu 16.04.</div><div>The application has a very similar logic to the Documents app. I am able to access the templates (e.g. file upload map) and I also can see the tables in the sqllite file. Everything seems to work fine but when I try to upload a file I get the below error. I've noticed that file is being actually uploaded cause I can see it under the uploaded/documents/. I thought this might be related with permissions issues of the files but I have checked them and they all use the same permission levels. It seems like the error takes place after the file is uploaded and when I am redirected in the "detail" page of the app. But then again searching a bit  online about the "Errno 71", I see that this could be related to the virtual environment and vagrant? (<a href="https://pythondata.com/vagrant-on-windows/" target="_blank">https://pythondata.com/vagrant-on-windows/</a>)</div><div><br></div><div> Has anyone seen something like that before:</div><div><br></div><div>IOError at /wfpdocs/dsfsdfsd/ [Errno 71] </div><div>Protocol error: '/vagrant/wfp_geonode/wfp_geonode/templates/{\'resource\': <WFPDocument: dsfsdfsd>, \'perms_list\': [u\'add_resourcebase\', u\'change_resourcebase\', u\'change_resourcebase_metadata\', u\'change_resourcebase_permissions\', u\'delete_resourcebase\', u\'download_resourcebase\', u\'publish_resourcebase\', u\'view_resourcebase\'], \'social_links\': [{\'url\': u\'mailto:?subject=dsfsdfsd&body=http:/localhost:8000/wfpdocs/dsfsdfsd/\', \'css_class\': \'email\', \'label\': \'Email\'}, {\'url\': u\'http:/<a href="http://www.facebook.com/sharer.php?u=http:/localhost:8000/wfpdocs/dsfsdfsd/%5C" target="_blank">www.facebook.com/sharer.php?u=http:/localhost:8000/wfpdocs/dsfsdfsd/\</a>', \'css_class\': \'fb\', \'label\': \'Facebook\'}, {\'url\': u\'https:/<a href="http://twitter.com/share?url=http:/localhost:8000/wfpdocs/dsfsdfsd/&hashtags=geonode%5C" target="_blank">twitter.com/share?url=http:/localhost:8000/wfpdocs/dsfsdfsd/&hashtags=geonode\</a>', \'css_class\': \'tw\', \'label\': \'Twitter\'}, {\'url\': u\'https:/<a href="http://plus.google.com/share?url=http:/localhost:8000/wfpdocs/dsfsdfsd/%5C" target="_blank">plus.google.com/share?url=http:/localhost:8000/wfpdocs/dsfsdfsd/\</a>', \'css_class\': \'gp\', \'label\': \'Google +\'}], \'imgtypes\': [\'jpg\', \'jpeg\', \'tif\', \'tiff\', \'png\', \'gif\'], \'related\': \'\', \'permissions_json\': \'{"users": {"admin": ["view_resourcebase", "download_resourcebase", "change_resourcebase_metadata", "change_resourcebase", "delete_resourcebase", "change_resourcebase_permissions", "publish_resourcebase"], "AnonymousUser": ["view_resourcebase", "download_resourcebase"]}, "groups": {"anonymous": ["view_resourcebase", "download_resourcebase"]}}\', \'metadata\': <QuerySet []>}'<br></div><div><br></div><div><br></div><div><br></div></div></div></div>
</blockquote></div></div>