IRC logs for #farmOS, 2018-12-22 (GMT)

2018-12-21
2018-12-23
TimeNickMessage
[20:22:42]* JustTB has quit (Quit: Leaving.)
[16:29:55]<munjoma[m]>mstenta: Hi, I am getting this error with my plans - (Forest Plan, Grazing plan). The error occurs when I click the considerations tab: https://pastebin.com/LSnG9ugn
[16:30:41]<munjoma[m]>On the browser I get:
[16:30:44]<munjoma[m]>Home FarmOs
[16:30:45]<munjoma[m]>Error
[16:30:45]<munjoma[m]>The website encountered an unexpected error. Please try again later.
[16:31:28]<mstenta[m]>munjoma: you can usually find more details in /admin/reports/dblog
[16:32:02]<mstenta[m]>Can you post a bug report to the grazing module GitHub? I'm just headed out
[16:32:58]<munjoma[m]>sure posting the error on github
[16:33:29]<mstenta[m]>Thanks! The dblog details will be the most useful
[16:37:15]<munjoma[m]>done: https://github.com/farmOS/farm_grazing/issues/68
[16:37:29]<munjoma[m]>Thanks for your support
[16:37:42]<mstenta[m]>Thanks! Oh interesting... Looks like you just need to enable the plan considerations modules
[16:37:55]<mstenta[m]>module* (just one)
[16:38:51]<mstenta[m]>Strange that the considerations tab showed up in the first place
[16:39:24]<mstenta[m]>Maybe the module is enabled but the table wasn't created for some reason?
[16:39:33]<mstenta[m]>I'll take a closer look later
[16:39:41]<mstenta[m]>Thanks for the bug report
[16:40:13]<munjoma[m]>> module* (just one)
[16:40:14]<munjoma[m]>I have installed and activated the Grazing and Forest Management modules from github. When I run update.php it says no updates availables
[16:40:55]<munjoma[m]>the Plans I created were assigned ID's 1 and 2
[16:41:05]<mstenta[m]>Go to /admin/modules and search for the Farm Plan Considerations module
[16:41:25]<mstenta[m]>That is a different module that comes with farmOS but is disabled by default
[16:41:33]<mstenta[m]>The grazing module depends on it
[16:42:02]<mstenta[m]>(but the dependency might not be declared in the grazing modules info file)
[16:43:07]<munjoma[m]>ACTION uploaded an image: Screen Shot 2018-12-22 at 11.42.40 PM.png (67KB) < https://matrix.org/_matrix/media/v1/download/matrix.org/KPlmwkOXFbmrruXz... >
[16:43:31]<mstenta[m]>Ah ok thanks
[16:44:39]<mstenta[m]>So for some reason the database table that that module provides did not get created
[16:45:00]<mstenta[m]>Did you experience any errors while you were installing the modules?
[16:45:54]<munjoma[m]>No error experienced. I am happy to reinstall tomorrow (I am running Docker - based on the instructions on the website - using postgres database)
[16:46:30]<mstenta[m]>I would recommend uninstalling and reinstalling the grazing, plan, and consideration modules
[16:47:28]<mstenta[m]>And you need to do a full uninstall, not just disable+reenable
[16:47:28]<munjoma[m]>I will do it tomorrow and update the bug report with the results
[16:47:37]<mstenta[m]>Ok thanks!
[16:47:46]<munjoma[m]>> And you need to do a full uninstall, not just disable+reenable
[16:47:46]<munjoma[m]>noted, thanks
[16:48:16]<mstenta[m]>That's how to get a database table to be created