You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm realizing I need to create a small .sql file to import into the database if someone is doing a fresh install, because the code as written depends on there being data there in order to load without errors. I also need to write some exception handling that will work around those same errors and load the site anyway if someone forgets to load the data or doesn't have access to it for some reason. It's a low-priority item, but I'm going to create a ticket here for it anyway as a reminder to myself to clean this up a bit.
The text was updated successfully, but these errors were encountered:
I've run into the same problem myself a couple of times. I've added a bit of tweaking such that the site should load even with an empty database. I'll close this ticket once I've uploaded it.
I'm realizing I need to create a small .sql file to import into the database if someone is doing a fresh install, because the code as written depends on there being data there in order to load without errors. I also need to write some exception handling that will work around those same errors and load the site anyway if someone forgets to load the data or doesn't have access to it for some reason. It's a low-priority item, but I'm going to create a ticket here for it anyway as a reminder to myself to clean this up a bit.
The text was updated successfully, but these errors were encountered: