TekWarren

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TekWarren's Achievements

Noob

Noob (1/14)

0

Reputation

  1. The Dev asked me to look at the console also. He asked me to look for something I could not find in either instance (probably me not looking in the right spot...not a developer). I did find these other errors however in the browser console (below). I Tried using Edge today for giggles thinking Chrome was being weird but the issue still persisted. I also discovered I could just start typing the name of the other categories and the matching one would come up and is selectable. That's at least a little easier than switching to the Flutter UI for now. Snips:
  2. Having a quirk with InvoiceNinja and the Dev is stating he can't reproduce. I am latest available docker image...even updated just now as I saw an update available as of yesterday. Seems like an application issue but thought I would ask her as well: When entering an expense, the expense category drop down list will only show one of my 8 categories. If I go into the expense settings, all of the categories are still there. It's odd, it shows a single one from the middle of my list of categories, not the first or last, not alphabetical... If I switch from the default React GUI to Flutter GUI...the issue is not present in Flutter but I have other issues using that interface. I've cleared cache, restarted the container, not sure what else to try as this a single specific thing. Thanks
  3. I am also getting this error on the settings page: There was a problem applying your settings. Debugging information: PHP error (2): fopen(/etc/pihole/dns-servers.conf): failed to open stream: No such file or directory in /var/www/html/admin/scripts/pi-hole/php/savesettings.php:110
  4. Super noob to pihole and unbound but sounded like using the double wammy was the way to go. I'm figuring out pihole but not sure how to really tell if unbound is "working"? When I'm looking at the query log and it shows "answered by 172.0.0.11 #53" does that mean unbound had to go look for that record?
  5. Thanks @TekDRu I did end up getting this working with path changing and email as well. All good here, thanks for the reply!
  6. Looking for some insight on this container. I have an existing instance in a plain docker environment and considering moving it to unRAID docker environment. Invoice Ninja will be a huge consideration. I have installed using this build and tested importing a db backup from my current instance with no problem. Where I start to see issues that folder pathing in this build does not seem to follow the stock pathing. There is Storage and there is "Logo". Is "logo" supposed to be the same as Public in the normal container? I am having trouble matching up the folder paths so I can move over existing files that are uploaded into my standard docker instance. Also having initial issues with sending test email invoices from this unRAID instance. I copied my current production env settings exactly and I got all kinds of odd errors related to auth type on this unRAID instance where it seems to be trying auth types not even specified...but one problem at a time. I mean no disrespect in asking if this is a fully functioning build or is there some other I should try? Thank you