uReport

City of Bloomington, Indiana

Search

Fields to display

Search Results: (336)

closed #171960

Website & Web Services Feedback

201-271 S Indiana Ave, Bloomington, Indiana, 47405

Case Date:
3/10/2020

Need to update name in online system

closed #172788

Website & Web Services Feedback

1016 S Hawthorne DR

Case Date:
6/16/2020

Broken weblinks (hospital redevelopment site) This is the web address: https://bloomington.in.gov/departments/office-of-the-mayor/projects/hospital The broken links are under "Plans and Documents" The Urban Land Institute report is there; the other three are not. Thanks.

closed #173105

Website & Web Services Feedback

Bloomington City Hall

Case Date:
7/20/2020

The council map has no information on it; it's just a regular map without color-coded districts or anything. https://bloomington.in.gov/interactive/maps/councilmap The link to the "map letter" pdf is broken or just doesn't display the map. https://data.bloomington.in.gov/dataset/city-council-district-maps

closed #173336

Website & Web Services Feedback

611 N Rogers ST

Case Date:
8/11/2020

I am attempting to log into my parking account to appeal a parking ticket. I am unable to log in, and get the error message shown in the screen when I attempt to recover my userID using my email geoff.mckim@gmail.com. I called the number shown on the Web site for this error (Parking), and the woman who answered pretty much knew nothing about what I was talking about. After I stated that I called exactly the number that I was supposed to call for this problem, she said "OK, I'll have an IT person look at it." and hung up. Which is fine, but she didn't take any of my information so I'm not sure that will actually result in this getting fixed. Can you possibly clear up his issue so I can log in and appeal the ticket in a timely manner? Thank you very much!!

closed #174219

Website & Web Services Feedback

Case Date:
11/28/2020

Hello. I submitted another ticket (#169840) without realizing my phone number and email would appear in google searches associated with my name which is a privacy concern. Can my personal information please be deleted from that ticket?

closed #175311

Website & Web Services Feedback

Case Date:
4/1/2021

Found a broken link on the covid-19 page: On https://bloomington.in.gov/covid-19 I found that when using the Edge browser (Version 89.0.774.63) the link to the ourshot.in.gov site was broken. When clicking the ourshot.in.gov link in the Vaccinations section, the link opens as "https:\\bloomington.in.gov\ourshot.in.gov". This is a broken link. This should be corrected so that Monroe County residents can follow the link properly.

closed #175339

Website & Web Services Feedback

Case Date:
4/5/2021

The 2021 City Paving Schedule (https://data.bloomington.in.gov/dataset/2021-city-of-bloomington-paving-schedule) has a link to an interactive map(https://bloomington.in.gov/interactive/maps/pavingschedule). However, this map appears to be displaying the paving schedule for 2020.

closed #162050

Other

Case Date:
12/15/2017

Hello, I wanted to ask where Bloomington is at with setting up a community owned internet service provider. I have not heard about it in the news lately and was wondering if there were any updates. This issue is especially important to me after the FCC's vote against Net Neutrality. I believe community owned internet would be a great step in the right direction. Thank you.

closed #163026

Website & Web Services Feedback

211 S Indiana AVE

Case Date:
2/10/2018

Events schedule has a display problem: Notice: Undefined variable: created in Drupal\archive\Breadcrumb\BreadcrumbBuilder->build() (line 65 of modules/contrib/archive/src/Breadcrumb/BreadcrumbBuilder.php).

closed #163334

Website & Web Services Feedback

Case Date:
2/26/2018

Trying to use the online bill pay service for water, but it repeatedly is erroring out on me. Here is the error (stack trace), better error handling would be great, as this is not human readable in terms of actions to take.. Server Error in '/eSuite.Utilities' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>