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
Is this a fresh install or an upgrade? Fresh Install
Version of Snipe-IT you're running v4.1.11-pre - build 3307 (master)
Version of PHP you're running PHP 7.2.1
Version of MySQL/MariaDB you're running 10.1.30-MariaDB
What OS and web server you're running Snipe-IT on Win7, XAMPP 7.2.1-0
What method you used to install Snipe-IT (install.sh, manual installation, docker, etc) Composer install
WITH DEBUG TURNED ON, if you're getting an error in your browser, include that error
_(1/1) ErrorExceptioncount(): Parameter must be an array or an object that implements Countable
in SettingsController.php (line 319)
at HandleExceptions->handleError(2, 'count(): Parameter must be an array or an object that implements Countable', 'C:\xampp\htdocs\app\Http\Controllers\SettingsController.php', 319, array('request' => object(Request), 'setting' => object(Setting)))_
What specific Snipe-IT page you're on, and what specific element you're interacting with to trigger the error ../admin/settings
If a stacktrace is provided in the error, include that too.
Include any additional information you can find in storage/logs and your webserver's logs. (pasted in stack trace)
Include what you've done so far in the installation, and if you got any error messages along the way. Installed successful, Created a user, created a consumable and played with checkouts on that item (which is having issues adjusting quantities and with min QTY. this is already an open case, but just mentioning it since part of what I did during the install), Changed branding but noticed logo not showing. after logging out, noticed logo showing on logon page, Tested emails successfully. Tried to adjust EULA and noticed I couldn't (error). Tried adjusting anything on that page and noticed even changing the checkboxes calls the error. Tried php upgrade.php and cleared cookies/cache and tried changing admin/settings values again, but same error.
Indicate whether or not you've manually edited any data directly in the database No
I am poking around the rest of the app getting things set up and so far have created a user, categories, manufacturers, companies, edited profile, etc, so other areas of the app seem not to be affected. It's only the admin/settings page I'm having issues with.
Thanks in advance for any help you can provide.
The text was updated successfully, but these errors were encountered:
* Added CSS for table toolbar
* Use maintenances API for table listings
* NIcer layout for allowed_columns in maintenances API
* Fixed#5014 - bootstrap cookie issues
* Fixed#5015 - bug when saving settings
* Refactored datatable code to use data attributes
* Updated dashboard with new table code
* Added - Order by group user count
* Updated groups to use new table attributes
* New license listing table code
* More bootstrap table implementations
* More BS table refactoring
* Improved bootstrap assigned assets
* New bootstrap for reports
* Misc BS fixes
* FIxed small issue with asset history display
* Removed multisort option
* JS refactor
Expected Behavior (or desired behavior if a feature request)
Trying to change anything on the /admin/settings page
Actual Behavior
Goes to the "Whoops" page with no changes applied. Here's the ErrorException after enabling debug:
(1/1) ErrorException
count(): Parameter must be an array or an object that implements Countable
SettingsController.php (line 319)
Please confirm you have done the following before posting your bug report:
Provide answers to these questions:
Fresh Install
v4.1.11-pre - build 3307 (master)
PHP 7.2.1
10.1.30-MariaDB
Win7, XAMPP 7.2.1-0
Composer install
_(1/1) ErrorExceptioncount(): Parameter must be an array or an object that implements Countable
in SettingsController.php (line 319)
at HandleExceptions->handleError(2, 'count(): Parameter must be an array or an object that implements Countable', 'C:\xampp\htdocs\app\Http\Controllers\SettingsController.php', 319, array('request' => object(Request), 'setting' => object(Setting)))_
../admin/settings
No errors
error not reproduced
storage/logs
and your webserver's logs.(pasted in stack trace)
Installed successful, Created a user, created a consumable and played with checkouts on that item (which is having issues adjusting quantities and with min QTY. this is already an open case, but just mentioning it since part of what I did during the install), Changed branding but noticed logo not showing. after logging out, noticed logo showing on logon page, Tested emails successfully. Tried to adjust EULA and noticed I couldn't (error). Tried adjusting anything on that page and noticed even changing the checkboxes calls the error. Tried php upgrade.php and cleared cookies/cache and tried changing admin/settings values again, but same error.
No
I am poking around the rest of the app getting things set up and so far have created a user, categories, manufacturers, companies, edited profile, etc, so other areas of the app seem not to be affected. It's only the admin/settings page I'm having issues with.
Thanks in advance for any help you can provide.
The text was updated successfully, but these errors were encountered: