Unidentified index #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I just did a fresh install of both accounthub and inventory, but I keep getting these errors on both sites
Undefined index: filter in C:\Web Server\Apache24\htdocs\stock\pages\items.php on line 16
Undefined index: q in C:\Web Server\Apache24\htdocs\stock\pages\items.php on line 57
(edit) My header also seem to be invisible. I'll attach a screenshot, so you'll get to see what I am dealing with.
(Sorry for the spamming, the edit button doesn't work for some reason)
Now, I seem to have found something really strange in my console tab.
I know very little about this but it seems like it's trying to fetch the stylesheets from my root directory?
I currently have Binstacks installed in a subdirectory called "stock".
To get the colors right, you need to run
git submodule init
followed bygit submodule update
. That will pull in some extra CSS from the Material-Color repository. Then refresh the page and you should be good to go on that. I'll update the documentation soon to reflect that.For the other problem, just make sure your settings.php has
define("DEBUG", false);
in it. The debug mode exists mostly to annoy me so I write better code :)FYI, we don't officially support or test on Windows.
Whoops, I didn't have the email notification system turned on. Posting this comment so your email gets pinged.
Thank you so much. I wish you a nice day.